Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always update UI in event loop, removed updates from rest of code | James Booth | 2014-09-01 | 3 | -328/+11 |
| | |||||
* | Tidied console presence messages | James Booth | 2014-09-01 | 1 | -4/+0 |
| | |||||
* | Paging fixes | James Booth | 2014-08-31 | 1 | -3/+3 |
| | | | | | - Include empty line when showing end page - Switch off paging when last line and empty line visible | ||||
* | Merge remote-tracking branch 'tdi/master' | James Booth | 2014-08-29 | 1 | -7/+13 |
|\ | |||||
| * | Concise formatting of /roster command | Dariusz Dwornikowski | 2014-08-28 | 1 | -7/+8 |
|/ | |||||
* | Small spelling fixes in code and comments | Dariusz Dwornikowski | 2014-08-27 | 2 | -2/+2 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 16 | -0/+236 |
| | |||||
* | Check window exsists before doing incoming typing notifications | James Booth | 2014-08-21 | 1 | -1/+4 |
| | | | | issue #397 | ||||
* | Check for chat room window on muc events, log error when doesn't exist | James Booth | 2014-08-20 | 1 | -160/+186 |
| | | | | issue #341 | ||||
* | Handle chat states for users not in roster | James Booth | 2014-08-19 | 2 | -6/+14 |
| | | | | issue #397 | ||||
* | Set window active instead of new on room subject | James Booth | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | Escape open bracket at start of OSX notification messages | James Booth | 2014-08-04 | 1 | -1/+17 |
| | | | | fixes #391 | ||||
* | Escape backtick in mac terminal notifications | James Booth | 2014-08-04 | 1 | -3/+5 |
| | |||||
* | Changed comma colour in room roster | James Booth | 2014-07-23 | 1 | -1/+2 |
| | |||||
* | Fixed bug with chat room history times being coloured | James Booth | 2014-07-22 | 1 | -1/+21 |
| | |||||
* | Fixed colouring in room roster | James Booth | 2014-07-21 | 1 | -2/+2 |
| | |||||
* | Use win_save_println in core.c | James Booth | 2014-07-21 | 1 | -15/+15 |
| | |||||
* | Added win_save_println | James Booth | 2014-07-21 | 4 | -19/+26 |
| | |||||
* | Added win_save_newline | James Booth | 2014-07-20 | 4 | -14/+21 |
| | |||||
* | Removed win_print from window.h | James Booth | 2014-07-20 | 1 | -1/+0 |
| | |||||
* | Made win_print static | James Booth | 2014-07-20 | 1 | -4/+8 |
| | |||||
* | Added BUFF_SIZE back again | James Booth | 2014-07-20 | 1 | -1/+3 |
| | |||||
* | Return address of buffer entry | James Booth | 2014-07-19 | 3 | -6/+5 |
| | |||||
* | Erase stdscr before resizing | James Booth | 2014-07-19 | 1 | -0/+2 |
| | |||||
* | Use PAD_SIZE for buffer max size | James Booth | 2014-07-18 | 2 | -3/+1 |
| | |||||
* | Merge branch 'statusbar' into winbuffers | James Booth | 2014-07-18 | 2 | -3/+4 |
|\ | |||||
| * | Moved status_bar_resize | James Booth | 2014-07-18 | 2 | -3/+4 |
| | | |||||
* | | Use GSList for buffer entries | James Booth | 2014-07-18 | 3 | -57/+42 |
| | | |||||
* | | Removed horizontal paging | James Booth | 2014-07-18 | 3 | -37/+4 |
|/ | |||||
* | Removed newlines from splash logo version output | James Booth | 2014-07-16 | 1 | -3/+3 |
| | |||||
* | Removed flag != 0's | James Booth | 2014-07-16 | 1 | -5/+5 |
| | |||||
* | Used constants for print flags | James Booth | 2014-07-16 | 2 | -4/+4 |
| | |||||
* | Removed unused function | James Booth | 2014-07-16 | 2 | -49/+0 |
| | |||||
* | Whitespace formatting | James Booth | 2014-07-16 | 1 | -95/+112 |
| | |||||
* | Whitespace formatting | James Booth | 2014-07-16 | 1 | -12/+10 |
| | |||||
* | Replaced NO_EOL_DATE with bitwise or | James Booth | 2014-07-16 | 4 | -48/+46 |
| | |||||
* | Use constants for flags | James Booth | 2014-07-16 | 2 | -5/+7 |
| | |||||
* | Whitespace formatting | James Booth | 2014-07-16 | 1 | -49/+66 |
| | |||||
* | Merge branch 'master' into winbuffers | James Booth | 2014-07-16 | 1 | -3/+8 |
|\ | | | | | | | | | Conflicts: src/ui/core.c | ||||
| * | Colour chat room messages that contain users nickname | James Booth | 2014-07-16 | 1 | -3/+10 |
| | | |||||
* | | Fixed room autojoin messages appearing in room | James Booth | 2014-07-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into winbuffers | James Booth | 2014-07-09 | 1 | -5/+6 |
|\| | |||||
| * | Removed debug, added check for 0 length string | James Booth | 2014-07-09 | 1 | -5/+6 |
| | | |||||
* | | Merge branch 'master' into winbuffers | James Booth | 2014-07-09 | 1 | -1/+7 |
|\| | |||||
| * | Added autocomplete for nicknames in MUC input text | James Booth | 2014-07-09 | 1 | -1/+7 |
| | | | | | | | | issue #321 | ||||
* | | Merge remote-tracking branch 'origin/winbuffers' into winbuffers | James Booth | 2014-07-08 | 5 | -38/+76 |
|\ \ | |||||
| * \ | Merge pull request #374 from immae/winbuffers | James Booth | 2014-07-08 | 5 | -38/+76 |
| |\ \ | | | | | | | | | Implemented the buffer for windows resizing | ||||
| | * | | Implemented the buffer for windows resizing | Immae | 2014-06-29 | 5 | -38/+76 |
| | | | | |||||
* | | | | Merge branch 'master' into winbuffers | James Booth | 2014-07-08 | 1 | -2/+4 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Assign GPOINTER_TO_INT value before freeing | James Booth | 2014-07-07 | 1 | -2/+4 |
| | | | | | | | | | | | | fixes #375 |