about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Added theme files support with /theme commandJames Booth2012-11-211-9/+15
* | | Separated colours from main preferencesJames Booth2012-11-211-21/+22
| |/ |/|
* | Added more colour preferencesJames Booth2012-11-211-74/+88
|/
* Handling commands after /disconnectJames Booth2012-11-191-4/+16
* Handle room broadcastsJames Booth2012-11-191-0/+22
* Handle room member presenceJames Booth2012-11-191-0/+14
* Show message when own nickname changed in chat roomsJames Booth2012-11-181-0/+14
* Handle nick changes from other usersJames Booth2012-11-181-1/+19
* _win_notify_remind: fix possible buffer overflowDmitry Podgorny2012-11-161-1/+1
* Changed /wins outputJames Booth2012-11-141-18/+9
* Fixed spelling mistake in helpJames Booth2012-11-141-1/+1
* Show when unread messages in /wins listJames Booth2012-11-141-3/+18
* Treat room presence as onlineJames Booth2012-11-141-4/+13
* Added /wins command to list active windowsJames Booth2012-11-141-1/+60
* Set correct window type on private messagesJames Booth2012-11-141-2/+9
* Merge pull request #81 from pasis/priorityJames Booth2012-11-131-0/+2
|\
| * introduce priority supportDmitry Podgorny2012-11-131-0/+2
* | Fixed help command name clash on statusJames Booth2012-11-131-7/+7
* | Tidy up /statusJames Booth2012-11-131-42/+39
* | Added basic /status command to find out about a specific contactJames Booth2012-11-131-52/+72
* | Handle typing notifications in private room chatJames Booth2012-11-131-12/+8
* | Allow incoming private messages from chat roomsJames Booth2012-11-121-13/+9