index
:
dchat
master
Decentralized chat.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Chatbar.cpp
Age
Commit message (
Collapse
)
Author
2018-05-03
Replace all binds in chat
dec05eba
2018-05-03
Add/remove/list binds, saving to file
dec05eba
2018-05-03
Adding theming, add new theme 'simple'
dec05eba
2018-05-01
Increase chatbar font size, remove last line in chat
dec05eba
2018-05-01
Improve scaling, give ui more space
dec05eba
2018-04-29
Add line above chatbar
dec05eba
2018-04-29
Fix image ratio, implement scroll locking (cant scroll outside messages)
dec05eba
2018-04-29
Improve scaling, start implementing color scheme
dec05eba
2018-04-28
Use font pointer instead of copy to reduce memory usage, sfml ffs
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-23
Add side bar, make submodule public
dec05eba
2018-04-23
Add word wrap for message board & TODO
dec05eba
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-22
Add video and gif support
dec05eba
Gif streams from url. Todo: Add play controls to video
2018-04-20
Add chatbar. No mouse editing but keyboard editing is supported
dec05eba