aboutsummaryrefslogtreecommitdiff
path: root/.vscode
AgeCommit message (Collapse)Author
2018-05-17Fix url parsing in text, sort messages by timestampdec05eba
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-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