Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Redesigned join channel system, read README.md for more information
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improve text rendering by not using floating point position
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|