about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Added win_refresh functionJames Booth2013-10-062-0/+6
* Refactored error message handlingJames Booth2013-10-063-15/+59
* Refactor error handling to use win_type switchJames Booth2013-10-061-7/+17
* Moved muc error handling to profanity.cJames Booth2013-10-061-7/+0
* Moved UI error handler code to ui/coreJames Booth2013-10-062-0/+27
* Fix crash when tidying windowsJames Booth2013-10-031-0/+2
* Show current window in status barJames Booth2013-10-023-3/+37
* Next and previous windows, handle KEY_CODE_YES terms, jump empty winsJames Booth2013-09-265-16/+131
* Adding irssi style Alt-Left/Right window navigationJesse R. Adams2013-09-252-0/+23
* 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