Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-13 | Fix a traceback on C-c ❶ or C-c ², etc | mathieui | |
2011-05-11 | should fix #2161, and enable xhtml-im while in debug | mathieui | |
2011-05-06 | Aha, remove this duplicate function | Florent Le Coz | |
2011-05-05 | M-backspace deletes a word | Florent Le Coz | |
2011-05-04 | Fix /recolor correctly, and also fixes #2158 | Florent Le Coz | |
2011-05-04 | fixes #2148, #2156, #2155 | mathieui | |
2011-04-18 | Great roster refresh optimization | Florent Le Coz | |
2011-04-17 | Remove the paused timed event when we send the message | Florent Le Coz | |
2011-04-17 | Fix the infinite loop… | Florent Le Coz | |
2011-04-17 | Fixed #2150 | Florent Le Coz | |
2011-04-10 | fix the colors for Subscribed alerts | Florent Le Coz | |
2011-04-10 | Fix the read_keyboard on ^C | Florent Le Coz | |
2011-04-04 | Color 7is now the default color instead of white | Florent Le Coz | |
2011-04-04 | Fixed #2136 | Florent Le Coz | |
2011-04-04 | Fix colors of reason in a kick message | Florent Le Coz | |
2011-03-30 | Finish colors support with xhtml (clean the elinks dump, handle the input etc) | Florent Le Coz | |
2011-03-29 | Remove the xhtml-im that was inserted for debug, add the start of a method ↵ | Florent Le Coz | |
to enter attributes in Inputs, convert \n to <br /> in xhtml_im bodies and put that body in a <p> element | |||
2011-03-29 | Message and complete words can now be colored even if the | Florent Le Coz | |
take more than one line to be displayed. | |||
2011-03-29 | Fix the highlight (now the nick is colored, not the message itself) | Florent Le Coz | |
2011-03-29 | Cleanup some code not used anymore | Florent Le Coz | |
2011-03-29 | Change how colors are handled. With \x19x etc | Florent Le Coz | |
Should work like before and be a little lighter on the RA | |||
2011-03-21 | Use namedtuples instead of dict, this should GREATELY lower the memory footprint | Florent Le Coz | |
2011-03-13 | Text in TextWins not is cut one row before the end of line. | Florent Le Coz | |
Thus fixing a strange display bug, and making it easier to copy a text without the "|" at the end of line | |||
2011-03-10 | use config.get() only once instead of doing it at each iteration | Florent Le Coz | |
2011-03-09 | little fixes and (very little) optimization | Florent Le Coz | |
2011-03-09 | Some optimizations in build_new_message. Also cleaned up. Added an optimized ↵ | Florent Le Coz | |
way to do "wcswidth(string) > n": wcsislonger. And should use less memory because the dict replacing Message and Lines object stores ONLY the needed attributes. | |||
2011-03-08 | Have a single TextWin in common for each tab, reducing the needed memory, ↵ | Florent Le Coz | |
and simplifying its resize (F7 and F8 stuff) | |||
2011-03-07 | Inputs are garbage collected, making MucListTab collectable. | Florent Le Coz | |
Memory improvement issues. | |||
2011-03-06 | Remove a useless "locale" change | Florent Le Coz | |
2011-03-05 | Kind of big cleanup. | Florent Le Coz | |
Core and Connection classes are now used as singletons, we do not need to pass them to each Tab and Win. This remove a lot of arguments to varius methods. | |||
2011-02-24 | Display chatstates in the user list in MucTabs | Florent Le Coz | |
2011-02-24 | end and handle chatstates in privateconversations | Florent Le Coz | |
2011-02-24 | In normal conversations: Send composing and active chat states | Florent Le Coz | |
and display the state of the remote contact | |||
2011-02-18 | Properly take into account the length of the characters, fixing | Florent Le Coz | |
some display issues (for example the cursor position when entering stranges characters likes 癔) | |||
2011-02-15 | ^J now inserts a line break in the input. | Florent Le Coz | |
It is now possible to send multi-lines messages | |||
2011-02-15 | Remove ^J from the shortcuts triggering the Enter event, because | Florent Le Coz | |
we’ll use it to add a (real) \n into the input’s text. Also remove "\n" because it’s useless | |||
2011-02-15 | Ctrl+left and right jump a word in the input | Florent Le Coz | |
2011-02-15 | PgUp and PgDown scroll one page in the roster | Florent Le Coz | |
M-u, M-y Moves to the next/previous roster group | |||
2011-02-15 | Scroll user list by "height-1" lines, instead of 4 | Florent Le Coz | |
2011-02-14 | Automated merge with http://hg.louiz.org/poezio | Florent Le Coz | |
2011-02-14 | Make the number of lines and messages kept in memory configurable | Florent Le Coz | |
and lower (a lot) the number of lines kept in the info_win buffers This lower the memory usage. | |||
2011-02-13 | Make the tab collectable by remove self references when closing | Florent Le Coz | |
them. | |||
2011-02-13 | Automated merge with http://hg.louiz.org/poezio | Florent Le Coz | |
2011-02-13 | Make it possible to define bold in the theme files | Florent Le Coz | |
2011-02-10 | /win completion and fix the return values of other completions | Florent Le Coz | |
2011-02-02 | fixed #2115 | mathieui | |
2011-01-25 | data-forms: an help message | Florent Le Coz | |
2011-01-23 | fixed #2109. HUGE DIFF OMG | Florent Le Coz | |
2011-01-21 | Data form support. | Florent Le Coz | |
supported yet: text-single, text-private, list-single, boolean The interface is really ugly, but, well, it works | |||
2011-01-12 | Correctly refresh the screen on ^G on roster commands | Florent Le Coz | |