Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Replaced colours with theme_item_t | James Booth | 2014-11-16 | 1 | -2/+2 |
| | |||||
* | Implemented /time preference | James Booth | 2014-11-16 | 1 | -5/+4 |
| | |||||
* | Removed usages of strcpy | James Booth | 2014-10-02 | 1 | -9/+3 |
| | |||||
* | Fixed memory leaks | Dmitry Podgorny | 2014-09-09 | 1 | -0/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+34 |
| | |||||
* | Added BUFF_SIZE back again | James Booth | 2014-07-20 | 1 | -1/+3 |
| | |||||
* | Return address of buffer entry | James Booth | 2014-07-19 | 1 | -3/+2 |
| | |||||
* | Use PAD_SIZE for buffer max size | James Booth | 2014-07-18 | 1 | -1/+1 |
| | |||||
* | Use GSList for buffer entries | James Booth | 2014-07-18 | 1 | -45/+34 |
| | |||||
* | Removed unused function | James Booth | 2014-07-16 | 1 | -48/+0 |
| | |||||
* | Whitespace formatting | James Booth | 2014-07-16 | 1 | -95/+112 |
| | |||||
* | Implemented the buffer for windows resizing | Immae | 2014-06-29 | 1 | -14/+37 |
| | |||||
* | Added buffer handling. Buffer are initialized, pushed, and freed. No use is ↵ | Immae | 2014-06-23 | 1 | -0/+106 |
made of them so far Signed-off-by: James Booth <boothj5@gmail.com> |