about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Use git revision in development stringsJames Booth2013-09-171-0/+11
* Added git branch and revision to development buildsJames Booth2013-09-171-0/+12
* Check for KEY_CODE_YES before sending typing notificationsJames Booth2013-09-131-2/+5
* Allow users to set default muc service and nickname per accountJames Booth2013-09-121-0/+6
* Attempted fix for #236, no check for KEY_CODE_YES on unicode char 127 (delete)James Booth2013-09-081-48/+58
* Proper fix for #235James Booth2013-09-041-3/+24
* Fix for issue #235, check for KEY_CODE_YESJames Booth2013-09-041-0/+3
* Fixed F key bindingsJames Booth2013-08-311-10/+10
* Show only nick or jid in /wins outputJames Booth2013-08-311-9/+6
* Fixed ">" indicator when tidying windowsJames Booth2013-08-304-5/+17
* Fixed /close all and /close read to close extra windowsJames Booth2013-08-303-10/+33
* Fix count on /close all, and /close readJames Booth2013-08-302-3/+3
* Refactored status bar indicatorsJames Booth2013-08-301-105/+60
* Handle ">" indicator when more than 10 wins openJames Booth2013-08-291-47/+167
* Set all inactive before tidyJames Booth2013-08-281-0/+4
* Fixes to windows tidyJames Booth2013-08-281-3/+3
* Refactor updating window statusesJames Booth2013-08-281-30/+18
* Fixed showing active console after login failJames Booth2013-08-281-0/+7
* Fixed test for requiring window tidyJames Booth2013-08-281-2/+2
* Fixed window number for notify and room incoming messageJames Booth2013-08-281-2/+2
* Show correct window number for incoming in consoleJames Booth2013-08-281-1/+2
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-284-52/+75
* Removed limit on number of windows, WIPJames Booth2013-08-274-322/+276
* Added function to get next available window number, and testsJames Booth2013-08-271-0/+1
* Refactor _cmd_closeJames Booth2013-08-262-0/+40
* Fixed indenting in ui/core.cJames Booth2013-08-261-1/+2
* Free windows on exitJames Booth2013-08-264-2/+13
* Moved static function in console.cJames Booth2013-08-261-76/+76
* Removed cons_create from console.cJames Booth2013-08-264-13/+2
* Fixed freeing of recipient after message sentJames Booth2013-08-261-1/+0
* Fix console references after merging masterJames Booth2013-08-251-1/+3
* Merge branch 'master' into windowsJames Booth2013-08-256-28/+65
|\
| * removed strdup from g_string_appendDmitry Podgorny2013-08-252-11/+11
| * small refactoring in statusbar.cDmitry Podgorny2013-08-241-5/+11
| * Merge branch 'master' into nextdevJames Booth2013-08-131-2/+2
| |\
| * \ Merge remote-tracking branch 'dmitry/nextdev-patches' into nextdevJames Booth2013-08-045-12/+13
| |\ \
| | * | fixed memory leaksDmitry Podgorny2013-08-031-3/+3
| | * | most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-032-3/+4
| | * | removed sizeof(char)Dmitry Podgorny2013-08-032-6/+6
| * | | Merge branch 'master' into nextdevJames Booth2013-08-041-2/+4
| |\ \ \ | | |/ / | |/| |
| * | | draft of bookmarks implementationDmitry Podgorny2013-07-142-0/+30
* | | | Fixed window refresh on presenceJames Booth2013-08-201-2/+8
* | | | Console module get console from windowsJames Booth2013-08-201-4/+23
* | | | Initial code refactor for growable window listJames Booth2013-08-206-548/+839
| |_|/ |/| |
* | | Fix ctrl + arrow keys for fedoraJames Booth2013-08-101-2/+2
| |/ |/|
* | Added patch from Dmitry to fix crash on delayed message from contact not in r...James Booth2013-08-041-2/+4
|/
* Down arrow adds current line to history and shows empty lineJames Booth2013-07-131-0/+4
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-55/+62
* Show current setting with settings commandsJames Booth2013-06-252-37/+172
* Restructured helpJames Booth2013-06-251-76/+11