about summary refs log tree commit diff stats
path: root/src/ui/buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Replaced colours with theme_item_tJames Booth2014-11-161-2/+3
|
* Implemented /time preferenceJames Booth2014-11-161-2/+4
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+34
|
* Return address of buffer entryJames Booth2014-07-191-1/+1
|
* Use PAD_SIZE for buffer max sizeJames Booth2014-07-181-2/+0
|
* Use GSList for buffer entriesJames Booth2014-07-181-11/+7
|
* Removed unused functionJames Booth2014-07-161-1/+0
|
* Whitespace formattingJames Booth2014-07-161-12/+10
|
* Implemented the buffer for windows resizingImmae2014-06-291-2/+4
|
* Added buffer handling. Buffer are initialized, pushed, and freed. No use is ↵Immae2014-06-231-0/+29
made of them so far Signed-off-by: James Booth <boothj5@gmail.com>