Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added autobuild tools | James Booth | 2012-07-01 | 1 | -316/+0 |
| | |||||
* | Commented bold styles | James Booth | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | Added basic colour preferences loading | James Booth | 2012-06-18 | 1 | -0/+1 |
| | |||||
* | Added timeout on input to stop 100% cpu usage | James Booth | 2012-06-13 | 1 | -1/+1 |
| | |||||
* | Added command autocomplete | James Booth | 2012-06-04 | 1 | -1/+23 |
| | |||||
* | Renamed windows.h -> ui.h | James Booth | 2012-05-24 | 1 | -1/+1 |
| | |||||
* | Finished /connect tab completion | James Booth | 2012-05-10 | 1 | -0/+18 |
| | |||||
* | Bash style history | James Booth | 2012-05-01 | 1 | -2/+2 |
| | |||||
* | Moved windows on resize | James Booth | 2012-04-22 | 1 | -10/+11 |
| | |||||
* | Replace input on resize | James Booth | 2012-04-17 | 1 | -0/+9 |
| | |||||
* | Moved resize code to windows.c, reorder main loop | James Booth | 2012-04-17 | 1 | -27/+23 |
| | |||||
* | Removed resize debug from console | James Booth | 2012-04-17 | 1 | -1/+0 |
| | |||||
* | Basic resize of bars | James Booth | 2012-04-15 | 1 | -22/+27 |
| | |||||
* | Ignore INS key | James Booth | 2012-04-09 | 1 | -1/+2 |
| | |||||
* | Implemented DEL key on input | James Booth | 2012-04-09 | 1 | -0/+13 |
| | |||||
* | Implemented HOME and END keys during input | James Booth | 2012-04-09 | 1 | -1/+9 |
| | |||||
* | Ignore non used F keys | James Booth | 2012-04-09 | 1 | -1/+1 |
| | |||||
* | Tab completion of online contacts now rolls | James Booth | 2012-03-10 | 1 | -0/+3 |
| | |||||
* | Free memory after contact search | James Booth | 2012-03-10 | 1 | -0/+1 |
| | |||||
* | Started autocomplete contact | James Booth | 2012-03-10 | 1 | -1/+23 |
| | | | | Currently autocompletes first match | ||||
* | Tidied special key functions | James Booth | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Usage of const | James Booth | 2012-03-09 | 1 | -6/+6 |
| | |||||
* | Reduced screen flicker, and fixed end page | James Booth | 2012-03-06 | 1 | -1/+0 |
| | |||||
* | Paging in console window | James Booth | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | TIdey up input win functions | James Booth | 2012-02-29 | 1 | -108/+119 |
| | |||||
* | Bold input bar | James Booth | 2012-02-28 | 1 | -0/+1 |
| | |||||
* | Check for KEY_BACKSPACE, works on Ubuntu | James Booth | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Renamed input buffer to history | James Booth | 2012-02-27 | 1 | -3/+3 |
| | |||||
* | Allow forwards though input history | James Booth | 2012-02-27 | 1 | -1/+13 |
| | |||||
* | Consistent naming in input_buffer | James Booth | 2012-02-26 | 1 | -2/+2 |
| | |||||
* | Added input editing and buffer | James Booth | 2012-02-26 | 1 | -7/+46 |
| | | | | | Left and right arrows for inline editing. Up arrow to go through history | ||||
* | Removed unused input window function | James Booth | 2012-02-26 | 1 | -6/+0 |
| | |||||
* | Allow command editing | James Booth | 2012-02-26 | 1 | -3/+28 |
| | |||||
* | Allow left/right movement in input window | James Booth | 2012-02-26 | 1 | -4/+22 |
| | |||||
* | Added GPL | James Booth | 2012-02-20 | 1 | -0/+22 |
| | |||||
* | Safe string handling on get password | James Booth | 2012-02-19 | 1 | -1/+1 |
| | |||||
* | Handles failed logins correctly | James Booth | 2012-02-17 | 1 | -0/+5 |
| | |||||
* | Renamed input_bar -> status_bar | James Booth | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | Starting window output in x position 1 | James Booth | 2012-02-10 | 1 | -3/+6 |
| | |||||
* | Small formatting changes | James Booth | 2012-02-10 | 1 | -0/+4 |
| | |||||
* | Added seperate window modules | James Booth | 2012-02-08 | 1 | -0/+84 |