about summary refs log tree commit diff stats
path: root/src/ui/windows.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed refresh functions to update_virtualJames Booth2014-04-011-7/+7
* Updated copyrightJames Booth2014-03-091-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-1/+1
* Added simple mock test, refactored rosterJames Booth2013-12-141-0/+1
* Refactor wins_refresh_currentJames Booth2013-10-061-3/+1
* Removed generic functions from ProfWinJames Booth2013-10-061-1/+1
* OO style for ProfWin typeJames Booth2013-10-061-1/+1
* Fix crash when tidying windowsJames Booth2013-10-031-0/+2
* Next and previous windows, handle KEY_CODE_YES terms, jump empty winsJames Booth2013-09-261-0/+53
* Show only nick or jid in /wins outputJames Booth2013-08-311-9/+6
* Fixed ">" indicator when tidying windowsJames Booth2013-08-301-4/+1
* Fixed /close all and /close read to close extra windowsJames Booth2013-08-301-0/+6
* Fix count on /close all, and /close readJames Booth2013-08-301-0/+1
* Set all inactive before tidyJames Booth2013-08-281-0/+4
* Fixes to windows tidyJames Booth2013-08-281-3/+3
* Fixed test for requiring window tidyJames Booth2013-08-281-2/+2
* Removed limit on number of windows, WIPJames Booth2013-08-271-227/+225
* Added function to get next available window number, and testsJames Booth2013-08-271-0/+1
* Free windows on exitJames Booth2013-08-261-0/+11
* Removed cons_create from console.cJames Booth2013-08-261-1/+2
* Initial code refactor for growable window listJames Booth2013-08-201-0/+456
* Renamed windows.c -> core.cJames Booth2013-04-211-1551/+0
* Moved static function in windowsJames Booth2013-04-211-42/+42
* Renamed cons_bad_show -> cons_show_errorJames Booth2013-04-211-1/+1
* Renamed window_show_time -> window_print_timeJames Booth2013-04-211-19/+19
* Moved remaining static functions to console moduleJames Booth2013-04-211-25/+4
* Moved cons_bad_command() to console moduleJames Booth2013-04-211-13/+0
* Moved cons_show_word() to console moduleJames Booth2013-04-211-12/+0
* Moved cons_debug() to console moduleJames Booth2013-04-211-24/+0