Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Reduce scope of variables in ui/core | Michael Vetter | 2015-10-12 | 1 | -2/+2 |
* | 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 |
|\ | |||||
| * | 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 |
|\| | | |||||
| * | | 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 |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-09 | 1 | -1/+1 |
|\| | | |||||
| * | | Use chat_state_free to free chat states | James Booth | 2015-02-09 | 1 | -1/+1 |
* | | | Merge branch 'master' into readline | James Booth | 2015-02-06 | 1 | -0/+1 |
|\| | | |||||
| * | | Free win layout | James Booth | 2015-02-06 | 1 | -0/+1 |
| |/ | |||||
* | | Removed mbstate_t use | James Booth | 2015-02-03 | 1 | -2/+1 |
* | | Handle word wrapping wide chars | James Booth | 2015-02-01 | 1 | -13/+32 |
* | | Added paging handlers | James Booth | 2015-01-31 | 1 | -64/+95 |
|/ | |||||
* | Moved win_handle_page to window module | James Booth | 2015-01-15 | 1 | -0/+110 |