summary refs log tree commit diff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use strongly typed enumsKonstantinos Sideris2017-05-0810-31/+29
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-0721-73/+727
* Add matrix::events namespaceKonstantinos Sideris2017-05-0413-0/+78
* Add StateEventKonstantinos Sideris2017-05-041-0/+67
* Add RoomEventKonstantinos Sideris2017-05-041-0/+94
* Add base Event classKonstantinos Sideris2017-05-041-0/+89
* Add event contentsKonstantinos Sideris2017-05-0410-0/+560
* macOS fixes (#15)Matthew Hodgson2017-05-041-0/+3
* Add lint ruleKonstantinos Sideris2017-04-303-3/+3
* Fix MainWindow being out of focus when the fullscreen overlay is closedKonstantinos Sideris2017-04-301-0/+6
* Add full screen overlay for image displayKonstantinos Sideris2017-04-301-0/+44
* Add initial support for inline imagesKonstantinos Sideris2017-04-284-2/+87
* Rename History to TimelineKonstantinos Sideris2017-04-274-19/+19
* Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-264-4/+184
* Add full emoji supportKonstantinos Sideris2017-04-237-3/+277
* Add logo iconsKonstantinos Sideris2017-04-211-1/+2
* Add initial read-only emoji supportKonstantinos Sideris2017-04-191-0/+2
* Show the unread message count on the window titleKonstantinos Sideris2017-04-153-0/+11
* Add initial support for unread message countKonstantinos Sideris2017-04-155-2/+16
* Use color generator for nick namesKonstantinos Sideris2017-04-141-1/+0
* Add proper struct initializationKonstantinos Sideris2017-04-131-0/+8
* Initial implementation for local echoKonstantinos Sideris2017-04-135-4/+44
* Use a single nick to color mapKonstantinos Sideris2017-04-112-5/+4
* Remove halo animationKonstantinos Sideris2017-04-111-34/+0
* Remove capitalizationKonstantinos Sideris2017-04-111-2/+0
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-116-39/+42
* Make the timer single shotKonstantinos Sideris2017-04-112-0/+2
* Handle room avatars in top bar without an iconKonstantinos Sideris2017-04-101-0/+1
* Use Matrix ID for loginKonstantinos Sideris2017-04-101-1/+1
* Remove exception specificationsKonstantinos Sideris2017-04-096-24/+24
* Clear text fields after loginKonstantinos Sideris2017-04-091-0/+2
* Add logout buttonKonstantinos Sideris2017-04-097-4/+24
* Implement initial registration stageKonstantinos Sideris2017-04-082-3/+84
* Use QLabel to display registration errorsKonstantinos Sideris2017-04-071-0/+5
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-069-54/+168
* Initial commitKonstantinos Sideris2017-04-0631-0/+2338