aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-05-08Only allow owner of message to delete itdec05eba
2018-05-08Add context menu, add context menu to delete messagedec05eba
2018-05-08Merge messages from same user sent within 1 minutedec05eba
2018-05-07Fix text 'got to end of line'dec05eba
2018-05-07Improve text editing, use Text object for chatbardec05eba
Improve text rendering by not using floating point position
2018-05-07Do not draw avatar if not visible on screendec05eba
2018-05-07Limit avatar size to 1mbdec05eba
2018-05-07Continue text edit, add avatar (image, but not way to change avatar)dec05eba
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-04Add proper parsing of Text, add urldec05eba
2018-05-03Make gif rendering more robustdec05eba
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-03Temporary disable lower framerate when focus lostdec05eba
2018-05-03Replace all binds in chatdec05eba
2018-05-03Do not crash if picture/gif fails to loaddec05eba
2018-05-03Fix non ascii characters not rendering correctly in usernamedec05eba
2018-05-03Optimize gif renderingdec05eba
2018-05-03Support different types of channel data. Add nickname change commanddec05eba
2018-05-03Add/remove/list binds, saving to filedec05eba
2018-05-03Adding theming, add new theme 'simple'dec05eba
2018-05-02Limit scroll speed. Was too high on laptopdec05eba
2018-05-02Fix bug where you dont see your own messages when added to channeldec05eba
2018-05-02Replace remote user with local user when added to channeldec05eba
2018-05-02Update odhtdb with join channel fix, remove duplicate user in listdec05eba
2018-05-01Increase chatbar font size, remove last line in chatdec05eba
2018-05-01Improve scaling, give ui more spacedec05eba
2018-05-01Fix waiting to join? testdec05eba
2018-05-01Fix channel joining waiting status, fix duplicate message locallydec05eba
2018-05-01Fix again...dec05eba
2018-05-01Fix channel joining (converting join key to node info)dec05eba
2018-05-01Use new odhtdb with timestamp bug fix, fix waiting msgdec05eba
2018-05-01Add command to get join key, fix crash when joining channeldec05eba
2018-05-01Add 'add user', 'join channel'. Improve scrolling. Added locksdec05eba
2018-04-30Add timestamp to messagesdec05eba
2018-04-29Use new odhtdb with more robust ntpdec05eba
2018-04-29Add line above chatbardec05eba
2018-04-29Fix image ratio, implement scroll locking (cant scroll outside messages)dec05eba
2018-04-29Improve scaling, start implementing color schemedec05eba
2018-04-29Change design, fix crash when closing applicationdec05eba
2018-04-28Use font pointer instead of copy to reduce memory usage, sfml ffsdec05eba
2018-04-28Connect channels to database, currently only locallydec05eba
2018-04-28Add commands, users side panel, improve image downloaddec05eba
start using odhtdb
2018-04-23Fix issue where text is not visible if window is too small, set window ↵dec05eba
minimum size
2018-04-23Appendixdec05eba
2018-04-23Revert to opengl_cb for mpv until render_gl becomes commondec05eba
2018-04-23Add side bar, make submodule publicdec05eba