about summary refs log tree commit diff stats
path: root/src/ui/inputwin.h
Commit message (Expand)AuthorAgeFilesLines
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Updated copyrightJames Booth2016-02-141-1/+1
* Removed ui_input_nonblocking()James Booth2015-11-011-1/+0
* Removed inp_win_clear()James Booth2015-11-011-1/+0
* Removed ui_readline()James Booth2015-11-011-1/+0
* Applied coding style to src/ui/James Booth2015-10-251-1/+1
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-221-0/+1
* Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\
| * Updated copyrightJames Booth2015-02-101-1/+1
* | Removed unused functionJames Booth2015-02-061-1/+0
* | Moved command processing to main loop, allow resize during password promptJames Booth2015-02-051-2/+2
* | Removed unused functions from inputwin.cJames Booth2015-02-041-4/+0
* | Moved input blocking code to inputwin.cJames Booth2015-01-311-0/+1
* | Moved readline code to inputwin.cJames Booth2015-01-301-0/+2
* | Added gnu readlineJames Booth2015-01-271-0/+1
* | Extracted keyhandler for printable charactersJames Booth2015-01-201-1/+5
* | Inlined static functions in inputwinJames Booth2015-01-191-1/+0
|/
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+2
* Renamed inp_get_char->inp_readJames Booth2015-01-151-1/+1
* Moved input line to inputwinJames Booth2015-01-151-1/+1
* Pass pointers to inp_get_charJames Booth2015-01-151-1/+1
* Moved input size to inputwinJames Booth2015-01-151-1/+1
* trying to block (and save cpu power) more dynamicallySimon Effenberg2015-01-121-2/+2
* Update input window on /theme setJames Booth2014-11-191-1/+1
* Added scroll support to occupant listJames Booth2014-10-071-1/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Removed inputwin functions from ui.hJames Booth2014-04-071-0/+36
> 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398