about summary refs log tree commit diff stats
path: root/src/input_win.c
Commit message (Expand)AuthorAgeFilesLines
* Added mbstate_tJames Booth2013-01-041-1/+3
* Fixed order of includes for ncurseswJames Booth2013-01-041-3/+2
* Handle DEL key for wide charsJames Booth2013-01-041-11/+31
* Changed backspace when at end for wide charsJames Booth2013-01-031-7/+10
* Handle deleting wide chars in middle of inputJames Booth2013-01-031-5/+14
* Handle insert for wide charsJames Booth2013-01-031-8/+16
* Removed unused code and commentsJames Booth2013-01-031-4/+0
* Handle backspace at end of input for wide charsJames Booth2013-01-031-2/+12
* Changed replace input to handle wide charsJames Booth2013-01-031-4/+7
* Handle wide chars on inputJames Booth2013-01-031-23/+40
* Include ncursesw, set localeJames Booth2013-01-021-2/+2
* Further tidy up of windows.cJames Booth2012-11-261-10/+10
* Merge branch 'master' into wheelJames Booth2012-11-251-5/+62
|\
| * Allow alt-num to select windowJames Booth2012-11-241-3/+51
| * Don't output ctrl charactersJames Booth2012-11-241-1/+9
| * Revert "Stop ctrl-c quitting with /ctrlc off"James Booth2012-11-231-19/+3
| * Stop ctrl-c quitting with /ctrlc offJames Booth2012-11-231-3/+19
| * Added input text to themeJames Booth2012-11-221-1/+2
* | Added basic mouse wheel handlingJames Booth2012-11-201-1/+1
|/
* Handling commands after /disconnectJames Booth2012-11-191-2/+3
* Continue to send chat states when no viewing chat windowJames Booth2012-11-081-30/+4
* Do not send presence when in groupchatJames Booth2012-11-051-3/+3
* 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
* 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
* Check for ncurses headers on cygwinJames Booth2012-09-081-0/+7
* Tidied all includesJames Booth2012-08-261-4/+5