summary refs log tree commit diff
path: root/includes (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-23Workaround a WM bug that switches the focus incorrectly after initiating a se...Sateallia1-1/+1
2023-05-20Allow editing stickers from stickerpickerNicolas Werner1-0/+18
2023-05-20Allow scrolling to specific sections and order packs in sticker search by mat...Nicolas Werner3-26/+130
2023-05-20Fix StickerPicker padding and names of unnamed packsNicolas Werner3-29/+55
2023-05-20Prevent new packs from overwriting the default pack by accidentNicolas Werner3-1/+47
2023-05-20Fix adding duplicate stickers and strip file extensionNicolas Werner3-8/+32
2023-05-20Use case folding instead of lower case for searchNicolas Werner1-3/+3
2023-05-20Reimplement search for GridImageModelNicolas Werner2-25/+148
2023-05-20Replace search vector with spanNicolas Werner1-6/+7
2023-05-20Add rows to stickerpickerNicolas Werner9-28/+238
2023-05-12Type keypresses that focus the input barLoren Burkholder1-1/+6
2023-05-09Gstreamer packages got mergedNicolas Werner1-3/+0
2023-05-09Upgrade xcode in apple silicon CINicolas Werner1-2/+2
2023-05-08Make macos builds fail againNicolas Werner1-3/+3
2023-05-06Delete unused msg db functionNicolas Werner2-68/+1
2023-05-06Sort rooms in completer by 'activity' and make tombstoned rooms italicNicolas Werner7-17/+70
2023-04-25Allow picking multiple files to uploadSateallia2-6/+7
2023-04-23Copy image to clipboardNicolas Werner8-2/+129
2023-04-22 finallyLuckyTurtleDev1-1/+1
2023-04-22Update README.mdLuckyTurtleDev1-1/+1
2023-04-22fix linkLuckyTurtleDev1-1/+1
2023-04-22update arch badgeLuckyTurtleDev1-1/+1
2023-04-19Translated using Weblate (Ukrainian)Weblate1-512/+532
2023-04-19Translated using Weblate (German)Weblate1-237/+237
2023-04-15yarl.URL.scheme is not writableNicolas Werner1-3/+1
2023-04-15Try to fix the flat-manager script for flat-manager behind reverse proxiesNicolas Werner1-12/+21
2023-04-14Always cache the flatpak temporaries in CINicolas Werner1-0/+1
2023-04-14Try to fix flatpak upload issueNicolas Werner1-3/+2
2023-04-14Setting case insensitive sort is not necessaryNicolas Werner1-1/+0
2023-04-14Optimize alphabetical sorting a bitNicolas Werner2-10/+9
2023-04-14Alphabetical ordering optionSateallia4-14/+77
2023-04-11Measure ram usage during compilationNicolas Werner1-3/+4
2023-04-11Drop gcc10 supportNicolas Werner2-42/+1
2023-04-11Adapt to the new inherited variantNicolas Werner16-106/+99
2023-04-11Update mtxclient commit hashLoren Burkholder3-4/+3
2023-04-11Use the new mtxclient special effects refactoringLoren Burkholder8-55/+69
2023-04-08Don't bother with rainbow rainLoren Burkholder4-14/+4
2023-04-08Rain, rain, go away soonerLoren Burkholder1-1/+1
2023-04-08Don't apply gravity to rainLoren Burkholder1-0/+1
2023-04-08Don't allow rainbowifying custom messagesLoren Burkholder2-4/+4
2023-04-08Fix command nameLoren Burkholder1-1/+1
2023-04-08Move effects into a separate fileLoren Burkholder3-90/+117
2023-04-08Use particle groups to separate effectsLoren Burkholder1-13/+10
2023-04-08Allow sending custom msgtypesLoren Burkholder4-0/+35
2023-04-08Add rainfall effectLoren Burkholder7-12/+152
2023-04-08Implement unknown msgtype functionalityLoren Burkholder5-6/+36
2023-04-08Translated using Weblate (German)Weblate1-29/+30
2023-04-05Try to reset unread marker if we fail to set it on the serverNicolas Werner1-3/+7
2023-04-04Fix switching between thread showing stale messages in some circumstancesNicolas Werner1-0/+2
2023-04-04Add a more obvious thread indicatorNicolas Werner1-3/+23
2023-04-04Get rid of an edge case, that can break paginationNicolas Werner1-2/+1
2023-04-04Make the profile buttons a bit biggerNicolas Werner1-2/+10
2023-03-31Allow querying your status message over dbusNicolas Werner4-0/+21
2023-03-31Allow for # in fragments because some clients send matrix.to links like thatNicolas Werner1-1/+3
2023-03-30Fix build on case-sensitive filesystemsRyan Schmidt1-2/+2
2023-03-30Include missing <optional> headerDavid Elsing1-0/+1
2023-03-30Change text of the PipeWire streenshare methodDavid Elsing1-1/+1
2023-03-30Cleanup Qt D-Bus connections and watchersDavid Elsing4-113/+171
2023-03-30Use mtx::client::utils::random_token for XDP session tokensDavid Elsing1-11/+2
2023-03-30Improve choosing screen share typeDavid Elsing3-58/+53
2023-03-30Add missing license headersDavid Elsing2-0/+8
2023-03-30Support screen sharing with xdg-desktop-portalDavid Elsing9-89/+937
2023-03-27Translated using Weblate (Turkish)Weblate1-48/+48
2023-03-26Improve state event redactionNicolas Werner3-10/+41
2023-03-26Use gitlab docker proxyNicolas Werner1-8/+8
2023-03-26Tumbleweed integration testsNicolas Werner1-0/+64
2023-03-25Delay some delegate removals to reduce CPU spent on recalculating sizesNicolas Werner2-0/+3
2023-03-25Cleanup CI config and add sectionsNicolas Werner1-43/+30
2023-03-24Fix explicit optional construction on gcc13Nicolas Werner1-1/+1
2023-03-24make name and attribution in image pack settings plain texttastytea1-0/+2
2023-03-24Overhaul switch appearanceLoren Burkholder1-7/+60
2023-03-24Translated using Weblate (Turkish)Weblate1-34/+34
2023-03-22Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs0xDEADCADE1-0/+1
2023-03-22Fix encrypted thumbnailsNicolas Werner1-1/+1
2023-03-21Add width to device verification window0xDEADCADE1-0/+1
2023-03-20All around me are empty spacesNicolas Werner1-6/+16
2023-03-20Optimize event accessors a bitNicolas Werner1-41/+33
2023-03-19Reduce db writes a bitNicolas Werner1-7/+32
2023-03-19Don't try to load emotes from space parents we are not inNicolas Werner1-2/+9
2023-03-18Fix space-community wordingNicolas Werner1-1/+1
2023-03-18Check isPreviewFetched property for hintsLcsTen3-3/+7
2023-03-16Translated using Weblate (Turkish)Weblate1-19/+19
2023-03-16Translated using Weblate (Turkish)Weblate1-74/+77
2023-03-16Translated using Weblate (Chinese (Simplified))Weblate1-6/+6
2023-03-15Translated using Weblate (Chinese (Simplified))Weblate1-18/+18
2023-03-15Translated using Weblate (Turkish)Weblate1-22/+22
2023-03-15Translated using Weblate (Chinese (Simplified))Weblate1-25/+25
2023-03-15Translated using Weblate (Turkish)Weblate1-5/+5
2023-03-15Translated using Weblate (Chinese (Simplified))Weblate1-4/+4
2023-03-15Translated using Weblate (Turkish)Weblate1-11/+11
2023-03-15Translated using Weblate (Chinese (Simplified))Weblate