about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactored show history, free'd memoryJames Booth2012-10-141-18/+20
|
* Added history optionJames Booth2012-10-141-2/+7
|
* Chaged padsize to 1000James Booth2012-10-141-1/+1
|
* Showing history from current log in chat windowsJames Booth2012-10-141-3/+38
|
* Removed time date from dated logsJames Booth2012-10-081-1/+1
| | | | Use 'me' instead of login
* Added comments to new window openJames Booth2012-10-081-0/+3
|
* Only show offline warning onceJames Booth2012-10-041-7/+10
|
* Use colour prefs for offline message warningJames Booth2012-10-041-0/+8
|
* Show warning when sending message to offline contactJames Booth2012-10-041-3/+10
|
* Now checks for exitence of contact before sending messageJames Booth2012-10-041-8/+17
|
* Added argument to /who command to specify statusJames Booth2012-10-041-41/+36
|
* Offline contacts presence notifications now in contact listJames Booth2012-10-041-35/+38
| | | | Can send messages to offline contacts
* Tidied up message remind period on prefs outputJames Booth2012-10-031-10/+8
|
* Made usage of cons_show vargsJames Booth2012-10-031-14/+4
|
* cons_show now uses vargsJames Booth2012-10-031-2/+8
|
* Automatically open window with /msg commandJames Booth2012-10-031-1/+3
|
* Handle notification errorsJames Booth2012-09-241-1/+7
|
* Init and uninit libnotifyJames Booth2012-09-241-11/+23
|
* Tidy libnotify codeJames Booth2012-09-241-55/+23
|
* Made periodic message reminders a user optionJames Booth2012-09-231-12/+18
|
* Now sends desktop notification periodically to remind of unread messagesJames Booth2012-09-231-7/+51
|
* Added unread message count to chat windowsJames Booth2012-09-231-2/+20
|
* Shutdown now correctly handles connectionJames Booth2012-09-231-1/+1
|
* Added stdlib header to windows.c to avoid compiler warning on cygwinJames Booth2012-09-101-0/+1
|
* Added -Wall to GCC optionsJames Booth2012-09-101-7/+4
| | | | Fixed compiler warnings
* Added summary info when splash enabledJames Booth2012-09-091-32/+66
|
* Check for ncurses headers on cygwinJames Booth2012-09-081-0/+5
|
* Removed get_time from common.cJames Booth2012-08-261-5/+4
| | | | Uses GDateTime instead
* Tidied all includesJames Booth2012-08-261-6/+5
|
* Refactored logJames Booth2012-08-261-3/+3
| | | | Added shortcut functions for prof logging levels
* Merge common and utilJames Booth2012-08-231-1/+1
|
* Refactored setting boolean preferencesJames Booth2012-08-231-3/+3
|
* Added some logging and updated man pageJames Booth2012-08-221-0/+4
|
* Added status colour preference supportJames Booth2012-08-191-5/+53
|
* Added colour macrosJames Booth2012-08-191-26/+32
|
* No longer set win status new when typingJames Booth2012-08-161-1/+0
|
* Removed typing notification when not in chat winJames Booth2012-08-161-10/+0
|
* Moved typing notification from main chat to title barJames Booth2012-08-161-4/+6
|
* Message about F1 keyJames Booth2012-08-161-7/+4
|
* Show basic help on startupJames Booth2012-08-161-19/+17
|
* Added typing notifications and related preferencesJames Booth2012-08-161-6/+93
|
* Command help now looked upJames Booth2012-08-141-10/+38
| | | | | No longer need to write help strings in windows.c Usage and help are part of the command structure
* Reverted ncurses cleanupJames Booth2012-07-311-7/+0
| | | | Changed valgrind options, still reachable ignored
* Cleaning up memory allocated by ncurses padsJames Booth2012-07-311-0/+7
|
* Fixed libnotify includesJames Booth2012-07-301-4/+4
|
* Show tinyurl errors and usage in chat windowsJames Booth2012-07-291-1/+23
|
* Changed help on tiny urlsJames Booth2012-07-291-1/+1
|
* Added tiny commandJames Booth2012-07-281-4/+1
|
* Simple tinyurl testJames Booth2012-07-281-0/+5
|
* Function signatures across linesJames Booth2012-07-241-36/+71
|