about summary refs log tree commit diff stats
path: root/src/ui/windows.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | fixes #375
* | having wprintw go through win_save_(v)print.Immae2014-06-231-4/+1
|/ | | | Signed-off-by: James Booth <boothj5@gmail.com>
* 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
| | | | Issue #298
* 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
|