about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
Commit message (Expand)AuthorAgeFilesLines
* Allow vertical positioning of all windowsJames Booth2016-09-231-10/+4
* Add /inputwin top|bottom commandJames Booth2016-09-191-1/+8
* Move all filepath handling to files.cJames Booth2016-07-241-1/+1
* Move xgd functionsJames Booth2016-07-241-1/+2
* Tidy headersJames Booth2016-07-241-7/+7
* Moved roster_list.cJames Booth2016-07-241-1/+1
* Moved muc.cJames Booth2016-07-241-1/+1
* Moved chat_state.cJames Booth2016-07-241-1/+1
* Moved chat state handling code to chat_state.cJames Booth2016-07-241-2/+3
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Rename command sourcesJames Booth2016-05-221-1/+1
* Add cmd_autocomplete.cJames Booth2016-05-201-3/+3
* Reorder headers in inputwin.cJames Booth2016-05-111-1/+1
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+3
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
|/
* Added sys/select.h header includesJames Booth2016-01-191-0/+1
* Use MB_CUR_MAX when calculating cursor positionJames Booth2015-12-191-1/+1
* Read ~/.config/profanity/inputrcJames Booth2015-12-061-0/+7
* Renamed readline handlersJames Booth2015-12-061-93/+93
* Added readline function definitionsJames Booth2015-12-061-1/+24
* readline: set rl_outstream to /dev/nullJames Booth2015-12-011-0/+5
* Disable readline completionJames Booth2015-11-291-0/+3
* Clear Readline undo list when autocompleting command historyJames Booth2015-11-091-2/+2
* Renamed ui_switch_win -> ui_focus_winJames Booth2015-11-021-3/+3
* Removed ui_ paging functionsJames Booth2015-11-011-4/+8
* Removed inp_win_clear()James Booth2015-11-011-9/+0
* Removed ui_events moduleJames Booth2015-10-271-1/+0
* Removed ui_ev_focus_winJames Booth2015-10-271-3/+3
* Get rid of compiler warning concerning NULL pointerMichael Vetter2015-10-261-1/+1
* Applied coding style to src/ui/James Booth2015-10-251-2/+2
* Fixed resize during password and tls commandsJames Booth2015-10-061-0/+2
* Unmap key sequence Alt+=James Booth2015-09-291-0/+3
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-221-0/+16
* PGP: UI tweaks for passphrase requestJames Booth2015-09-011-1/+0
* Removed /mouse commandJames Booth2015-07-191-1/+1
* Don't write chars during password inputJames Booth2015-07-011-1/+3
* ui: Ignore EINTR in inp_readline()Dmitry Podgorny2015-06-251-18/+7
* Do not update UI whilst receiving passwordJames Booth2015-06-251-7/+0
* free muc autocompleter resultJames Booth2015-06-241-0/+1
* Free prefs strings, check for NULLs when closing pgp moduleJames Booth2015-06-241-0/+1
* Added current window reference to command functionsJames Booth2015-06-171-2/+3
* Pass current window to autocompletersJames Booth2015-06-161-2/+4
* Moved UI interfaces to ui.hJames Booth2015-06-151-0/+1
* Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
* Added win_clear() functionJames Booth2015-06-151-1/+2
* Move current win check to event, removed next and prev win functionsJames Booth2015-04-301-5/+9
* Removed ui_win_switch_numJames Booth2015-04-301-10/+22