about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
* Moved win_handle_page to window moduleJames Booth2015-01-151-0/+110
* trying to block (and save cpu power) more dynamicallySimon Effenberg2015-01-121-1/+3
* Added remaining chat statesJames Booth2015-01-111-0/+2
* Renamed resource -> resource_overrideJames Booth2015-01-101-2/+2
* Removed functions from window.cJames Booth2014-12-221-33/+0
* Moved unread to window subtypesJames Booth2014-12-211-6/+23
* Show nick for titleJames Booth2014-12-211-1/+7
* Added win_get_titleJames Booth2014-12-211-55/+48
* Use class instead of base pointerJames Booth2014-12-211-55/+55
* Fixed /occupants hideJames Booth2014-12-201-6/+13
* Refactored all window recipients and typesJames Booth2014-12-201-0/+8
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-27/+69
* Added rosterwin.cJames Booth2014-12-161-0/+2
* Refactor layout creationJames Booth2014-12-161-82/+50
* Added new window and layout typesJames Booth2014-12-161-188/+224
* Added window specific creation functionsJames Booth2014-12-151-40/+88
* Added win create functions for chat and private chatJames Booth2014-12-101-0/+50
* Removed unused argument from _wins_show_historyJames Booth2014-12-101-2/+2
* Renamed chat_resource -> resourceJames Booth2014-12-101-2/+2
* Moved chat resource to WIN_CHAT typeJames Booth2014-12-101-3/+5
* Moved otr properties to WIN_CHAT typeJames Booth2014-12-101-4/+28
* Added form to WIN_MUC_CONFIG typeJames Booth2014-12-101-2/+9
* Added union for window typesJames Booth2014-12-101-37/+93
* Added /resource commandJames Booth2014-12-021-0/+2
* Colour /me messages correctlyJames Booth2014-11-301-6/+8
* Changed type to enum for presence colour attributesJames Booth2014-11-161-24/+6
* Replaced colours with theme_item_tJames Booth2014-11-161-33/+33
* Fixed indentation bugJames Booth2014-11-161-20/+20
* Added /time offJames Booth2014-11-161-9/+11
* Implemented /time preferenceJames Booth2014-11-161-17/+43
* Added /roster size and /occupants size settingsJames Booth2014-11-151-3/+2
* Added seperate values for roster and occupants win sizesJames Booth2014-11-151-4/+22
* Changed subwin width to percentageJames Booth2014-11-151-12/+14
* Fixed printing utf8 chats to roster, changed boothj5 themeJames Booth2014-11-111-4/+2
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-1/+1
* Refactor subwin sizing and disabled wrappingJames Booth2014-11-101-8/+34
* Added subwin to consoleJames Booth2014-11-101-8/+8
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-2/+5
* Wordwrap, handle words bigger than line spaceJames Booth2014-11-091-6/+18
* Fixed history messages to work with wrappingJames Booth2014-11-091-2/+6
* Added time to xmlconsole, handle newlines in messagesJames Booth2014-11-081-1/+4
* Simple word wrapJames Booth2014-11-081-0/+10
* Print one word at a timeJames Booth2014-11-081-2/+28
* Use message theme setting for regular chatJames Booth2014-11-071-1/+1
* Fixed various memory leaksJames Booth2014-11-011-0/+2
* Added occupants UI preferenceJames Booth2014-10-091-1/+2
* Implemented /occupants showJames Booth2014-10-091-0/+13
* Implemented /occupants hideJames Booth2014-10-091-1/+15
* Added larger occupants pad sizeJames Booth2014-10-081-4/+4
* Added scroll support to occupant listJames Booth2014-10-071-2/+2