about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | Incoming messages are shown in the console when all windows are full
* | | 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
| | | | | | | | | | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850.
* | | 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
| | | | fix buffer overflow when 'unread' is greater than 999
* 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
| | | | Needs to be changed to show status changes
* Added /wins command to list active windowsJames Booth2012-11-141-1/+60
|
* Set correct window type on private messagesJames Booth2012-11-141-2/+9
|