Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Refactor layout creation | James Booth | 2014-12-16 | 1 | -82/+50 |
| | |||||
* | Added new window and layout types | James Booth | 2014-12-16 | 1 | -188/+224 |
| | |||||
* | Added window specific creation functions | James Booth | 2014-12-15 | 1 | -40/+88 |
| | |||||
* | Added win create functions for chat and private chat | James Booth | 2014-12-10 | 1 | -0/+50 |
| | |||||
* | Removed unused argument from _wins_show_history | James Booth | 2014-12-10 | 1 | -2/+2 |
| | |||||
* | Renamed chat_resource -> resource | James Booth | 2014-12-10 | 1 | -2/+2 |
| | |||||
* | Moved chat resource to WIN_CHAT type | James Booth | 2014-12-10 | 1 | -3/+5 |
| | |||||
* | Moved otr properties to WIN_CHAT type | James Booth | 2014-12-10 | 1 | -4/+28 |
| | |||||
* | Added form to WIN_MUC_CONFIG type | James Booth | 2014-12-10 | 1 | -2/+9 |
| | |||||
* | Added union for window types | James Booth | 2014-12-10 | 1 | -37/+93 |
| | |||||
* | Added /resource command | James Booth | 2014-12-02 | 1 | -0/+2 |
| | |||||
* | Colour /me messages correctly | James Booth | 2014-11-30 | 1 | -6/+8 |
| | | | | fixes #457 | ||||
* | Changed type to enum for presence colour attributes | James Booth | 2014-11-16 | 1 | -24/+6 |
| | |||||
* | Replaced colours with theme_item_t | James Booth | 2014-11-16 | 1 | -33/+33 |
| | |||||
* | Fixed indentation bug | James Booth | 2014-11-16 | 1 | -20/+20 |
| | |||||
* | Added /time off | James Booth | 2014-11-16 | 1 | -9/+11 |
| | |||||
* | Implemented /time preference | James Booth | 2014-11-16 | 1 | -17/+43 |
| | |||||
* | Added /roster size and /occupants size settings | James Booth | 2014-11-15 | 1 | -3/+2 |
| | |||||
* | Added seperate values for roster and occupants win sizes | James Booth | 2014-11-15 | 1 | -4/+22 |
| | |||||
* | Changed subwin width to percentage | James Booth | 2014-11-15 | 1 | -12/+14 |
| | |||||
* | Fixed printing utf8 chats to roster, changed boothj5 theme | James Booth | 2014-11-11 | 1 | -4/+2 |
| | |||||
* | Added /roster show|hide command, only show roster on connect success | James Booth | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Refactor subwin sizing and disabled wrapping | James Booth | 2014-11-10 | 1 | -8/+34 |
| | |||||
* | Added subwin to console | James Booth | 2014-11-10 | 1 | -8/+8 |
| | |||||
* | Added /wrap user preference for enabling/disabling word wrapping | James Booth | 2014-11-09 | 1 | -2/+5 |
| | |||||
* | Wordwrap, handle words bigger than line space | James Booth | 2014-11-09 | 1 | -6/+18 |
| | |||||
* | Fixed history messages to work with wrapping | James Booth | 2014-11-09 | 1 | -2/+6 |
| | |||||
* | Added time to xmlconsole, handle newlines in messages | James Booth | 2014-11-08 | 1 | -1/+4 |
| | |||||
* | Simple word wrap | James Booth | 2014-11-08 | 1 | -0/+10 |
| | |||||
* | Print one word at a time | James Booth | 2014-11-08 | 1 | -2/+28 |
| | |||||
* | Use message theme setting for regular chat | James Booth | 2014-11-07 | 1 | -1/+1 |
| | |||||
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -0/+2 |
| | |||||
* | Added occupants UI preference | James Booth | 2014-10-09 | 1 | -1/+2 |
| | |||||
* | Implemented /occupants show | James Booth | 2014-10-09 | 1 | -0/+13 |
| | |||||
* | Implemented /occupants hide | James Booth | 2014-10-09 | 1 | -1/+15 |
| | |||||
* | Added larger occupants pad size | James Booth | 2014-10-08 | 1 | -4/+4 |
| | |||||
* | Added scroll support to occupant list | James Booth | 2014-10-07 | 1 | -2/+2 |
| | |||||
* | Handle occupant list resize | James Booth | 2014-10-07 | 1 | -5/+8 |
| |