about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Check for later releaseJames Booth2012-10-241-6/+35
|
* Only check for new release if release buildJames Booth2012-10-241-7/+17
|
* Added PACKAGE_STATUS to configure.acJames Booth2012-10-231-3/+11
|
* Added check for latest releaseJames Booth2012-10-231-0/+8
|
* Added /about commandJames Booth2012-10-231-17/+27
| | | | Useful for showing version
* Trailing whitespaceJames Booth2012-10-231-1/+1
|
* Split help into sectionsJames Booth2012-10-221-0/+42
| | | | Most of the time complete help was too big for the screen
* Removed trailing whitespace from src and testsJames Booth2012-10-211-68/+68
|
* windows: set dirty in win_show_error_msgDmitry Podgorny2012-10-181-0/+3
|
* handle error messages from serverDmitry Podgorny2012-10-181-0/+27
|
* windows: dont print wether contact exists in rosterDmitry Podgorny2012-10-181-4/+1
|
* windows: print outgoing messages for all contactsDmitry Podgorny2012-10-171-23/+23
| | | | | | | When contact list doesn't contain a contact outgoing messages aren't printed to chat window. But incoming ones is printed. The patch fixes this and make profanity show "%s is not one of your contacts." only once on creating window.
* 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
|