about summary refs log tree commit diff stats
path: root/src/ui.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added #define's to headersJames Booth2012-11-081-2/+2
|
* Continue to send chat states when no viewing chat windowJames Booth2012-11-081-0/+2
|
* Show delayed time on messages received whilst offlineJames Booth2012-11-081-1/+2
| | | | Also do not show chat state notifications received whilst offline
* Basic chat room handling of presenceJames Booth2012-11-081-0/+2
|
* windows: format room rosterJames Booth2012-11-071-2/+1
|
* Handle incoming groupchatJames Booth2012-11-051-0/+2
|
* Handle chat history from groupchatJames Booth2012-11-051-0/+2
|
* Do not send presence when in groupchatJames Booth2012-11-051-0/+1
|
* Handle room presence notificationsJames Booth2012-11-051-0/+4
|
* Show message when other user <gone/>James Booth2012-11-011-0/+1
|
* Send <gone/> when closing chat windowJames Booth2012-10-311-1/+1
|
* Moved autcomplete code to command.cJames Booth2012-10-281-0/+1
|
* Made version check a user preferenceJames Booth2012-10-241-0/+1
|