about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Expand)AuthorAgeFilesLines
* Updated /info command for chat and private chatJames Booth2013-01-201-0/+26
* Added client to /info command in chat roomsJames Booth2013-01-201-0/+1
* Added basic room /info commandJames Booth2013-01-201-62/+87
* Added space before /who outputJames Booth2013-01-201-1/+1
* Refactored presence colouringJames Booth2013-01-201-65/+60
* Changed /info command to show clientJames Booth2013-01-201-0/+65
* Changed symbol when participants join or leave a roomJames Booth2013-01-171-2/+2
* Command /info parameter optional when in chat or private chatJames Booth2013-01-171-1/+30
* Added /mouse command for enabling/disabling mouse handlingJames Booth2013-01-171-24/+34
* Handle /who command in chat roomsJames Booth2013-01-151-5/+11
* Use ! char for room broadcastsJames Booth2013-01-151-53/+53
* Show time with room broadcastsJames Booth2013-01-151-2/+5
* Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-151-26/+38
* Allow whitespace in argument to /infoJames Booth2013-01-131-1/+1
* Use Jid datatype in chat roomsJames Booth2013-01-131-4/+7
* Merge remote-tracking branch 'dmitry/fixes'James Booth2013-01-121-1/+1
|\
| * windows.c: fixed gcc warningDmitry Podgorny2013-01-131-1/+1
* | Added jid datatypeJames Booth2013-01-121-0/+1
|/
* Moved jid related functions to commonJames Booth2013-01-121-1/+2
* Renamed muc functionsJames Booth2013-01-121-5/+5
* Renamed room_chat module to mucJames Booth2013-01-121-1/+1
* Updated copyrightJames Booth2013-01-111-2/+2
* Check nick exists when private messagingJames Booth2013-01-111-5/+10
* Added win_current_is_console()James Booth2013-01-111-0/+6
* Added extra line after /winsJames Booth2013-01-101-0/+2
* Merge remote-tracking branch 'dmitry/next'James Booth2013-01-051-11/+2
|\
| * windows.c: remove duplicate code in ui_get_idle_timeDmitry Podgorny2013-01-041-6/+1
| * windows.c: remove useless printfDmitry Podgorny2013-01-041-1/+0
* | Added comments to ui_get_idle_timeJames Booth2013-01-051-1/+7
* | fix possible buffer overflow in _ui_draw_win_titleDmitry Podgorny2013-01-041-3/+3
|/
* Fixed order of includes for ncurseswJames Booth2013-01-041-3/+2
* Handle wide chars on inputJames Booth2013-01-031-5/+5
* Include ncursesw, set localeJames Booth2013-01-021-2/+2
* Added /gone to allow configurable delay for </gone> stateJames Booth2012-12-191-0/+9
* Fixed segfault when compiled with X11 but run in bare terminalJames Booth2012-12-191-5/+10
* Added parameter usage to cygwin notifyJames Booth2012-12-121-2/+2
* Experimental balloon on cygwinJames Booth2012-12-121-0/+26
* Moved libnotify checks to _notifyJames Booth2012-12-111-12/+2
* Fixed X CPU usage by only redrawing window title on changeJames Booth2012-12-111-11/+31
* Added /account show commandJames Booth2012-12-091-0/+16
* Tidied helpJames Booth2012-12-091-1/+1
* Handle idle time from contactsJames Booth2012-12-091-10/+55
* Added /theme list commandJames Booth2012-12-091-0/+16
* Colour chat room members by presence for /whoJames Booth2012-12-061-1/+35
* Organised config fileJames Booth2012-12-021-5/+5
* Fixed compile errorJames Booth2012-12-011-1/+1
* Use profanity input for idle time when libxss not availalbeJames Booth2012-12-011-3/+16
* Added preferences for /autoawayJames Booth2012-11-301-4/+34
* Simple output of idle/awayJames Booth2012-11-301-1/+24
* Allow /msg with no message, to open a chat window with a contactJames Booth2012-11-301-0/+33