aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
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-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-23Revert to opengl_cb for mpv until render_gl becomes commondec05eba
2018-04-23Add side bar, make submodule publicdec05eba
2018-04-23Add support for big emoji if it's the only thing on a linedec05eba
TODO: Currently message board renders directly to window, it should render to render target for optimization purpose
2018-04-23Add word wrap for message board & TODOdec05eba
TODO: Message board is now redrawn every frame. Text should be modified to render on static & dynamic texture -> text & static images on static texture, gif & video on dynamic texture
2018-04-22Add video and gif supportdec05eba
Gif streams from url. Todo: Add play controls to video
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.
2018-04-20Add chatbar. No mouse editing but keyboard editing is supporteddec05eba
2018-04-20Add message board, in the middle of text selectiondec05eba