aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
2020-10-30Add support for korean and all chinese charactersdec05eba
2020-10-29Properly cleanup embedded text items (2)dec05eba
2020-10-29Properly cleanup embedded text itemsdec05eba
2020-10-29Matrix: download unstreamable videos before playing them (mp4)dec05eba
2020-10-29Matrix: add room tagsdec05eba
2020-10-23Set nyaa.si avatar thumbnail size to 120x120dec05eba
2020-10-23Add video loading animationdec05eba
2020-10-23Matrix: start on room tags, fix thread race condition on accessing room varia...dec05eba
2020-10-23Kill program on read failure or callback returning non-0 value, fix potential...dec05eba
2020-10-23Cleanup embedded item if embedded item refers to a new item, scroll to bottom...dec05eba
2020-10-23Mangadex: implement paginationdec05eba
2020-10-23Re-add creators pagedec05eba
2020-10-23Remove requiring to use ctrl on 4chan, remove formatting text in modified tex...dec05eba
2020-10-22Matrix: improve pinned messages viewdec05eba
2020-10-22Matrix: add pinned messages tabdec05eba
2020-10-22Matrix: temporary disable vim keys that interfer with room search, also inclu...dec05eba
2020-10-21Workaround sfml image loading thread race conditiondec05eba
2020-10-21Matrix: fix room sorting for unread messages/mentionsdec05eba
2020-10-21Use correct size for thumbnail creationdec05eba
2020-10-21Matrix: dont count edit/redacts as new unread messages in a room, update loca...dec05eba
2020-10-21Matrix: sort rooms by mention/unread messagesdec05eba
2020-10-21Fix thumbnail fallback size being incorrect, incorrect read marker for matrixdec05eba
2020-10-20Cache video to temporary file instead of memorydec05eba
2020-10-20Add thumbnail loading animationdec05eba
2020-10-19shared_ptr<RoomData> -> unique_ptr<RoomData> and naked pointersdec05eba
2020-10-19Fix threading crash (assigning to a new thread before the thread has died), c...dec05eba
2020-10-19Load thumbnails with multiple threads, use sha256 for saving image to path in...dec05eba
2020-10-19Fade thumbnail from fallback to the image texturedec05eba
2020-10-19Change thumbnail creation from nearest neighbor to linear interpolation, set ...dec05eba
2020-10-19Fix body stutteringdec05eba
2020-10-19Matrix: add room search, move rooms with mentions/unread messages to topdec05eba
2020-10-19Add pagination to ph and mangatowndec05eba
2020-10-19Ph: fix related videos images and titles missing or incorrect. Use message ty...dec05eba
2020-10-18Set all notification titles to QuickMedia, fallback to BROWSER env if xdg-uti...dec05eba
2020-10-18Matrix: add support for mp4 files with ftypmp42 magic numberdec05eba
2020-10-18Matrix: add a proper URI parser instead of regex for opening links. Show rela...dec05eba
2020-10-18Fix potential crash in thumbnail loader: 2dec05eba
2020-10-18Fix potential crash in thumbnail loaderdec05eba
2020-10-18Set body item scale size, only used right now in matrix for scaling avatardec05eba
2020-10-17Matrix: update room list when joining a room (in another client) without rest...dec05eba
2020-10-17Matrix: use cached joined_rooms instead of calling to server. Construct doesn...dec05eba
2020-10-17Matrix: make text that mentions us reddec05eba
2020-10-17Matrix: make displayname more bright, add circle mask shader for avatar and r...dec05eba
2020-10-17Matrix: show reply messages embedded in messages that reply to them, like ele...dec05eba
2020-10-17Matrix: edit/redact the referenced message instead of appending a new messagedec05eba
2020-10-16Matrix: use room object instead of room iddec05eba
2020-10-16Matrix: Change keybindings to not use ctrl, and add U to upload mediadec05eba
2020-10-16Matrix: add ctrl+v pasting to upload media file, vim key navigationdec05eba
2020-10-16Mangadex: show search results in same order as website (not timestamp sorted)dec05eba