Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-09 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | Conflicts: src/ui/inputwin.c | ||||
| * | | 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 |
| | |||||
* | trying to block (and save cpu power) more dynamically | Simon Effenberg | 2015-01-12 | 1 | -1/+3 |
| | | | | | | | | | instead of blocking too long if inpblock is set to something like 500ms the input timeout is not set directly to inpblock but is increasing dynamically from 0 to inpblock by a little algorithm FIXME: the call from the win_* method to the ui_input_* method looks wrong.. this causes a cross reference which shouldn't be | ||||
* | Added remaining chat states | James Booth | 2015-01-11 | 1 | -0/+2 |
| | |||||
* | Renamed resource -> resource_override | James Booth | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | Removed functions from window.c | James Booth | 2014-12-22 | 1 | -33/+0 |
| | |||||
* | Moved unread to window subtypes | James Booth | 2014-12-21 | 1 | -6/+23 |
| | |||||
* | Show nick for title | James Booth | 2014-12-21 | 1 | -1/+7 |
| | |||||
* | Added win_get_title | James Booth | 2014-12-21 | 1 | -55/+48 |
| | |||||
* | Use class instead of base pointer | James Booth | 2014-12-21 | 1 | -55/+55 |
| | |||||
* | Fixed /occupants hide | James Booth | 2014-12-20 | 1 | -6/+13 |
| | |||||
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 1 | -0/+8 |
| | | | | Tests need fixing | ||||
* | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 1 | -27/+69 |
| | |||||
* | Added rosterwin.c | James Booth | 2014-12-16 | 1 | -0/+2 |
| |