about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* windows tidy upJames Booth2012-11-261-66/+60
* Merge branch 'wheel'James Booth2012-11-251-1/+42
|\
| * Added Cywin mouse wheel handlingJames Booth2012-11-251-0/+10
| * Fixed compile after merging masterJames Booth2012-11-251-2/+2
| * Merge branch 'master' into wheelJames Booth2012-11-251-370/+415
| |\
| * \ Merge branch 'master' into wheelJames Booth2012-11-211-74/+88
| |\ \
| * | | Listen only for mouse events we're interested inJames Booth2012-11-201-1/+1
| * | | Wheel jumps four linesJames Booth2012-11-201-2/+2
| * | | Added basic mouse wheel handlingJames Booth2012-11-201-1/+32
* | | | Fixed /prefs output when no theme chosenJames Booth2012-11-251-1/+6
| |_|/ |/| |
* | | Added auto reconnect, and /reconnect command to control intervalJames Booth2012-11-251-0/+9
* | | Messages not lost when run out of windowsJames Booth2012-11-241-51/+90
* | | Status bar active on console messages when not in consoleJames Booth2012-11-241-21/+58
* | | Added console to statusbar window listJames Booth2012-11-241-0/+1
* | | Allow alt-num to select windowJames Booth2012-11-241-15/+14
* | | Switched to ncurses raw modeJames Booth2012-11-231-1/+1
* | | Revert "Stop ctrl-c quitting with /ctrlc off"James Booth2012-11-231-6/+1
* | | Stop ctrl-c quitting with /ctrlc offJames Booth2012-11-231-1/+6
* | | Allocate memory for windows when neededJames Booth2012-11-231-262/+241
* | | Added time to themes, and some example themesJames Booth2012-11-221-0/+6
* | | Added theme to prefs outputJames Booth2012-11-221-0/+2
* | | Moved colour initialisation to themeJames Booth2012-11-211-35/+1