Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -0/+33 |
| | |||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -29/+25 |
| | | | | closes #41 | ||||
* | Add read support for m.emote events (#41) | Konstantinos Sideris | 2017-09-02 | 1 | -2/+37 |
| | |||||
* | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 1 | -230/+208 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -45/+56 |
| | |||||
* | Update the last sender from the initial pagination | Konstantinos Sideris | 2017-08-14 | 1 | -11/+21 |
| | |||||
* | Use 'You' instead of your own user id | Konstantinos Sideris | 2017-08-06 | 1 | -6/+12 |
| | |||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -0/+35 |
| | | | | closes #11 | ||||
* | Fix small timestamp misalignment | Konstantinos Sideris | 2017-07-15 | 1 | -2/+5 |
| | |||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 1 | -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 font | Konstantinos Sideris | 2017-07-01 | 1 | -1/+5 |
| | |||||
* | Remove hardcoded font sizes, margins etc | Konstantinos Sideris | 2017-07-01 | 1 | -51/+75 |
| | | | | - Fixes small font issue on MacOs | ||||
* | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 1 | -95/+190 |
| | |||||
* | Highlight URLs in TimelineView | Konstantinos Sideris | 2017-05-11 | 1 | -4/+17 |
| | |||||
* | Initial support for display names | Konstantinos Sideris | 2017-05-08 | 1 | -5/+10 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -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 images | Konstantinos Sideris | 2017-04-28 | 1 | -0/+37 |
| | |||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -0/+159 |
In order to be compatible with the Matrix terminology |