Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-21 | Update odhtdb | dec05eba | |
2018-05-21 | Update odhtdb | dec05eba | |
2018-05-21 | More debug | dec05eba | |
2018-05-21 | Debug | dec05eba | |
2018-05-21 | Focus when displaying new message | dec05eba | |
2018-05-21 | Update odhtdb | dec05eba | |
2018-05-21 | Reduce sleep when window is not focused | dec05eba | |
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-20 | Improve performance and cpu usage | dec05eba | |
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-20 | Update sfml version | dec05eba | |
2018-05-20 | Add image preview and url/image open in browser | dec05eba | |
2018-05-18 | Remove freetype dependency | dec05eba | |
2018-05-18 | Update odhtdb, retry put on failure | dec05eba | |
2018-05-18 | Update readme | dec05eba | |
2018-05-17 | Update readme | dec05eba | |
2018-05-17 | Update readme | dec05eba | |
2018-05-17 | Update readme | dec05eba | |
2018-05-17 | Update readme | dec05eba | |
2018-05-17 | Implement notification when you get a message using notify-send | dec05eba | |
2018-05-17 | Remove notification, bloated memory usage from 30mb to 80mb | dec05eba | |
2018-05-17 | Escape content url to prevent command injection | dec05eba | |
2018-05-17 | Send notification when a new message is received and window is not focused | dec05eba | |
2018-05-17 | Update libpreview, also render page description | dec05eba | |
2018-05-17 | Remove default messages | dec05eba | |
2018-05-17 | Fix url parsing in text, sort messages by timestamp | dec05eba | |
2018-05-17 | Avatars for everybody | dec05eba | |
2018-05-17 | Use correct key when adding message from invite key | dec05eba | |
2018-05-17 | Fix join channel by invite key, wrong encryption key was used | dec05eba | |
2018-05-17 | Update odhtdb | dec05eba | |
2018-05-16 | Fix bug when adding user to channel (invite key) | dec05eba | |
2018-05-16 | Update odhtdb dependency | dec05eba | |
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-16 | Rewrite code to work with new backend | dec05eba | |
Redesigned join channel system, read README.md for more information | |||
2018-05-15 | asdf | dec05eba | |
2018-05-09 | Add screenshot | dec05eba | |
2018-05-09 | Change default scaling | dec05eba | |
2018-05-09 | Fix content cache partial download file | dec05eba | |
2018-05-09 | Add avatar to users side panel | dec05eba | |
2018-05-08 | Only allow owner of message to delete it | dec05eba | |
2018-05-08 | Add context menu, add context menu to delete message | dec05eba | |
2018-05-08 | Merge messages from same user sent within 1 minute | dec05eba | |
2018-05-07 | Fix text 'got to end of line' | dec05eba | |
2018-05-07 | Improve text editing, use Text object for chatbar | dec05eba | |
Improve text rendering by not using floating point position | |||
2018-05-07 | Do not draw avatar if not visible on screen | dec05eba | |
2018-05-07 | Limit avatar size to 1mb | dec05eba | |
2018-05-07 | Continue text edit, add avatar (image, but not way to change avatar) | dec05eba | |
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-04 | Add proper parsing of Text, add url | dec05eba | |
2018-05-03 | Make gif rendering more robust | dec05eba | |