Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -0/+3 |
| | |||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -2/+5 |
| | | | | closes #41 | ||||
* | Add read support for m.emote events (#41) | Konstantinos Sideris | 2017-09-02 | 1 | -0/+4 |
| | |||||
* | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 1 | -37/+37 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -6/+13 |
| | |||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -0/+10 |
| | | | | closes #11 | ||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 1 | -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 font | Konstantinos Sideris | 2017-07-01 | 1 | -0/+3 |
| | |||||
* | Remove hardcoded font sizes, margins etc | Konstantinos Sideris | 2017-07-01 | 1 | -4/+5 |
| | | | | - Fixes small font issue on MacOs | ||||
* | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 1 | -4/+21 |
| | |||||
* | Replace include guards with #pragma once | Konstantinos Sideris | 2017-05-16 | 1 | -4/+1 |
| | |||||
* | Highlight URLs in TimelineView | Konstantinos Sideris | 2017-05-11 | 1 | -2/+2 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -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 rule | Konstantinos Sideris | 2017-04-30 | 1 | -1/+1 |
| | |||||
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 1 | -0/+5 |
| | |||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -0/+55 |
In order to be compatible with the Matrix terminology |