Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed F key bindings | James Booth | 2013-08-31 | 1 | -10/+10 |
| | |||||
* | Fixed ">" indicator when tidying windows | James Booth | 2013-08-30 | 1 | -1/+1 |
| | |||||
* | Fixed /close all and /close read to close extra windows | James Booth | 2013-08-30 | 1 | -10/+26 |
| | |||||
* | Fix count on /close all, and /close read | James Booth | 2013-08-30 | 1 | -3/+2 |
| | |||||
* | Fixed window number for notify and room incoming message | James Booth | 2013-08-28 | 1 | -2/+2 |
| | |||||
* | Changes to status bar for unlimited windows - WIP | James Booth | 2013-08-28 | 1 | -6/+6 |
| | |||||
* | Removed limit on number of windows, WIP | James Booth | 2013-08-27 | 1 | -93/+51 |
| | |||||
* | Refactor _cmd_close | James Booth | 2013-08-26 | 1 | -0/+38 |
| | |||||
* | Fixed indenting in ui/core.c | James Booth | 2013-08-26 | 1 | -1/+2 |
| | |||||
* | Free windows on exit | James Booth | 2013-08-26 | 1 | -0/+1 |
| | |||||
* | Fixed freeing of recipient after message sent | James Booth | 2013-08-26 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into windows | James Booth | 2013-08-25 | 1 | -8/+9 |
|\ | |||||
| * | removed strdup from g_string_append | Dmitry Podgorny | 2013-08-25 | 1 | -6/+6 |
| | | |||||
| * | Merge remote-tracking branch 'dmitry/nextdev-patches' into nextdev | James Booth | 2013-08-04 | 1 | -2/+3 |
| |\ | |||||
| | * | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Fixed window refresh on presence | James Booth | 2013-08-20 | 1 | -2/+8 |
| | | | |||||
* | | | Initial code refactor for growable window list | James Booth | 2013-08-20 | 1 | -437/+275 |
|/ / | |||||
* / | 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 | ||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 1 | -0/+12 |
| | | | | | closes #189 closes #190 | ||||
* | Show message when removing contact from group when not in group | James Booth | 2013-06-23 | 1 | -2/+8 |
| | |||||
* | Show message when contact already in group | James Booth | 2013-06-23 | 1 | -0/+6 |
| | |||||
* | Added message in console on /roster remove | James Booth | 2013-06-02 | 1 | -0/+6 |
| | |||||
* | Added message in console on /roster add | James Booth | 2013-06-02 | 1 | -0/+10 |
| | |||||
* | Use waddstr for incoming messages to avoid truncation | James Booth | 2013-06-01 | 1 | -7/+8 |
| | | | | fixes #8 | ||||
* | Show participant count in chat rooms | James Booth | 2013-05-30 | 1 | -5/+11 |
| | |||||
* | Added room name, and window index to desktop message notifications | James Booth | 2013-05-23 | 1 | -2/+14 |
| | | | | closes #176 | ||||
* | Do not close MUC windows on /wins prune | James Booth | 2013-05-22 | 1 | -5/+8 |
| | | | | closes #172 | ||||
* | Refactored roster push handling | James Booth | 2013-05-21 | 1 | -2/+2 |
| | |||||
* | Removed debug | James Booth | 2013-05-20 | 1 | -1/+0 |
| | |||||
* | Finished handle usage | James Booth | 2013-05-20 | 1 | -12/+29 |
| | |||||
* | Use handle in incoming message console when exists | James Booth | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Use handle in chat windows if available | James Booth | 2013-05-19 | 1 | -4/+13 |
| | |||||
* | Show contacts handle as window title in chat | James Booth | 2013-05-19 | 1 | -1/+10 |
| | |||||
* | Show nickname in status updates if available | James Booth | 2013-05-19 | 1 | -14/+38 |
| | |||||
* | Added "tidy" and "prune" options to /wins command | James Booth | 2013-05-17 | 1 | -1/+94 |
| | |||||
* | Added "read" parameter to /close | James Booth | 2013-05-16 | 1 | -0/+10 |
| | | | | Closes all windows where there are no unread messages | ||||
* | Added parameter to /close | James Booth | 2013-05-12 | 1 | -0/+39 |
| | | | | | | | 2,3,4,5,6,7,8,9,0 will close specified window. 'all' will close all windows. closes #159 | ||||
* | Removed contact_list, moved roster logic to xmpp/roster module | James Booth | 2013-05-06 | 1 | -1/+1 |
| | |||||
* | Renamed contact_list_ functions to roster_ | James Booth | 2013-05-06 | 1 | -4/+4 |
| | |||||
* | Fixed memory leak | James Booth | 2013-05-06 | 1 | -1/+4 |
| | |||||
* | Removed blank lines | James Booth | 2013-05-06 | 1 | -2/+0 |
| | |||||
* | Unicode support for /duck output | James Booth | 2013-05-06 | 1 | -5/+10 |
| | |||||
* | Include time in ddg search result output lines | James Booth | 2013-05-05 | 1 | -1/+14 |
| | |||||
* | Added /duck command to perform searches using duckduckgo chat bot | James Booth | 2013-05-05 | 1 | -0/+62 |
| | |||||
* | Show contacts status when receiveing messages via delayed delivery | James Booth | 2013-04-27 | 1 | -1/+9 |
| | |||||
* | Refactor marking windows as dirty and status bar new indicator | James Booth | 2013-04-22 | 1 | -39/+46 |
| | |||||
* | Use werase() rather than wclear() | James Booth | 2013-04-21 | 1 | -1/+1 |
| | |||||
* | Added windows include to notifier | James Booth | 2013-04-21 | 1 | -3/+0 |
| | |||||
* | Added notifier module | James Booth | 2013-04-21 | 1 | -121/+16 |
| | |||||
* | Renamed window_ functions win_ | James Booth | 2013-04-21 | 1 | -26/+26 |
| |