summary refs log tree commit diff
path: root/src/TimelineItem.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-0/+33
|
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-29/+25
| | | | closes #41
* Add read support for m.emote events (#41)Konstantinos Sideris2017-09-021-2/+37
|
* Remove nick colorsKonstantinos Sideris2017-08-261-230/+208
|
* Small style changeKonstantinos Sideris2017-08-201-45/+56
|
* Update the last sender from the initial paginationKonstantinos Sideris2017-08-141-11/+21
|
* Use 'You' instead of your own user idKonstantinos Sideris2017-08-061-6/+12
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+35
| | | | closes #11
* Fix small timestamp misalignmentKonstantinos Sideris2017-07-151-2/+5
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-19/+18
| | | | | | | 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-1/+5
|
* Remove hardcoded font sizes, margins etcKonstantinos Sideris2017-07-011-51/+75
| | | | - Fixes small font issue on MacOs
* Experimental support for user avatars in timelineKonstantinos Sideris2017-06-051-95/+190
|
* Highlight URLs in TimelineViewKonstantinos Sideris2017-05-111-4/+17
|
* Initial support for display namesKonstantinos Sideris2017-05-081-5/+10
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-6/+24
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Add initial support for inline imagesKonstantinos Sideris2017-04-281-0/+37
|
* Rename History to TimelineKonstantinos Sideris2017-04-271-0/+159
In order to be compatible with the Matrix terminology