summary refs log tree commit diff
path: root/src/timeline/TimelineView.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Strip paragraph tagsKonstantinos Sideris2018-09-131-4/+8
| | | | fixes #438
* Move some info logs to debugKonstantinos Sideris2018-09-121-4/+4
|
* Trim whitespace from text messagesKonstantinos Sideris2018-09-121-2/+2
|
* Remove debug printsKonstantinos Sideris2018-09-071-3/+0
|
* Initial support for sending markdown formatted messagesKonstantinos Sideris2018-09-071-2/+13
| | | | fixes #283
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-011-22/+24
|
* Guard against flickering for items added to the top of the timelineKonstantinos Sideris2018-08-311-4/+4
|
* Don't block on empty from tokenKonstantinos Sideris2018-08-311-7/+0
|
* Handle some more edge cases in timelineKonstantinos Sideris2018-08-311-3/+27
|
* Stop calling /messages if the prev_batch token is emptyKonstantinos Sideris2018-08-311-1/+1
|
* Call adjustSize before showing the timeline widgetKonstantinos Sideris2018-08-281-1/+1
|
* Remove the reserved space gap for the typing notificationsKonstantinos Sideris2018-08-091-3/+6
|
* Use native scrollbar in the timelineKonstantinos Sideris2018-07-251-3/+1
|
* Align timeline widgets to the bottomKonstantinos Sideris2018-07-251-0/+1
|
* Remove spacer & set sizePolicy on the timeline view & widgetsKonstantinos Sideris2018-07-231-13/+13
| | | | | This was causing some flickering when many messages were added. Mostly visible on macOS.
* Clear timeline widgets when they exceed a certain limit (#158)Konstantinos Sideris2018-07-211-2/+42
| | | | | That's a fix to deal with long running sessions which will end up taking more & more memory given enough time.
* Add user avatar after the 'encryption is enabled' messageKonstantinos Sideris2018-07-191-0/+3
| | | | fixes #378
* Mark own read messages with a double checkmark (#377)Konstantinos Sideris2018-07-171-1/+50
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+1459