summary refs log tree commit diff
path: root/src/RoomInfoListItem.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variableKonstantinos Sideris2017-08-061-5/+0
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-2/+26
| | | | closes #11
* Keep fetching history until the scrollbar gets activatedKonstantinos Sideris2017-08-051-0/+10
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-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 etcKonstantinos Sideris2017-07-011-10/+20
| | | | - Fixes small font issue on MacOs
* Repaint when the room avatar is receivedKonstantinos Sideris2017-06-051-3/+3
|
* Add context menu on RoomList itemsKonstantinos Sideris2017-05-311-1/+36
|
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-261-6/+6
|
* pixelSize -> pointSizeKonstantinos Sideris2017-05-221-1/+1
|
* Be explicit about room's name colorKonstantinos Sideris2017-05-211-0/+1
|
* Snappy sidebarKonstantinos Sideris2017-05-191-40/+51
|
* Reverse colors on selection for the unread message bubbleKonstantinos Sideris2017-05-191-2/+12
|
* Add hover color on RoomList itemsKonstantinos Sideris2017-05-191-0/+4
|
* Simplify room list itemKonstantinos Sideris2017-05-191-94/+105
|
* Fix ripple size on RoomListItemKonstantinos Sideris2017-05-141-3/+3
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-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 Hodgson2017-05-041-1/+1
| | | | | | | - Improve build instructions. - Fix fullscreen image sizing. - Remove horizontal overscroll of RoomInfoListItem.
* Don't set the font size with a stylesheetKonstantinos Sideris2017-05-021-6/+7
|
* Add initial support for unread message countKonstantinos Sideris2017-04-151-0/+25
| | | | - Add border width on Badge
* Use light themeKonstantinos Sideris2017-04-141-5/+6
|
* Use less contrast on the sidebarKonstantinos Sideris2017-04-121-1/+1
|
* Small stylistic changesKonstantinos Sideris2017-04-121-2/+1
|
* Sanitize room info for displayKonstantinos Sideris2017-04-101-13/+12
|
* Add travis CIKonstantinos Sideris2017-04-091-0/+1
|
* Initial commitKonstantinos Sideris2017-04-061-0/+138