about summary refs log tree commit diff stats
path: root/src/ui.h
Commit message (Collapse)AuthorAgeFilesLines
* Show current presence when logging inJames Booth2013-01-311-0/+1
| | | | Also show correct presence in title bar upon login
* Added cons_debug()James Booth2013-01-301-0/+1
|
* Renamed jabber.h -> xmpp.hJames Booth2013-01-281-1/+1
|
* Always show output in console for /info commandJames Booth2013-01-211-3/+2
|
* Updated /info command for chat and private chatJames Booth2013-01-201-0/+2
|
* Added basic room /info commandJames Booth2013-01-201-0/+1
|
* Changed /info command to show clientJames Booth2013-01-201-0/+1
|
* Command /info parameter optional when in chat or private chatJames Booth2013-01-171-1/+3
| | | | Recipient is used.
* Handle /who command in chat roomsJames Booth2013-01-151-1/+1
|
* Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-151-0/+1
|
* Use Jid datatype in chat roomsJames Booth2013-01-131-1/+2
|
* Updated copyrightJames Booth2013-01-111-1/+1
|
* Added win_current_is_console()James Booth2013-01-111-0/+1
|
* Added _inp_win_refresh() macro, renamed and moved some functionsJames Booth2013-01-061-1/+1
|
* Removed inp_get_next_char() from input_win.cJames Booth2013-01-061-1/+0
|
* Fixed order of includes for ncurseswJames Booth2013-01-041-3/+2
| | | | Arch linux uses the standard headers for wide char ncurses
* Handle wide chars on inputJames Booth2013-01-031-2/+4
|
* Include ncursesw, set localeJames Booth2013-01-021-2/+2
|
* Added /account show commandJames Booth2012-12-091-0/+1
|
* Handle idle time from contactsJames Booth2012-12-091-1/+1
|
* Added /theme list commandJames Booth2012-12-091-0/+1
|
* Use profanity input for idle time when libxss not availalbeJames Booth2012-12-011-3/+2
|
* Added preferences for /autoawayJames Booth2012-11-301-1/+2
|
* Simple output of idle/awayJames Booth2012-11-301-0/+3
|
* Allow /msg with no message, to open a chat window with a contactJames Booth2012-11-301-0/+1
|
* Show command in /prefs, and split into categoriesJames Booth2012-11-291-0/+5
|
* Implemented /sub showJames Booth2012-11-271-1/+1
|
* Show message on /msg when windows fullJames Booth2012-11-271-0/+1
|
* Further tidy up of windows.cJames Booth2012-11-261-16/+15
|
* windows tidy upJames Booth2012-11-261-14/+15
|
* Allow alt-num to select windowJames Booth2012-11-241-0/+2
|
* Allocate memory for windows when neededJames Booth2012-11-231-0/+1
|
* Added input text to themeJames Booth2012-11-221-22/+0
|
* Added theme files support with /theme commandJames Booth2012-11-211-0/+1
|
* Added more colour preferencesJames Booth2012-11-211-12/+21
|
* Handling commands after /disconnectJames Booth2012-11-191-0/+1
|
* Handle room broadcastsJames Booth2012-11-191-0/+2
|
* Handle room member presenceJames Booth2012-11-191-0/+2
|
* Show message when own nickname changed in chat roomsJames Booth2012-11-181-0/+1
|
* Handle nick changes from other usersJames Booth2012-11-181-1/+4
|
* Added /wins command to list active windowsJames Booth2012-11-141-0/+2
|
* Set correct window type on private messagesJames Booth2012-11-141-1/+1
|
* Fixed help command name clash on statusJames Booth2012-11-131-1/+1
|
* Added basic /status command to find out about a specific contactJames Booth2012-11-131-0/+1
|
* Added win_type to prof_win structureJames Booth2012-11-121-0/+9
|
* Added /help list to list all commandsJames Booth2012-11-111-0/+2
|
* add subscription supportDmitry Podgorny2012-11-111-0/+1
|
* Renamed parameter in win_join_chatJames Booth2012-11-101-1/+1
|
* Handle subject from roomJames Booth2012-11-101-0/+2
|
* Using vargs in cons_bad_showJames Booth2012-11-101-1/+1
|