Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused variable | Konstantinos Sideris | 2017-08-06 | 1 | -5/+0 |
| | |||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -2/+26 |
| | | | | closes #11 | ||||
* | Keep fetching history until the scrollbar gets activated | Konstantinos Sideris | 2017-08-05 | 1 | -0/+10 |
| | |||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 1 | -12/+13 |
| | | | | | | | 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. | ||||
* | Remove hardcoded font sizes, margins etc | Konstantinos Sideris | 2017-07-01 | 1 | -10/+20 |
| | | | | - Fixes small font issue on MacOs | ||||
* | Repaint when the room avatar is received | Konstantinos Sideris | 2017-06-05 | 1 | -3/+3 |
| | |||||
* | Add context menu on RoomList items | Konstantinos Sideris | 2017-05-31 | 1 | -1/+36 |
| | |||||
* | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 2017-05-26 | 1 | -6/+6 |
| | |||||
* | pixelSize -> pointSize | Konstantinos Sideris | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | Be explicit about room's name color | Konstantinos Sideris | 2017-05-21 | 1 | -0/+1 |
| | |||||
* | Snappy sidebar | Konstantinos Sideris | 2017-05-19 | 1 | -40/+51 |
| | |||||
* | Reverse colors on selection for the unread message bubble | Konstantinos Sideris | 2017-05-19 | 1 | -2/+12 |
| | |||||
* | Add hover color on RoomList items | Konstantinos Sideris | 2017-05-19 | 1 | -0/+4 |
| | |||||
* | Simplify room list item | Konstantinos Sideris | 2017-05-19 | 1 | -94/+105 |
| | |||||
* | Fix ripple size on RoomListItem | Konstantinos Sideris | 2017-05-14 | 1 | -3/+3 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -9/+27 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | macOS fixes (#15) | Matthew Hodgson | 2017-05-04 | 1 | -1/+1 |
| | | | | | | | - Improve build instructions. - Fix fullscreen image sizing. - Remove horizontal overscroll of RoomInfoListItem. | ||||
* | Don't set the font size with a stylesheet | Konstantinos Sideris | 2017-05-02 | 1 | -6/+7 |
| | |||||
* | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 1 | -0/+25 |
| | | | | - Add border width on Badge | ||||
* | Use light theme | Konstantinos Sideris | 2017-04-14 | 1 | -5/+6 |
| | |||||
* | Use less contrast on the sidebar | Konstantinos Sideris | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | Small stylistic changes | Konstantinos Sideris | 2017-04-12 | 1 | -2/+1 |
| | |||||
* | Sanitize room info for display | Konstantinos Sideris | 2017-04-10 | 1 | -13/+12 |
| | |||||
* | Add travis CI | Konstantinos Sideris | 2017-04-09 | 1 | -0/+1 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+138 |