about summary refs log tree commit diff stats
path: root/src/ui/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* Applied coding style to src/ui/buffer.h src/ui/buffer.cJames Booth2015-10-251-3/+2
* Added indent paddingJames Booth2015-07-291-1/+2
* Use colouring for message receiptsJames Booth2015-03-141-1/+11
* Updated copyrightJames Booth2015-02-101-1/+1
* 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 m...Immae2014-06-231-0/+29