Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved remaining autocomplete code to command.c | James Booth | 2012-10-28 | 1 | -83/+2 |
| | |||||
* | Moved autcomplete code to command.c | James Booth | 2012-10-28 | 1 | -73/+20 |
| | |||||
* | Reordered autocompleters | James Booth | 2012-10-28 | 1 | -6/+7 |
| | |||||
* | Added /intype setting | James Booth | 2012-10-28 | 1 | -0/+2 |
| | | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing). | ||||
* | Added autocomplete for second /notify parameter | James Booth | 2012-10-28 | 1 | -2/+56 |
| | |||||
* | Added type autcomplete for /notify | James Booth | 2012-10-27 | 1 | -3/+2 |
| | |||||
* | Added autocomplete for version checking parameter | James Booth | 2012-10-24 | 1 | -0/+2 |
| | |||||
* | Check for method of setting ESCDELAY | James Booth | 2012-10-23 | 1 | -2/+5 |
| | |||||
* | Escape key clears input line | James Booth | 2012-10-22 | 1 | -0/+8 |
| | |||||
* | Added autocomplete for boolean settings | James Booth | 2012-10-22 | 1 | -3/+21 |
| | |||||
* | Refactored parameter autocompleters | James Booth | 2012-10-22 | 1 | -48/+38 |
| | |||||
* | Renamed other autocompleters | James Booth | 2012-10-21 | 1 | -5/+5 |
| | |||||
* | Renamed help autocompleter | James Booth | 2012-10-21 | 1 | -2/+2 |
| | |||||
* | Added /help parameter autocomplete | James Booth | 2012-10-21 | 1 | -0/+17 |
| | |||||
* | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 1 | -19/+19 |
| | |||||
* | Decreased non blocking delay | James Booth | 2012-10-06 | 1 | -1/+1 |
| | |||||
* | Set no blocking delay to 100ms | James Booth | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Decreased non blocking input delay | James Booth | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Added -Wall to GCC options | James Booth | 2012-09-10 | 1 | -2/+2 |
| | | | | Fixed compiler warnings | ||||
* | Check for ncurses headers on cygwin | James Booth | 2012-09-08 | 1 | -0/+7 |
| | |||||
* | Tidied all includes | James Booth | 2012-08-26 | 1 | -4/+5 |
| | |||||
* | Merge common and util | James Booth | 2012-08-23 | 1 | -1/+1 |
| | |||||
* | Refactored setting boolean preferences | James Booth | 2012-08-23 | 1 | -1/+1 |
| | |||||
* | Function signatures across lines | James Booth | 2012-07-24 | 1 | -11/+22 |
| | |||||
* | Username now hidden when entering password | James Booth | 2012-07-09 | 1 | -0/+4 |
| | |||||
* | Fixed delete when going off left side of screen | James Booth | 2012-07-09 | 1 | -3/+15 |
| | |||||
* | Merge branch 'master' into build | James Booth | 2012-07-08 | 1 | -34/+81 |
| | |||||
* | Added autobuild tools | James Booth | 2012-07-01 | 1 | -0/+316 |