about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\| |
| * | Updated copyrightJames Booth2015-02-101-1/+1
* | | Merge branch 'master' into readlineJames Booth2015-02-091-8/+12
|\| |
| * | Free resource listsJames Booth2015-02-091-8/+12
* | | Merge branch 'master' into readlineJames Booth2015-02-091-1/+1
|\| |
| * | Use chat_state_free to free chat statesJames Booth2015-02-091-1/+1
* | | Merge branch 'master' into readlineJames Booth2015-02-061-0/+1
|\| |
| * | Free win layoutJames Booth2015-02-061-0/+1
| |/
* | Removed mbstate_t useJames Booth2015-02-031-2/+1
* | Handle word wrapping wide charsJames Booth2015-02-011-13/+32
* | Added paging handlersJames Booth2015-01-311-64/+95
|/
* 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