| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -734/+0 |
| | | |||||
| * | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -11/+11 |
| | | |||||
| * | Add context menu action to request encryption keys | Konstantinos Sideris | 2018-07-07 | 1 | -0/+14 |
| | | |||||
| * | Mark encrypted messages with a lock icon | Konstantinos Sideris | 2018-07-01 | 1 | -80/+105 |
| | | |||||
| * | Add basic support for replies (#292) | Konstantinos Sideris | 2018-06-30 | 1 | -0/+22 |
| | | |||||
| * | Correctly mark received messages whose response came after /sync | Konstantinos Sideris | 2018-06-17 | 1 | -0/+1 |
| | | |||||
| * | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -0/+17 |
| | | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
| * | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -1/+19 |
| | | |||||
| * | Show Matrix ID tooltip when hovering over display name | Konstantinos Sideris | 2018-05-26 | 1 | -9/+31 |
| | | | | | fixes #212 | ||||
| * | Properly resize Audio & File widgets | Konstantinos Sideris | 2018-05-26 | 1 | -3/+9 |
| | | | | | Remove empty space between username & timeline widgets | ||||
| * | Fix line break issue on timeline with long words | Konstantinos Sideris | 2018-05-23 | 1 | -7/+1 |
| | | | | | fixes #193 | ||||
| * | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -1/+3 |
| | | |||||
| * | Remove the extra top margin from timeline widgets | Konstantinos Sideris | 2018-05-04 | 1 | -1/+1 |
| | | |||||
| * | More consistent spacing between messages | Konstantinos Sideris | 2018-04-29 | 1 | -9/+11 |
| | | |||||
| * | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 1 | -10/+9 |
| | | |||||
| * | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 1 | -0/+14 |
| | | | | | fixes #291 | ||||
| * | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -12/+40 |
| | | |||||
| * | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 1 | -5/+9 |
| | | |||||
| * | More stylistic changes & dark theme tweaks | Konstantinos Sideris | 2018-03-19 | 1 | -2/+6 |
| | | |||||
| * | Add ability to redact messages | Konstantinos Sideris | 2018-03-17 | 1 | -37/+64 |
| | | |||||
| * | Add context menu option to save images | Konstantinos Sideris | 2018-03-14 | 1 | -0/+15 |
| | | | | | fixes #265 | ||||
| * | Add context menu option to mark events individually as read | Konstantinos Sideris | 2018-03-11 | 1 | -5/+11 |
| | | | | | fixes #261 | ||||
| * | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 1 | -5/+5 |
| | | |||||
| * | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -2/+0 |
| | | |||||
| * | Create new font for checkmark | Chris Tarazi | 2018-02-07 | 1 | -4/+5 |
| | | |||||
| * | Apply fixed width for checkmark for all messages | Chris Tarazi | 2018-02-07 | 1 | -1/+7 |
| | | |||||
| * | Fix #217: create space for checkmark beforehand | Chris Tarazi | 2018-02-07 | 1 | -5/+10 |
| | | |||||
| * | Remove trailing whitespace from text messages | Konstantinos Sideris | 2018-01-23 | 1 | -2/+2 |
| | | | | | fixes #216 | ||||
| * | Add a checkmark to messages that have been received by the server (#93) | Konstantinos Sideris | 2018-01-14 | 1 | -0/+10 |
| | | |||||
| * | Move timestamps to the right | Konstantinos Sideris | 2018-01-14 | 1 | -40/+51 |
| | | |||||
| * | Make usernames in timeline less bold | Konstantinos Sideris | 2018-01-08 | 1 | -1/+1 |
| | | |||||
| * | Create widgets on demand for messages added to the end of the timeline | Konstantinos Sideris | 2018-01-05 | 1 | -22/+6 |
| | | |||||
| * | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 1 | -4/+22 |
| | | |||||
| * | Add date separator in the timeline | Konstantinos Sideris | 2017-12-25 | 1 | -14/+11 |
| | | | | | fixes #157 | ||||
| * | Use a better regex to identify URLs | Konstantinos Sideris | 2017-12-24 | 1 | -8/+4 |
| | | |||||
| * | Restrict display name width to 500px | Konstantinos Sideris | 2017-12-23 | 1 | -1/+3 |
| | | |||||
| * | Valgrind run | Konstantinos Sideris | 2017-12-12 | 1 | -7/+7 |
| | | | | | | - Fix a memory leak where a layout was created without being used. - Fix uninitialized value. | ||||
| * | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -40/+39 |
| | | |||||
| * | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 1 | -0/+22 |
| | | | | | fixes #115 | ||||
| * | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 1 | -67/+25 |
| | | |||||
| * | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -0/+507 |
