about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed inp_get_char->inp_readJames Booth2015-01-151-1/+1
* Moved input line to inputwinJames Booth2015-01-151-12/+18
* Pass pointers to inp_get_charJames Booth2015-01-151-23/+21
* Moved input size to inputwinJames Booth2015-01-151-56/+62
* trying to block (and save cpu power) more dynamicallySimon Effenberg2015-01-121-2/+2
* 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
* 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
* Removed strcpy callsJames Booth2014-04-021-1/+1
* Renamed refresh functions to update_virtualJames Booth2014-04-011-16/+16
* Updated copyrightJames Booth2014-03-091-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-1/+2
* Bind remaining ui functions in main.cJames Booth2013-12-231-9/+14
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-18/+27
* Added simple mock test, refactored rosterJames Booth2013-12-141-0/+1
* Added MAX_PASSWORD_SIZE set to 64James Booth2013-11-071-1/+2
* Next and previous windows, handle KEY_CODE_YES terms, jump empty winsJames Booth2013-09-261-16/+12
* Adding irssi style Alt-Left/Right window navigationJesse R. Adams2013-09-251-0/+21
* Check for KEY_CODE_YES before sending typing notificationsJames Booth2013-09-131-2/+5
* Attempted fix for #236, no check for KEY_CODE_YES on unicode char 127 (delete)James Booth2013-09-081-48/+58
* Proper fix for #235James Booth2013-09-041-3/+24
* Fix for issue #235, check for KEY_CODE_YESJames Booth2013-09-041-0/+3
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-10/+10
* Fix ctrl + arrow keys for fedoraJames Booth2013-08-101-2/+2
* Down arrow adds current line to history and shows empty lineJames Booth2013-07-131-0/+4
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+1
* Renamed contact_list_ functions to roster_James Booth2013-05-061-1/+1
* Use werase() rather than wclear() to avoid screen flashJames Booth2013-04-221-1/+1
* Added alt-backspace key code for ubuntuJames Booth2013-03-041-0/+1
* Added alt-backspace supportJames Booth2013-03-031-1/+66
* Debug alt-backspaceJames Booth2013-03-021-37/+48