about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | module
* 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
| | | | | 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-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
| | | | fixes #151
* 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
|
* Only show resources for connected accountJames Booth2013-02-181-67/+69
|
* Show available resources for current account with "/account"James Booth2013-02-181-30/+108
|
* Colour connected account in "/account list" according ot presenceJames Booth2013-02-182-0/+27
|
* Tidied new command output, ordered featuresJames Booth2013-02-171-8/+8
|
* Colour title on /caps and /software outputJames Booth2013-02-172-22/+80
|
* Added autocomplete for /software commandJames Booth2013-02-172-0/+21
|
* Added /caps commandJames Booth2013-02-172-3/+28
|
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-54/+71
|
* Simple default resource hanlding on presenceJames Booth2013-02-142-7/+10
|
* Added resource_presence_t and contact_presence_tJames Booth2013-02-103-37/+27
|
* Renamed jabber_presence_t->presence_tJames Booth2013-02-103-4/+4
|
* Renamed contact property jid->barejidJames Booth2013-02-091-6/+6
|
* Fixed remaining '%' char printingJames Booth2013-02-091-7/+7
|
* Fixed input win printing of '%' charJames Booth2013-02-091-7/+7
|
* Show priority on loginJames Booth2013-02-051-0/+2
|
* Show detailed software/os information if available in capabilitiesJames Booth2013-02-051-16/+53
|
* Added assertsJames Booth2013-02-031-1/+1
|
* Losing connection shows 'offline' in uiJames Booth2013-02-031-0/+4
|
* Refactored string preferencesJames Booth2013-02-031-6/+6
|
* Refactored getting boolean preferencesJames Booth2013-02-032-34/+34
|
* Added resize check to ui moduleJames Booth2013-02-022-2/+8
|
* Added config dir to sourceJames Booth2013-02-025-7/+7
|
* Added command and tools subdirs to sourceJames Booth2013-02-022-2/+2
|
* Tidied #include'sJames Booth2013-02-027-15/+9
|