Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-01-12 | Fix the size of nicks in user_list window | Florent Le Coz | |
2011-01-12 | Fix InfoTab | Florent Le Coz | |
2011-01-12 | Finish the two default themes | Florent Le Coz | |
And remove the automatic copy of the config files | |||
2011-01-12 | Also, fix C-w | Florent Le Coz | |
2011-01-12 | Fix M-b and M-f, fixed #2102 | Florent Le Coz | |
2011-01-11 | And fix the on_enter again (for commands) | Florent Le Coz | |
2011-01-11 | Limit nick size to the user list width | Florent Le Coz | |
2011-01-11 | /accept and /deny commands | Florent Le Coz | |
User can now decide to accept or deny a subscription, in the roster | |||
2011-01-11 | Displays the subscription and Ask states in the roster | Florent Le Coz | |
2011-01-11 | Move the Contact Window in the left part of the roster tab | Florent Le Coz | |
2011-01-10 | Avoid traceback on text_win refresh | Florent Le Coz | |
2011-01-10 | Fix an error in textwin.refresh | Florent Le Coz | |
a \n was added when the line was exactly the same width as the window, so the next nick was one line too low | |||
2011-01-09 | remove the separator when it is at the bottom (unles the user maid M-v) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-06 | MessageInput now have a 'draft' option. When you're typing a new message, ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
↑ and ↓ will keep the unfinished (and unsent) message in the history. fixed #1852 | |||
2011-01-06 | Fix input history, and avoid consecutive duplicates. fixed #1851 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |