aboutsummaryrefslogtreecommitdiff
path: root/src/Cache.cpp
AgeCommit message (Collapse)Author
2018-05-06Make dchat Text editabledec05eba
Not finished yet. Currently text can be entered, removed and you can move caret using arrow keys (up, down, left, right), home and end. Need to implement text selection and remove focus from chatbar when editing message board text. Chatbar should be replaced with dchat Text for proper multiline editable text.
2018-05-04Add web page preview (image or html content), not finisheddec05eba
2018-05-03Change image directory, change emoji sizedec05eba
2018-05-03Perform proper cleanup of gif that failed to loaddec05eba
2018-05-03Remove gif file data if gif fails to loaddec05eba
2018-05-03Fix freeze when gif has unlimited frame delay. If unlimited, set to 15dec05eba
2018-05-03Do not crash if picture/gif fails to loaddec05eba
2018-05-03Add/remove/list binds, saving to filedec05eba
2018-04-29Change design, fix crash when closing applicationdec05eba
2018-04-28Connect channels to database, currently only locallydec05eba
2018-04-28Add commands, users side panel, improve image downloaddec05eba
start using odhtdb
2018-04-22Add video and gif supportdec05eba
Gif streams from url. Todo: Add play controls to video
2018-04-21Fix emoji async download drawingdec05eba
2018-04-21Add support for static image emojidec05eba
Emoji are downloaded asynchronously using remote program (curl). Need to add support for converting [inline](url) chat message emoji and gifs.