summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Collapse)Author
2010-11-22re-use the resize_timer and better handle the size of the term to decide if ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
we refresh. Everything seems fine on refresh now \o/
2010-11-22rename again buffers→windows and Alt+←→ to switch tabslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-19do not pass stdscr everywhere. Fix crashes on F7-8louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15remove some debuglouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15Do not refresh the screen on each inputlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15a few renamings, and some other stufflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11Inputs are more modulable (they also have a common history and clipboard). ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
Search is now fully functional, and some other stuff
2010-11-11fix the new-subject message and the /part commandlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11Better choose the tab to use when receiving a normal message. Better closing ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
of tabs
2010-11-11fix some issues with recent-words completion, make the ConversationTabs ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
closable with /unquery and ignore the keyboard shortcuts not handled. fixed #1941
2010-11-10ConversationTab interfacelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-09correctly receive the subjects from the MUCslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-09fix some little issues. Rename gui to core, use logging lib instead of the ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
custom debug option. Add a -d option