about summary refs log tree commit diff stats
path: root/src/ui/windows.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Moved cons_show_time() to console moduleJames Booth2013-04-211-6/+0
|
* Moved cons_bad_show() to console moduleJames Booth2013-04-211-21/+0
|
* Moved cons_show_contacts() to console moduleJames Booth2013-04-211-14/+0
|
* Moved help display functions to console moduleJames Booth2013-04-211-121/+0
|
* Moved preferences display functions to console moduleJames Booth2013-04-211-213/+0
|
* Moved cons_show_account() to console moduleJames Booth2013-04-211-110/+0
|
* Moved cons_show_account_list() to console moduleJames Booth2013-04-211-26/+0
|
* Moved cons_show_room_invite() to console moduleJames Booth2013-04-211-31/+0
|
* Moved cons_show_status() to console moduleJames Booth2013-04-211-64/+4
|
* Moved cons_show_disco_info() and cons_show_disco_items() to consoleJames Booth2013-04-211-62/+0
| | | | module
* Moved cons_show_room_list() to console moduleJames Booth2013-04-211-20/+0
|
* Moved cons_show_software_version() to console moduleJames Booth2013-04-211-23/+0
|
* Moved cons_show_caps() to console moduleJames Booth2013-04-211-80/+0
|
* Moved cons_show_info() to console moduleJames Booth2013-04-211-141/+0
|
* Moved cons_show_wins() to console moduleJames Booth2013-04-211-77/+0
|
* Moved cons_show_login_success() to console moduleJames Booth2013-04-211-72/+16
|
* Moved cons_about() to console moduleJames Booth2013-04-201-380/+189
|
* Added ui/console moduleJames Booth2013-04-201-14/+6
|
* Show shortened room jid if possible on inviteJames Booth2013-04-181-5/+22
|
* Handle when servers do not send fulljid with presenceJames Booth2013-04-071-4/+21
| | | | | A default resource "__prof_default" is created, and invisible to the user for most purposes.
* Show message in console when receiving chat room invitesJames Booth2013-03-241-0/+14
|
* Add newline before disco outputJames Booth2013-03-241-0/+3
|
* Removed mouse wheel from navigation helpJames Booth2013-03-191-1/+0
|
* Implemented output for /disco infoJames Booth2013-03-141-0/+39
|