aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-21More debugdec05eba
2018-05-21Debugdec05eba
2018-05-21Focus when displaying new messagedec05eba
2018-05-21Update odhtdbdec05eba
2018-05-21Reduce sleep when window is not focuseddec05eba
Delay when typing after being unfocused is now smaller. Increase sleep again when chatbar focusing has been implemented because currently the chatbar is always focused
2018-05-20Improve performance and cpu usagedec05eba
Remove Text vertices if text has not been visible on the freen for a while. Stop rendering when window has lost focus for awhile, reducing cpu usage to 0
2018-05-20Update sfml versiondec05eba
2018-05-20Add image preview and url/image open in browserdec05eba
2018-05-18Remove freetype dependencydec05eba
2018-05-18Update odhtdb, retry put on failuredec05eba
2018-05-18Update readmedec05eba
2018-05-17Update readmedec05eba
2018-05-17Update readmedec05eba
2018-05-17Update readmedec05eba
2018-05-17Update readmedec05eba
2018-05-17Implement notification when you get a message using notify-senddec05eba
2018-05-17Remove notification, bloated memory usage from 30mb to 80mbdec05eba
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-17Remove default messagesdec05eba
2018-05-17Fix url parsing in text, sort messages by timestampdec05eba
2018-05-17Avatars for everybodydec05eba
2018-05-17Use correct key when adding message from invite keydec05eba
2018-05-17Fix join channel by invite key, wrong encryption key was useddec05eba
2018-05-17Update odhtdbdec05eba
2018-05-16Fix bug when adding user to channel (invite key)dec05eba
2018-05-16Update odhtdb dependencydec05eba
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-16Rewrite code to work with new backenddec05eba
Redesigned join channel system, read README.md for more information
2018-05-15asdfdec05eba
2018-05-09Add screenshotdec05eba
2018-05-09Change default scalingdec05eba
2018-05-09Fix content cache partial download filedec05eba
2018-05-09Add avatar to users side paneldec05eba
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