about summary refs log tree commit diff stats
path: root/src/windows.c
Commit message (Expand)AuthorAgeFilesLines
* Continue to send chat states when no viewing chat windowJames Booth2012-11-081-0/+42
* Show delayed time on messages received whilst offlineJames Booth2012-11-081-3/+21
* Using /who in chat room shows room occupantsJames Booth2012-11-081-12/+13
* Basic chat room handling of presenceJames Booth2012-11-081-3/+32
* windows: format room rosterJames Booth2012-11-071-3/+19
* room_chat: rename room_is_activeJames Booth2012-11-071-1/+1
* Merge branch 'master' into mucJames Booth2012-11-061-1/+1
|\
| * Updated website location in /vercheckJames Booth2012-11-061-1/+1
* | Handle sending messages in groupchatJames Booth2012-11-051-7/+18
* | Flash, beep, notify, remind on groupchat new messagesJames Booth2012-11-051-3/+26
* | Handle incoming groupchatJames Booth2012-11-051-0/+15
* | Handle chat history from groupchatJames Booth2012-11-051-0/+20
* | Do not send presence when in groupchatJames Booth2012-11-051-0/+11
* | Handle room presence notificationsJames Booth2012-11-051-0/+27
|/
* Show message when other user <gone/>James Booth2012-11-011-0/+25
* Added a seperate option to enable outgoing typing notificationsJames Booth2012-11-011-0/+5
* Added states preference to enable chat statesJames Booth2012-10-311-0/+5
* Send <gone/> when closing chat windowJames Booth2012-10-311-19/+11
* Fixed message colouringJames Booth2012-10-301-3/+3
* Subscription managementJames Booth2012-10-281-31/+43
* Load roster before sending presenceJames Booth2012-10-281-15/+15
* Added /me handling in logsJames Booth2012-10-281-2/+10
* Added /me handling for incoming messagesJames Booth2012-10-281-4/+21
* Added /intype settingJames Booth2012-10-281-38/+45
* Unified desktop notification preferencesJames Booth2012-10-271-5/+5
* Show development version when splash screen enabledJames Booth2012-10-271-1/+1
* Made version check a user preferenceJames Booth2012-10-241-16/+37
* 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
* Trailing whitespaceJames Booth2012-10-231-1/+1
* Split help into sectionsJames Booth2012-10-221-0/+42
* 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
* 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
* 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