Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | Unload content if it's not visible on the screen for a while | dec05eba | |
2018-05-16 | Fix memory leak reported by valgrind | dec05eba | |
2018-05-15 | asdf | dec05eba | |
2018-05-09 | Fix content cache partial download file | dec05eba | |
2018-05-07 | Improve text editing, use Text object for chatbar | dec05eba | |
Improve text rendering by not using floating point position | |||
2018-05-06 | Make dchat Text editable | dec05eba | |
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-04 | Add web page preview (image or html content), not finished | dec05eba | |
2018-05-03 | Change image directory, change emoji size | dec05eba | |
2018-05-03 | Perform proper cleanup of gif that failed to load | dec05eba | |
2018-05-03 | Remove gif file data if gif fails to load | dec05eba | |
2018-05-03 | Fix freeze when gif has unlimited frame delay. If unlimited, set to 15 | dec05eba | |
2018-05-03 | Do not crash if picture/gif fails to load | dec05eba | |
2018-05-03 | Add/remove/list binds, saving to file | dec05eba | |
2018-04-29 | Change design, fix crash when closing application | dec05eba | |
2018-04-28 | Connect channels to database, currently only locally | dec05eba | |
2018-04-28 | Add commands, users side panel, improve image download | dec05eba | |
start using odhtdb | |||
2018-04-22 | Add video and gif support | dec05eba | |
Gif streams from url. Todo: Add play controls to video | |||
2018-04-21 | Fix emoji async download drawing | dec05eba | |
2018-04-21 | Add support for static image emoji | dec05eba | |
Emoji are downloaded asynchronously using remote program (curl). Need to add support for converting [inline](url) chat message emoji and gifs. |