Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow users to set default muc service and nickname per account | James Booth | 2013-09-12 | 1 | -0/+6 | |
| | | | | | | | | See #238 Conflicts: src/config/accounts.c | |||||
* | Attempted fix for #236, no check for KEY_CODE_YES on unicode char 127 (delete) | James Booth | 2013-09-08 | 1 | -48/+58 | |
| | ||||||
* | Proper fix for #235 | James Booth | 2013-09-04 | 1 | -3/+24 | |
| | ||||||
* | Fix for issue #235, check for KEY_CODE_YES | James Booth | 2013-09-04 | 1 | -0/+3 | |
| | ||||||
* | Fixed F key bindings | James Booth | 2013-08-31 | 1 | -10/+10 | |
| | ||||||
* | Show only nick or jid in /wins output | James Booth | 2013-08-31 | 1 | -9/+6 | |
| | ||||||
* | Fixed ">" indicator when tidying windows | James Booth | 2013-08-30 | 4 | -5/+17 | |
| | ||||||
* | Fixed /close all and /close read to close extra windows | James Booth | 2013-08-30 | 3 | -10/+33 | |
| | ||||||
* | Fix count on /close all, and /close read | James Booth | 2013-08-30 | 2 | -3/+3 | |
| | ||||||
* | Refactored status bar indicators | James Booth | 2013-08-30 | 1 | -105/+60 | |
| | ||||||
* | Handle ">" indicator when more than 10 wins open | James Booth | 2013-08-29 | 1 | -47/+167 | |
| | ||||||
* | Set all inactive before tidy | James Booth | 2013-08-28 | 1 | -0/+4 | |
| | ||||||
* | Fixes to windows tidy | James Booth | 2013-08-28 | 1 | -3/+3 | |
| | ||||||
* | Refactor updating window statuses | James Booth | 2013-08-28 | 1 | -30/+18 | |
| | ||||||
* | Fixed showing active console after login fail | James Booth | 2013-08-28 | 1 | -0/+7 | |
| | ||||||
* | Fixed test for requiring window tidy | James Booth | 2013-08-28 | 1 | -2/+2 | |
| | ||||||
* | Fixed window number for notify and room incoming message | James Booth | 2013-08-28 | 1 | -2/+2 | |
| | ||||||
* | Show correct window number for incoming in console | James Booth | 2013-08-28 | 1 | -1/+2 | |
| | ||||||
* | Changes to status bar for unlimited windows - WIP | James Booth | 2013-08-28 | 4 | -52/+75 | |
| | ||||||
* | Removed limit on number of windows, WIP | James Booth | 2013-08-27 | 4 | -322/+276 | |
| | ||||||
* | Added function to get next available window number, and tests | James Booth | 2013-08-27 | 1 | -0/+1 | |
| | ||||||
* | Refactor _cmd_close | James Booth | 2013-08-26 | 2 | -0/+40 | |
| | ||||||
* | Fixed indenting in ui/core.c | James Booth | 2013-08-26 | 1 | -1/+2 | |
| | ||||||
* | Free windows on exit | James Booth | 2013-08-26 | 4 | -2/+13 | |
| | ||||||
* | Moved static function in console.c | James Booth | 2013-08-26 | 1 | -76/+76 | |
| | ||||||
* | Removed cons_create from console.c | James Booth | 2013-08-26 | 4 | -13/+2 | |
| | ||||||
* | Fixed freeing of recipient after message sent | James Booth | 2013-08-26 | 1 | -1/+0 | |
| | ||||||
* | Fix console references after merging master | James Booth | 2013-08-25 | 1 | -1/+3 | |
| | ||||||
* | Merge branch 'master' into windows | James Booth | 2013-08-25 | 6 | -28/+65 | |
|\ | ||||||
| * | removed strdup from g_string_append | Dmitry Podgorny | 2013-08-25 | 2 | -11/+11 | |
| | | ||||||
| * | small refactoring in statusbar.c | Dmitry Podgorny | 2013-08-24 | 1 | -5/+11 | |
| | | ||||||
| * | Merge branch 'master' into nextdev | James Booth | 2013-08-13 | 1 | -2/+2 | |
| |\ | ||||||
| * \ | Merge remote-tracking branch 'dmitry/nextdev-patches' into nextdev | James Booth | 2013-08-04 | 5 | -12/+13 | |
| |\ \ | ||||||
| | * | | fixed memory leaks | Dmitry Podgorny | 2013-08-03 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | Also avoided several NULL pointer dereferences. | |||||
| | * | | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future. | |||||
| | * | | removed sizeof(char) | Dmitry Podgorny | 2013-08-03 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | sizeof(char) == 1 according to standard | |||||
| * | | | Merge branch 'master' into nextdev | James Booth | 2013-08-04 | 1 | -2/+4 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| * | | | draft of bookmarks implementation | Dmitry Podgorny | 2013-07-14 | 2 | -0/+30 | |
| | | | | | | | | | | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished | |||||
* | | | | Fixed window refresh on presence | James Booth | 2013-08-20 | 1 | -2/+8 | |
| | | | | ||||||
* | | | | Console module get console from windows | James Booth | 2013-08-20 | 1 | -4/+23 | |
| | | | | ||||||
* | | | | Initial code refactor for growable window list | James Booth | 2013-08-20 | 6 | -548/+839 | |
| |_|/ |/| | | ||||||
* | | | Fix ctrl + arrow keys for fedora | James Booth | 2013-08-10 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | Added patch from Dmitry to fix crash on delayed message from contact not in ↵ | James Booth | 2013-08-04 | 1 | -2/+4 | |
|/ | | | | | | roster fixes #219 | |||||
* | Down arrow adds current line to history and shows empty line | James Booth | 2013-07-13 | 1 | -0/+4 | |
| | ||||||
* | Coloured contact and subscription in /roster and /group output | James Booth | 2013-07-03 | 1 | -55/+62 | |
| | ||||||
* | Show current setting with settings commands | James Booth | 2013-06-25 | 2 | -37/+172 | |
| | | | | closes #139 | |||||
* | Restructured help | James Booth | 2013-06-25 | 1 | -76/+11 | |
| | ||||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 2 | -0/+14 | |
| | | | | | closes #189 closes #190 | |||||
* | Show message when removing contact from group when not in group | James Booth | 2013-06-23 | 2 | -3/+10 | |
| | ||||||
* | Show message when contact already in group | James Booth | 2013-06-23 | 2 | -0/+7 | |
| |