summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2018-07-17Move all files under src/Konstantinos Sideris
2018-07-15De-duplicate the m.room.encryption eventKonstantinos Sideris
2018-07-15Use the http link for video messagesKonstantinos Sideris
2018-07-15Remove the v2 namespace from the http clientKonstantinos Sideris
2018-07-14Fix Windows buildKonstantinos Sideris
2018-07-14Re-enable groupsKonstantinos Sideris
2018-07-12Properly display the bottom border on the TopRoomBarKonstantinos Sideris
2018-07-11Allow close events from the session manager (#353)Konstantinos Sideris
2018-07-11Working D-Bus desktop notifications (#361)Max Sandholm
2018-07-10Send image dimensions in m.image eventKonstantinos Sideris
2018-07-07Add context menu action to request encryption keysKonstantinos Sideris
2018-07-07Add a timeline message when encryption is enabledKonstantinos Sideris
2018-07-07Mark all decrypted messages with a padlockKonstantinos Sideris
2018-07-04Fix regressions regarding UI resizingKonstantinos Sideris
2018-07-01Add shortcuts for chat-only & Room List-only viewsKonstantinos Sideris
2018-07-01Mark encrypted messages with a lock iconKonstantinos Sideris
2018-06-30Fix crash on Windows with out_of_range exception & update docsKonstantinos Sideris
2018-06-30Add basic support for replies (#292)Konstantinos Sideris
2018-06-29Allow arbitrary resizing of the main window & restore sidebar's sizeKonstantinos Sideris
2018-06-28Save timeline messages in cache for faster startup timesKonstantinos Sideris
2018-06-28Upgrade matrix-structs & mtxclientKonstantinos Sideris
2018-06-25Send one claim request per user that includes all devicesKonstantinos Sideris
2018-06-18Mark encrypted rooms when processing room stateKonstantinos Sideris
2018-06-18Save the olm account after we create new one-time keysKonstantinos Sideris
2018-06-17Fix regressions regarding invites & slowness during shutdownKonstantinos Sideris
2018-06-17Correctly mark received messages whose response came after /syncKonstantinos Sideris
2018-06-15Don't try to send megolm session keys to devices with no one-time keysKonstantinos Sideris
2018-06-15Handle OLM_MESSAGE type of messages properlyKonstantinos Sideris
2018-06-14Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris
2018-06-13Add support for sending encrypted messagesKonstantinos Sideris
2018-06-12Add method to convert PendingMessage's to event typesKonstantinos Sideris
2018-06-12Fix bug where cache was initialized twice in a rowKonstantinos Sideris
2018-06-12Add menu option to enable encryption in a private roomKonstantinos Sideris
2018-06-10Add support for displaying decrypted messagesKonstantinos Sideris
2018-06-09Migrate to mtxclient for the http callsKonstantinos Sideris
2018-05-26Show Matrix ID tooltip when hovering over display nameKonstantinos Sideris
2018-05-26Properly resize Audio & File widgetsKonstantinos Sideris
2018-05-26Set fixed height for the DateSeparator & TextLabelKonstantinos Sideris
2018-05-25Fix resize slowness on the TopBarKonstantinos Sideris
2018-05-25Make the number of unread messages fit in the bubbleKonstantinos Sideris
2018-05-24Fix "jumpy messages" regressionKonstantinos Sideris
2018-05-23Fix line break issue on timeline with long wordsKonstantinos Sideris
2018-05-18Retrieve the current room state from cache when the edit modal opensKonstantinos Sideris
2018-05-18Refresh the room info on the top bar after syncKonstantinos Sideris
2018-05-17Add missing headerKonstantinos Sideris
2018-05-16Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris
2018-05-16Add menu to modify the name & topic of the roomKonstantinos Sideris
2018-05-13Add read support for room access options (#324)twahm
2018-05-11Use the correct avatar size for HiDPI displaysKonstantinos Sideris
2018-05-11Make explicit that MatrixClient & Cache are unique pointersKonstantinos Sideris