about summary refs log tree commit diff stats
path: root/src/input_win.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not send <composing/> for unprintable charactersJames Booth2012-11-011-1/+2
|
* Ignore lines starting with '/' when sending <composing/> stateJames Booth2012-11-011-1/+8
|
* Added a seperate option to enable outgoing typing notificationsJames Booth2012-11-011-9/+8
|
* Fixed invalid state transition from <active/> to <paused/>James Booth2012-10-311-4/+4
|
* Handling paused statusJames Booth2012-10-311-1/+8
|
* Only send chat states when preference setJames Booth2012-10-311-19/+22
|
* Basic state handlingJames Booth2012-10-311-0/+27
|
* Moved remaining autocomplete code to command.cJames Booth2012-10-281-83/+2
|
* Moved autcomplete code to command.cJames Booth2012-10-281-73/+20
|
* Reordered autocompletersJames Booth2012-10-281-6/+7
|
* Added /intype settingJames Booth2012-10-281-0/+2
| | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing).
* Added autocomplete for second /notify parameterJames Booth2012-10-281-2/+56
|
* Added type autcomplete for /notifyJames Booth2012-10-271-3/+2
|
* Added autocomplete for version checking parameterJames Booth2012-10-241-0/+2
|
* Check for method of setting ESCDELAYJames Booth2012-10-231-2/+5
|
* Escape key clears input lineJames Booth2012-10-221-0/+8
|
* Added autocomplete for boolean settingsJames Booth2012-10-221-3/+21
|
* Refactored parameter autocompletersJames Booth2012-10-221-48/+38
|
* Renamed other autocompletersJames Booth2012-10-211-5/+5
|
* Renamed help autocompleterJames Booth2012-10-211-2/+2
|
* Added /help parameter autocompleteJames Booth2012-10-211-0/+17
|
* Removed trailing whitespace from src and testsJames Booth2012-10-211-19/+19
|
* Decreased non blocking delayJames Booth2012-10-061-1/+1
|
* Set no blocking delay to 100msJames Booth2012-10-051-1/+1
|
* Decreased non blocking input delayJames Booth2012-10-051-1/+1
|
* Added -Wall to GCC optionsJames Booth2012-09-101-2/+2
| | | | Fixed compiler warnings
* Check for ncurses headers on cygwinJames Booth2012-09-081-0/+7
|
* Tidied all includesJames Booth2012-08-261-4/+5
|
* Merge common and utilJames Booth2012-08-231-1/+1
|
* Refactored setting boolean preferencesJames Booth2012-08-231-1/+1
|
* Function signatures across linesJames Booth2012-07-241-11/+22
|
* Username now hidden when entering passwordJames Booth2012-07-091-0/+4
|
* Fixed delete when going off left side of screenJames Booth2012-07-091-3/+15
|
* Merge branch 'master' into buildJames Booth2012-07-081-34/+81
|
* Added autobuild toolsJames Booth2012-07-011-0/+316