about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* Merge pull request #81 from pasis/priorityJames Booth2012-11-131-0/+2
|\ | | | | introduce priority support
| * introduce priority supportDmitry Podgorny2012-11-131-0/+2
| | | | | | | | | | | | | | add new command /priority <int> improve jabber_update_presence() use jabber_update_presence() for sending initial presence save priority and status string to jabber_conn structure
* | 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
| |
* | Added win_type to prof_win structureJames Booth2012-11-121-16/+14
|/
* Added log to /prefs outputJames Booth2012-11-121-0/+2
|
* Added /help list to list all commandsJames Booth2012-11-111-4/+21
|
* Shortened /sub "request" parameter to "req", and formatted helpJames Booth2012-11-111-1/+1
|
* add subscription supportDmitry Podgorny2012-11-111-0/+33
|
* Renamed parameter in win_join_chatJames Booth2012-11-101-3/+3
|
* Handle /me in chat roomsJames Booth2012-11-101-5/+29
|
* Handle subject from roomJames Booth2012-11-101-0/+26
|
* Using vargs in cons_bad_showJames Booth2012-11-101-2/+8
|
* Continue to send chat states when no viewing chat windowJames Booth2012-11-081-0/+42
|