about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Added desktop notifications for chat room invitesJames Booth2013-04-223-0/+24
* Refactor marking windows as dirty and status bar new indicatorJames Booth2013-04-223-168/+128
* Use werase() rather than wclear()James Booth2013-04-214-9/+9
* Added windows include to notifierJames Booth2013-04-212-3/+3
* Added notifier moduleJames Booth2013-04-214-122/+181
* Renamed window_ functions win_James Booth2013-04-214-113/+113
* Renamed remaining win_ functionsJames Booth2013-04-213-82/+83
* Renamed win_current_get_recipient -> ui_current_win_recipientJames Booth2013-04-212-5/+5
* Replace window type functions with single function returning typeJames Booth2013-04-213-53/+32
* Renamed clear and close functions in uiJames Booth2013-04-212-4/+4
* Renamed windows.c -> core.cJames Booth2013-04-211-1/+1
* Moved static function in windowsJames Booth2013-04-211-42/+42
* Renamed cons_bad_show -> cons_show_errorJames Booth2013-04-213-3/+3
* Removed cons_bad_command()James Booth2013-04-212-13/+0
* Renamed window_show_time -> window_print_timeJames Booth2013-04-214-78/+78
* Moved remaining static functions to console moduleJames Booth2013-04-213-25/+24
* Moved cons_bad_command() to console moduleJames Booth2013-04-212-13/+12
* Moved cons_show_word() to console moduleJames Booth2013-04-212-12/+11
* Moved cons_debug() to console moduleJames Booth2013-04-212-24/+23
* Moved cons_show_time() to console moduleJames Booth2013-04-212-26/+26
* Moved cons_bad_show() to console moduleJames Booth2013-04-212-21/+25
* Moved cons_show_contacts() to console moduleJames Booth2013-04-212-14/+14
* Moved help display functions to console moduleJames Booth2013-04-212-121/+115
* Moved preferences display functions to console moduleJames Booth2013-04-212-213/+243
* Moved cons_show_account() to console moduleJames Booth2013-04-212-110/+115
* Moved cons_show_account_list() to console moduleJames Booth2013-04-212-26/+36
* Moved cons_show_room_invite() to console moduleJames Booth2013-04-212-31/+31
* Moved cons_show_status() to console moduleJames Booth2013-04-214-64/+65
* Moved cons_show_disco_info() and cons_show_disco_items() to consoleJames Booth2013-04-212-62/+71
* Moved cons_show_room_list() to console moduleJames Booth2013-04-212-20/+25
* Moved cons_show_software_version() to console moduleJames Booth2013-04-212-23/+28
* Moved cons_show_caps() to console moduleJames Booth2013-04-212-80/+76
* Moved cons_show_info() to console moduleJames Booth2013-04-212-141/+134
* Moved cons_show_wins() to console moduleJames Booth2013-04-213-77/+86
* Moved cons_show_login_success() to console moduleJames Booth2013-04-216-131/+89
* Moved cons_about() to console moduleJames Booth2013-04-205-382/+369
* Added ui/console moduleJames Booth2013-04-203-14/+80
* 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
* Show message in console when receiving chat room invitesJames Booth2013-03-242-0/+16
* 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-142-0/+40
* Added output for /disco itemsJames Booth2013-03-142-0/+21
* Show name as well as jid for room listJames Booth2013-03-142-0/+21
* Tidied fix for id attributes that cause a segfaultJames Booth2013-03-081-0/+3
* Added alt-backspace key code for ubuntuJames Booth2013-03-041-0/+1
* Added alt-backspace supportJames Booth2013-03-031-1/+66
* Debug alt-backspaceJames Booth2013-03-021-37/+48
* Added /clear command to clear current windowJames Booth2013-03-022-0/+8