about summary refs log tree commit diff stats
path: root/src/ui/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* 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 m...Immae2014-06-231-0/+29