aboutsummaryrefslogtreecommitdiff
path: root/src/Cache.cpp
AgeCommit message (Collapse)Author
2018-08-08Add support for discorddec05eba
2018-06-02Update odhtdb url to gitlabdec05eba
2018-05-24Fix issues reported by compiler sanitizerdec05eba
2018-05-22Increase not active timerdec05eba
2018-05-20Add image preview and url/image open in browserdec05eba
2018-05-17Escape content url to prevent command injectiondec05eba
2018-05-17Send notification when a new message is received and window is not focuseddec05eba
2018-05-17Update libpreview, also render page descriptiondec05eba
2018-05-16Unload content if it's not visible on the screen for a whiledec05eba
2018-05-16Fix memory leak reported by valgrinddec05eba
2018-05-15asdfdec05eba
2018-05-09Fix content cache partial download filedec05eba
2018-05-07Improve text editing, use Text object for chatbardec05eba
Improve text rendering by not using floating point position
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.