summary refs log tree commit diff
path: root/src/ChatPage.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename History to TimelineKonstantinos Sideris2017-04-271-1/+1
* Show the unread message count on the window titleKonstantinos Sideris2017-04-151-0/+15
* Add initial support for unread message countKonstantinos Sideris2017-04-151-0/+5
* Initial implementation for local echoKonstantinos Sideris2017-04-131-20/+2
* Don't use icons as room avatarsKonstantinos Sideris2017-04-121-2/+1
* Small stylistic changesKonstantinos Sideris2017-04-121-5/+3
* Remove capitalizationKonstantinos Sideris2017-04-111-3/+0
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-120/+36
* Make the timer single shotKonstantinos Sideris2017-04-111-11/+21
* Handle room avatars in top bar without an iconKonstantinos Sideris2017-04-101-0/+2
* Add logout buttonKonstantinos Sideris2017-04-091-0/+26
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-4/+4
* Initialize sync timerKonstantinos Sideris2017-04-061-2/+3
* Initial commitKonstantinos Sideris2017-04-061-0/+277