Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -4/+9 | |
| | ||||||
* | Tidy wins_create_summary() | James Booth | 2015-11-29 | 1 | -0/+41 | |
| | ||||||
* | Only show reminder notifications when notifications are enabled | James Booth | 2015-11-25 | 1 | -0/+23 | |
| | ||||||
* | Added word wrap to roster panel | James Booth | 2015-11-22 | 1 | -2/+6 | |
| | ||||||
* | Pass wrap boolean to win_sub_print() | James Booth | 2015-11-22 | 1 | -1/+1 | |
| | ||||||
* | Renamed subwin functions | James Booth | 2015-11-22 | 1 | -2/+2 | |
| | ||||||
* | Option to show presence information on single line in roster | James Booth | 2015-11-22 | 1 | -1/+12 | |
| | ||||||
* | Added /roster indent contact | James Booth | 2015-11-21 | 1 | -2/+4 | |
| | ||||||
* | Removed ui_input_nonblocking() | James Booth | 2015-11-01 | 1 | -2/+2 | |
| | ||||||
* | Combined chatwin OTR SMP functions | James Booth | 2015-10-27 | 1 | -0/+12 | |
| | ||||||
* | Applied coding style to src/ui/ | James Booth | 2015-10-25 | 1 | -20/+20 | |
| | ||||||
* | Undefine argument list | Michael Vetter | 2015-10-12 | 1 | -0/+1 | |
| | | | | Call va_end() to correclty stop using the argument list. | |||||
* | Reduce scope of variables in ui/core | Michael Vetter | 2015-10-12 | 1 | -2/+2 | |
| | | | | | Not as important as the other one (where there was a double declaration). But for the sake of consistency. | |||||
* | Added time format perferences per window type | James Booth | 2015-09-30 | 1 | -2/+27 | |
| | ||||||
* | Added last activity time format option | James Booth | 2015-09-29 | 1 | -14/+7 | |
| | ||||||
* | Split PGP incoming and outgoing message handling | James Booth | 2015-08-30 | 1 | -3/+5 | |
| | ||||||
* | Added preference for encryption char | James Booth | 2015-08-26 | 1 | -2/+2 | |
| | ||||||
* | Display special char for encrypted messages | James Booth | 2015-08-26 | 1 | -1/+10 | |
| | ||||||
* | Free timestamp and id for receipts | James Booth | 2015-08-09 | 1 | -0/+1 | |
| | ||||||
* | Free timestamps and carbons stanzas | James Booth | 2015-08-09 | 1 | -3/+9 | |
| | ||||||
* | Handle larger than line words in wrapping | James Booth | 2015-07-30 | 1 | -23/+39 | |
| | ||||||
* | Added cons_show_padded | James Booth | 2015-07-29 | 1 | -2/+2 | |
| | ||||||
* | Do not print newline when curs position 0 | James Booth | 2015-07-29 | 1 | -1/+4 | |
| | ||||||
* | Added indent padding | James Booth | 2015-07-29 | 1 | -79/+107 | |
| | ||||||
* | Removed /mouse command | James Booth | 2015-07-19 | 1 | -47/+0 | |
| | ||||||
* | Merge remote-tracking branch 'incertia/time' | James Booth | 2015-07-01 | 1 | -22/+16 | |
|\ | | | | | | | | | Conflicts: src/config/preferences.c | |||||
| * | fix indent code | Will Song | 2015-05-29 | 1 | -12/+9 | |
| | | ||||||
| * | fix conflicts | Will Song | 2015-05-29 | 1 | -203/+305 | |
| |\ | ||||||
| * | | use custom format string for time preference | Will Song | 2015-01-27 | 1 | -6/+3 | |
| | | | ||||||
* | | | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 1 | -14/+8 | |
| | | | ||||||
* | | | Moved refresh subwin logic to window.c | James Booth | 2015-06-15 | 1 | -0/+31 | |
| | | | ||||||
* | | | Added win_resize() function | James Booth | 2015-06-15 | 1 | -0/+33 | |
| | | | ||||||
* | | | Added win_clear() function | James Booth | 2015-06-15 | 1 | -0/+7 | |
| | | | ||||||
* | | | Renamed otr trusted window property | James Booth | 2015-06-13 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Use null check convention in window.c | James Booth | 2015-05-04 | 1 | -38/+38 | |
| | | ||||||
* | | Added enc_mode to ProfChatWin | James Booth | 2015-05-04 | 1 | -1/+1 | |
| | | ||||||
* | | Added option to show jids in occupants panel | James Booth | 2015-04-12 | 1 | -0/+5 | |
| | | ||||||
* | | Added static functions to commands.c for sending messages | James Booth | 2015-03-16 | 1 | -1/+0 | |
| | | ||||||
* | | Added receipt.sent theme setting | James Booth | 2015-03-15 | 1 | -3/+3 | |
| | | ||||||
* | | Use colouring for message receipts | James Booth | 2015-03-14 | 1 | -7/+51 | |
| | | ||||||
* | | Renamed win_save_newline -> win_newline | James Booth | 2015-03-14 | 1 | -9/+9 | |
| | | ||||||
* | | Renamed win_save_println -> win_println | James Booth | 2015-03-14 | 1 | -1/+1 | |
| | | ||||||
* | | Renamed win_save_print -> win_print | James Booth | 2015-03-14 | 1 | -29/+29 | |
| | | ||||||
* | | Renamed win_save_vprint -> win_vprint | James Booth | 2015-03-14 | 1 | -32/+32 | |
| | | ||||||
* | | Merge branch 'master' into readline | James Booth | 2015-02-23 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-11 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h | |||||
| * | | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-09 | 1 | -8/+12 | |
|\| | | ||||||
| * | | Free resource lists | James Booth | 2015-02-09 | 1 | -8/+12 | |
| | | |