about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Casting the into correct type.
* 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
| | | | Fixes #629
* 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
| | | | EINTR is usual situation during resizing of terminal window.
* 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
|
* Moved new chat win events to client events moduleJames Booth2015-04-211-10/+10
|
* Added keybindings for rxvtJames Booth2015-03-181-6/+13
|
* Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\ | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h
| * Updated copyrightJames Booth2015-02-101-1/+1
| |
| * Free string on backspaceJames Booth2015-02-101-5/+5
| |
| * Free utf8 substrings for delete word (ctrl-w)James Booth2015-02-091-0/+3
| |
* | Bind ^L to own clear method to retain ui elementsChristian Storm2015-02-081-0/+9
| | | | | | | | | | | | | | When using readline's standard ^L binding, the screen is completely cleared, including status and title bar. By binding ^L to profanity's clear method, status and title bar are retained.
* | Handle home scrollJames Booth2015-02-061-2/+3
| |
* | Removed unused functionJames Booth2015-02-061-7/+0
| |
* | Removed debug loggingJames Booth2015-02-051-2/+0
| |
* | Moved command processing to main loop, allow resize during password promptJames Booth2015-02-051-14/+37
| |
* | Move SIGWINCH handling to ui/core.c, ignore signal whilst resizingJames Booth2015-02-041-9/+0
| |
* | Fixed input timout returning EINVAL on OSXJames Booth2015-02-041-5/+18
| |
* | Moved readline startup hookJames Booth2015-02-031-44/+44
| |
* | Tidied inputwin.cJames Booth2015-02-031-287/+315
| |
* | Added OSX readline keyseq bindingsJames Booth2015-02-031-4/+9
| |
* | Remove state passed to wide char len checkJames Booth2015-02-031-21/+19
| |
* | Fixed arrow keys with debugJames Booth2015-02-021-6/+3
| |
* | Readline osx compatibilityJames Booth2015-02-021-8/+10
| |
* | Added include for timeval structJames Booth2015-02-011-0/+1
| |
* | Use getc wrapper for autocomplete reset checkJames Booth2015-02-011-15/+22
| |
* | Added more ignore characters to handle activityJames Booth2015-02-011-1/+1
| |
* | Handle word wrapping wide charsJames Booth2015-02-011-1/+1
| |
* | Added scroll handlerJames Booth2015-01-311-0/+22
| |
* | Removed commented code, renamed win switch handlersJames Booth2015-01-311-31/+31
| |
* | Added function key bindingsJames Booth2015-01-311-0/+11
| |
* | Added paging handlersJames Booth2015-01-311-4/+145
| |