about summary refs log tree commit diff stats
path: root/src/ui/windows.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2015-02-101-1/+1
* Free lists on get muc and private windowsJames Booth2015-02-091-0/+2
* Free hash table keys before modifying hash tableJames Booth2015-02-091-5/+5
* Removed functions from windows.cJames Booth2014-12-221-47/+4
* Moved unread to window subtypesJames Booth2014-12-211-14/+27
* Added win_get_titleJames Booth2014-12-211-9/+8
* Use class instead of base pointerJames Booth2014-12-211-4/+4
* Removed TODOsJames Booth2014-12-201-20/+0
* Refactored all window recipients and typesJames Booth2014-12-201-30/+37
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-37/+198
* Added occupantswin.cJames Booth2014-12-161-0/+19
* Moved roster functionsJames Booth2014-12-161-1/+1
* Fixed window resizeJames Booth2014-12-161-2/+6
* Added new window and layout typesJames Booth2014-12-161-27/+17
* Added window specific creation functionsJames Booth2014-12-151-5/+25
* Added win create functions for chat and private chatJames Booth2014-12-101-0/+22
* Added form to WIN_MUC_CONFIG typeJames Booth2014-12-101-1/+1
* Added union for window typesJames Booth2014-12-101-13/+25
* Replaced colours with theme_item_tJames Booth2014-11-161-1/+1
* Added seperate values for roster and occupants win sizesJames Booth2014-11-151-14/+17
* Changed subwin width to percentageJames Booth2014-11-151-8/+8
* Refactor subwin sizing and disabled wrappingJames Booth2014-11-101-9/+15
* Added subwin to consoleJames Booth2014-11-101-9/+9
* Removed /duck commandJames Booth2014-10-181-28/+0
* Implemented /occupants showJames Booth2014-10-091-1/+17
* Implemented /occupants hideJames Booth2014-10-091-1/+14
* Added larger occupants pad sizeJames Booth2014-10-081-3/+3
* Added scroll support to occupant listJames Booth2014-10-071-1/+1
* Handle occupant list resizeJames Booth2014-10-071-6/+14
* Added field updated message, show form mofified indicator for /winsJames Booth2014-09-171-0/+3
* Show indicator when form has unsaved changesJames Booth2014-09-161-1/+5
* Create new window for room configurationJames Booth2014-09-071-1/+14
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Merge remote-tracking branch 'origin/winbuffers' into winbuffersJames Booth2014-07-081-13/+8
|\
| * Implemented the buffer for windows resizingImmae2014-06-291-13/+8
* | Merge branch 'master' into winbuffersJames Booth2014-07-081-2/+4
|\ \ | |/ |/|
| * Assign GPOINTER_TO_INT value before freeingJames Booth2014-07-071-2/+4
* | having wprintw go through win_save_(v)print.Immae2014-06-231-4/+1
|/
* Free keys lists in windows.cJames Booth2014-06-171-2/+18
* Free values on wins_get_chat_recipientsJames Booth2014-06-171-0/+1
* Added valgrind suppressionsJames Booth2014-06-171-0/+1
* Free list in wins_get_numJames Booth2014-06-151-0/+3
* Fix memleak in wins_newJames Booth2014-06-151-0/+1
* Free list in wins_get_by_recipientJames Booth2014-06-151-0/+1
* Fixed memleak in wins_xmlconsole_existsJames Booth2014-06-151-1/+4
* Allow /wins swap to move to empty positionJames Booth2014-04-241-1/+21
* Added command /wins swapJames Booth2014-04-241-0/+29
* Added XML Console windowJames Booth2014-04-151-0/+41
* Removed statusbar functions from ui.hJames Booth2014-04-071-0/+1
* Inlined wins_update_virtual_console and wins_update_virtual_currentJames Booth2014-04-061-18/+8