summary refs log tree commit diff
path: root/include/TimelineItem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-0/+3
|
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-2/+5
| | | | closes #41
* Add read support for m.emote events (#41)Konstantinos Sideris2017-09-021-0/+4
|
* Remove nick colorsKonstantinos Sideris2017-08-261-37/+37
|
* Small style changeKonstantinos Sideris2017-08-201-6/+13
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+10
| | | | closes #11
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-8/+2
| | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h.
* Set emoji size relative to the default fontKonstantinos Sideris2017-07-011-0/+3
|
* Remove hardcoded font sizes, margins etcKonstantinos Sideris2017-07-011-4/+5
| | | | - Fixes small font issue on MacOs
* Experimental support for user avatars in timelineKonstantinos Sideris2017-06-051-4/+21
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Highlight URLs in TimelineViewKonstantinos Sideris2017-05-111-2/+2
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-5/+12
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Add lint ruleKonstantinos Sideris2017-04-301-1/+1
|
* Add initial support for inline imagesKonstantinos Sideris2017-04-281-0/+5
|
* Rename History to TimelineKonstantinos Sideris2017-04-271-0/+55
In order to be compatible with the Matrix terminology