Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added /roster indent contact | James Booth | 2015-11-21 | 1 | -1/+1 | |
| | ||||||
* | Removed ui_clear_win | James Booth | 2015-11-02 | 1 | -2/+0 | |
| | ||||||
* | Applied coding style to src/ui/ | James Booth | 2015-10-25 | 1 | -7/+7 | |
| | ||||||
* | Display special char for encrypted messages | James Booth | 2015-08-26 | 1 | -1/+1 | |
| | ||||||
* | Added indent padding | James Booth | 2015-07-29 | 1 | -1/+1 | |
| | ||||||
* | Removed /mouse command | James Booth | 2015-07-19 | 1 | -1/+0 | |
| | ||||||
* | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 1 | -1/+1 | |
| | ||||||
* | Moved UI interfaces to ui.h | James Booth | 2015-06-15 | 1 | -124/+1 | |
| | ||||||
* | Moved refresh subwin logic to window.c | James Booth | 2015-06-15 | 1 | -0/+3 | |
| | ||||||
* | Added win_resize() function | James Booth | 2015-06-15 | 1 | -0/+1 | |
| | ||||||
* | Added win_clear() function | James Booth | 2015-06-15 | 1 | -0/+2 | |
| | ||||||
* | I removed ncurses header dependencies, removed unused code | James Booth | 2015-06-15 | 1 | -6/+6 | |
| | ||||||
* | Renamed otr trusted window property | James Booth | 2015-06-13 | 1 | -1/+1 | |
| | ||||||
* | Added enc_mode to ProfChatWin | James Booth | 2015-05-04 | 1 | -1/+6 | |
| | ||||||
* | Added option to show jids in occupants panel | James Booth | 2015-04-12 | 1 | -0/+1 | |
| | ||||||
* | Use colouring for message receipts | James Booth | 2015-03-14 | 1 | -0/+3 | |
| | ||||||
* | Renamed win_save_newline -> win_newline | James Booth | 2015-03-14 | 1 | -1/+1 | |
| | ||||||
* | 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 | -1/+1 | |
| | ||||||
* | Renamed win_save_vprint -> win_vprint | James Booth | 2015-03-14 | 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 | |
| | | ||||||
* | | Added paging handlers | James Booth | 2015-01-31 | 1 | -1/+6 | |
|/ | ||||||
* | Moved win_handle_page to window module | James Booth | 2015-01-15 | 1 | -0/+3 | |
| | ||||||
* | Added remaining chat states | James Booth | 2015-01-11 | 1 | -0/+2 | |
| | ||||||
* | Renamed resource -> resource_override | James Booth | 2015-01-10 | 1 | -1/+1 | |
| | ||||||
* | Removed functions from window.c | James Booth | 2014-12-22 | 1 | -3/+0 | |
| | ||||||
* | Moved unread to window subtypes | James Booth | 2014-12-21 | 1 | -1/+4 | |
| | ||||||
* | Added win_get_title | James Booth | 2014-12-21 | 1 | -4/+5 | |
| | ||||||
* | Use class instead of base pointer | James Booth | 2014-12-21 | 1 | -8/+8 | |
| | ||||||
* | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 1 | -4/+16 | |
| | ||||||
* | Added rosterwin.c | James Booth | 2014-12-16 | 1 | -0/+3 | |
| | ||||||
* | Refactor layout creation | James Booth | 2014-12-16 | 1 | -3/+3 | |
| | ||||||
* | Added new window and layout types | James Booth | 2014-12-16 | 1 | -39/+58 | |
| | ||||||
* | Added window specific creation functions | James Booth | 2014-12-15 | 1 | -1/+4 | |
| | ||||||
* | Added win create functions for chat and private chat | James Booth | 2014-12-10 | 1 | -0/+3 | |
| | ||||||
* | Removed unused argument from _wins_show_history | James Booth | 2014-12-10 | 1 | -1/+1 | |
| | ||||||
* | Renamed chat_resource -> resource | James Booth | 2014-12-10 | 1 | -1/+1 | |
| | ||||||
* | Moved chat resource to WIN_CHAT type | James Booth | 2014-12-10 | 1 | -1/+1 | |
| | ||||||
* | Moved otr properties to WIN_CHAT type | James Booth | 2014-12-10 | 1 | -4/+4 | |
| | ||||||
* | Added form to WIN_MUC_CONFIG type | James Booth | 2014-12-10 | 1 | -1/+1 | |
| | ||||||
* | Added union for window types | James Booth | 2014-12-10 | 1 | -8/+37 | |
| | ||||||
* | Added /resource command | James Booth | 2014-12-02 | 1 | -0/+1 | |
| | ||||||
* | Changed type to enum for presence colour attributes | James Booth | 2014-11-16 | 1 | -1/+0 | |
| | ||||||
* | Replaced colours with theme_item_t | James Booth | 2014-11-16 | 1 | -3/+3 | |
| | ||||||
* | Added seperate values for roster and occupants win sizes | James Booth | 2014-11-15 | 1 | -0/+1 | |
| | ||||||
* | Changed subwin width to percentage | James Booth | 2014-11-15 | 1 | -1/+1 | |
| | ||||||
* | Refactor subwin sizing and disabled wrapping | James Booth | 2014-11-10 | 1 | -1/+3 | |
| | ||||||
* | Fixed history messages to work with wrapping | James Booth | 2014-11-09 | 1 | -3/+4 | |
| | ||||||
* | Removed /duck command | James Booth | 2014-10-18 | 1 | -1/+0 | |
| |