about summary refs log tree commit diff stats
path: root/src/ui/window.h
Commit message (Expand)AuthorAgeFilesLines
* Changed type to enum for presence colour attributesJames Booth2014-11-161-1/+0
* Replaced colours with theme_item_tJames Booth2014-11-161-3/+3
* Added seperate values for roster and occupants win sizesJames Booth2014-11-151-0/+1
* Changed subwin width to percentageJames Booth2014-11-151-1/+1
* Refactor subwin sizing and disabled wrappingJames Booth2014-11-101-1/+3
* Fixed history messages to work with wrappingJames Booth2014-11-091-3/+4
* Removed /duck commandJames Booth2014-10-181-1/+0
* Implemented /occupants showJames Booth2014-10-091-0/+1
* Implemented /occupants hideJames Booth2014-10-091-0/+1
* Added scroll support to occupant listJames Booth2014-10-071-0/+1
* Added room occupants panelJames Booth2014-10-071-0/+1
* Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-0/+3
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+2
* Create new window for room configurationJames Booth2014-09-071-0/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added win_save_printlnJames Booth2014-07-211-0/+1
* Added win_save_newlineJames Booth2014-07-201-0/+1
* Removed win_print from window.hJames Booth2014-07-201-1/+0
* Use GSList for buffer entriesJames Booth2014-07-181-1/+1
* Removed horizontal pagingJames Booth2014-07-181-1/+0
* Replaced NO_EOL_DATE with bitwise orJames Booth2014-07-161-2/+0
* Use constants for flagsJames Booth2014-07-161-1/+3
* Implemented the buffer for windows resizingImmae2014-06-291-0/+2
* Added buffer handling. Buffer are initialized, pushed, and freed. No use is m...Immae2014-06-231-0/+2
* having wprintw go through win_save_(v)print.Immae2014-06-231-8/+8
* Added horizontal scroll for resized windowsImmae2014-06-231-0/+1
* Moved info display code to window.cJames Booth2014-06-031-0/+1
* Tidied xmlconsoleJames Booth2014-04-151-0/+1
* Added XML Console windowJames Booth2014-04-151-1/+2
* Renamed refresh functions to update_virtualJames Booth2014-04-011-1/+1
* Do not scroll to end in message window when pagingJames Booth2014-03-311-1/+1
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-301-3/+0
* Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-111-1/+3
* Added [OTR] and (trusted/untrusted) to titlebar for OTR sessionsJames Booth2014-01-111-0/+1
* Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-111-0/+1
* Removed handle error message function from ProfWinJames Booth2014-01-081-2/+3
* Removed print message function from ProfWinJames Booth2014-01-081-2/+2
* Added simple mock test, refactored rosterJames Booth2013-12-141-2/+2
* Added win_page_offJames Booth2013-10-071-0/+1
* Moved win_show_status function to window moduleJames Booth2013-10-061-0/+4
* Removed generic functions from ProfWinJames Booth2013-10-061-8/+5
* ProfWin->print_incoming_message addedJames Booth2013-10-061-0/+2
* Added show_char and attrs to ProfWin->print_lineJames Booth2013-10-061-2/+4
* Added muc_windowJames Booth2013-10-061-0/+2
* Remove implicit refresh from ProfWin->print_lineJames Booth2013-10-061-1/+1
* OO style for ProfWin typeJames Booth2013-10-061-7/+6
* Added win_refresh functionJames Booth2013-10-061-0/+1
* Refactored error message handlingJames Booth2013-10-061-0/+3
* Initial code refactor for growable window listJames Booth2013-08-201-0/+8