about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show command in /prefs, and split into categoriesJames Booth2012-11-291-54/+95
* Moved unread in titlebarJames Booth2012-11-291-1/+1
* Option to show version in title bar with /titlebarversionJames Booth2012-11-291-3/+15
* Added terminal window titleJames Booth2012-11-291-0/+15
* Implemented /sub showJames Booth2012-11-271-4/+9
* Show message on /msg when windows fullJames Booth2012-11-271-0/+13
* Added /autoping command to set ping interval or disable with 0James Booth2012-11-261-0/+9
* Attempt to stop mouse click blocking inputJames Booth2012-11-261-5/+1
* Added to navigation helpJames Booth2012-11-261-2/+5
* Further tidy up of windows.cJames Booth2012-11-261-357/+343