about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Removed history and various key handlersJames Booth2015-01-301-639/+205
| |
* | Moved readline code to inputwin.cJames Booth2015-01-301-2/+54
| |
* | Added gnu readlineJames Booth2015-01-271-39/+41
| |
* | Added key insert tests, extracted key_ctrl_left handlerJames Booth2015-01-201-62/+6
| |
* | Extracted keyhandler for printable charactersJames Booth2015-01-201-89/+40
| |
* | Inlined static functions in inputwinJames Booth2015-01-191-49/+162
| |
* | Refactor inputwin.cJames Booth2015-01-181-101/+119
| |
* | Handle wide chars for arrow keys and backspaceJames Booth2015-01-181-152/+200
| |
* | Fix backspace for utf8 wide charsJames Booth2015-01-171-19/+11
|/
* Added utf8_display_lenJames Booth2015-01-171-23/+4
|
* Merge branch 'master' into inp-utf8James Booth2015-01-161-3/+1
|\
| * Removed debugJames Booth2015-01-161-2/+0
| |
* | Fixed mergeJames Booth2015-01-161-1/+1
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-161-79/+81
|\| | | | | | | | | Conflicts: src/ui/inputwin.c
| * Renamed input variablesJames Booth2015-01-161-80/+82
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-161-15/+38
|\|
| * Simplified autocompleters and command historyJames Booth2015-01-161-14/+37
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-161-94/+94
|\| | | | | | | | | Conflicts: src/ui/inputwin.c
| * Removed static function arguments in inputwin.cJames Booth2015-01-161-97/+100
| |
| * Renamed inp_get_char->inp_readJames Booth2015-01-151-1/+1
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-151-12/+18
|\| | | | | | | | | Conflicts: src/ui/inputwin.c
| * Moved input line to inputwinJames Booth2015-01-151-12/+18
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-151-22/+20
|\| | | | | | | | | Conflicts: src/ui/inputwin.c
| * Pass pointers to inp_get_charJames Booth2015-01-151-23/+21
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-151-52/+58
|\| | | | | | | | | Conflicts: src/ui/inputwin.c
| * Moved input size to inputwinJames Booth2015-01-151-56/+62
| |
* | Calculate input win display size includes wide charactersJames Booth2015-01-141-12/+22
|/
* trying to block (and save cpu power) more dynamicallySimon Effenberg2015-01-121-2/+2
| | | | | | | | | instead of blocking too long if inpblock is set to something like 500ms the input timeout is not set directly to inpblock but is increasing dynamically from 0 to inpblock by a little algorithm FIXME: the call from the win_* method to the ui_input_* method looks wrong.. this causes a cross reference which shouldn't be
* Added remaining chat statesJames Booth2015-01-111-12/+12
|
* Removed chat states from chat_session module, WIPJames Booth2015-01-081-12/+12
|
* Refactored chat session handling on sending messageJames Booth2015-01-041-11/+5
|
* Added correct Ctrl-U handling backJames Booth2015-01-011-2/+3
|
* Merge remote-tracking branch 'andrewgho/readline-style-keybindings'James Booth2015-01-011-1/+25
|\
| * Add readline-style keybindingsAndrew Ho2014-12-301-1/+16
|/
* Added /inpblock commandJames Booth2014-12-211-1/+1
|
* Removed debugJames Booth2014-12-011-10/+0
|
* Added ctrl-w support (with debug)James Booth2014-12-011-58/+77
|
* Update input window on /theme setJames Booth2014-11-191-1/+2
|
* Replaced colours with theme_item_tJames Booth2014-11-161-1/+1
|
* Added key code for ctrl-left ctrl-rightJames Booth2014-10-091-2/+2
|
* Added scroll support to occupant listJames Booth2014-10-071-7/+7
|
* Small spelling fixes in code and commentsDariusz Dwornikowski2014-08-271-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Removed debug, added check for 0 length stringJames Booth2014-07-091-5/+6
|
* Added autocomplete for nicknames in MUC input textJames Booth2014-07-091-1/+7
| | | | issue #321
* Added character codes for alt-left, alt-rightJames Booth2014-05-261-2/+2
|
* Fixed cppcheck warningsJames Booth2014-04-261-4/+4
|
* Removed inputwin functions from ui.hJames Booth2014-04-071-33/+20
|
* Removed statusbar functions from ui.hJames Booth2014-04-071-0/+1
|
* Added check on input lengthJames Booth2014-04-021-0/+4
|