summary refs log tree commit diff
path: root/src/TextInputWidget.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert 'if' to 'else if' to remove a no-opKonstantinos Sideris2018-01-171-8/+4
* Add some very useful commandsKonstantinos Sideris2018-01-161-0/+4
* Move the cursor to the start/end of the text before we move up/down in historyKonstantinos Sideris2018-01-161-2/+18
* Add support for pasting images into a room (#180)christarazi2018-01-101-4/+61
* Allow audio clip uploadsKonstantinos Sideris2017-12-011-12/+11
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-301-1/+1
* Implement file uploadsKonstantinos Sideris2017-11-291-19/+16
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-4/+13
* Don't send empty messagesKonstantinos Sideris2017-11-161-0/+3
* Fix a formatting issue that snuck in between PRs (#123)Benjamin Saunders2017-11-061-2/+2
* Add input history, enable multi-line input, refactor commands (#119)Benjamin Saunders2017-11-051-50/+114
* Exclude modifier keys from triggering typing notificationsKonstantinos Sideris2017-11-051-4/+7
* Improvements to the quick switcher (#109)Jani Mustonen2017-11-031-0/+6
* Implemented sending of typing notifications (#105)Thomas Herzog2017-10-311-2/+34
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-9/+4
* Add /join command supportKonstantinos Sideris2017-10-081-0/+16
* Put typing notifications above the text inputKonstantinos Sideris2017-10-041-4/+4
* Receive typing notifications (#88)Konstantinos Sideris2017-10-041-7/+9
* Remove extra clang-format optionsKonstantinos Sideris2017-10-011-3/+1
* Use white as the background colorKonstantinos Sideris2017-09-201-1/+1
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-24/+82
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-84/+94
* Small style changeKonstantinos Sideris2017-08-201-6/+10
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-3/+4
* Remove hardcoded font sizes on the top bars and text inputKonstantinos Sideris2017-07-011-3/+7
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-3/+0
* Add drop shadow to emoji panelKonstantinos Sideris2017-05-311-0/+1
* Set up translationsKonstantinos Sideris2017-05-291-1/+1
* Add full emoji supportKonstantinos Sideris2017-04-231-6/+56
* Add initial read-only emoji supportKonstantinos Sideris2017-04-191-0/+2
* Use light themeKonstantinos Sideris2017-04-141-4/+4
* Don't use icons as room avatarsKonstantinos Sideris2017-04-121-1/+1
* Initial commitKonstantinos Sideris2017-04-061-0/+91