Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into readline | James Booth | 2015-02-11 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h | ||||
| * | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | | |||||
* | | Removed unused function | James Booth | 2015-02-06 | 1 | -1/+0 |
| | | |||||
* | | Moved command processing to main loop, allow resize during password prompt | James Booth | 2015-02-05 | 1 | -2/+2 |
| | | |||||
* | | Removed unused functions from inputwin.c | James Booth | 2015-02-04 | 1 | -4/+0 |
| | | |||||
* | | Moved input blocking code to inputwin.c | James Booth | 2015-01-31 | 1 | -0/+1 |
| | | |||||
* | | Moved readline code to inputwin.c | James Booth | 2015-01-30 | 1 | -0/+2 |
| | | |||||
* | | Added gnu readline | James Booth | 2015-01-27 | 1 | -0/+1 |
| | | |||||
* | | Extracted keyhandler for printable characters | James Booth | 2015-01-20 | 1 | -1/+5 |
| | | |||||
* | | Inlined static functions in inputwin | James Booth | 2015-01-19 | 1 | -1/+0 |
|/ | |||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -1/+2 |
| | |||||
* | Renamed inp_get_char->inp_read | James Booth | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Moved input line to inputwin | James Booth | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Pass pointers to inp_get_char | James Booth | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Moved input size to inputwin | James Booth | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trying to block (and save cpu power) more dynamically | Simon Effenberg | 2015-01-12 | 1 | -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 | ||||
* | Update input window on /theme set | James Booth | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Added scroll support to occupant list | James Booth | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Removed inputwin functions from ui.h | James Booth | 2014-04-07 | 1 | -0/+36 |