about summary refs log tree commit diff stats
path: root/src/input_win.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850.
| * 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
| | | | | 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
|
* generated by cgit-pink 1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2024-07-03 05:35:37 +0000 td>
|
* 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