summaryrefslogtreecommitdiffstats
path: root/third_party
AgeCommit message (Collapse)Author
2022-01-02Optimize blurhashes a bit moreNicolas Werner
2022-01-01Speed up blurhashesNicolas Werner
2021-12-15Update to SingleApplication 3.3.2 properNicolas Werner
2021-11-24Properly fix #825Nicolas Werner
We should read the message before sending the ack!
2021-11-24Fix crash in SingleApplication when other end exits immediatelyNicolas Werner
In those cases the emit might cause the server to remove the connection and we are working with a dangling pointer. We can't call putChar on that, so acknowledge the message immediately and then emit the message.
2021-10-20speed up blurhash decode a bitNicolas Werner
2021-06-25update SingleApplicationNicolas Werner
2021-05-13Fix warning on gcc11Nicolas Werner
2020-12-24Switch profile code to a more flexible methodLorenDB
This introduces a new version of SingleApplication as well.
2020-09-16Update blurhashNicolas Werner
2020-05-26Bump singleapplication versionNicolas Werner
2020-05-09Add SSONicolas Werner
closes #94
2020-03-04Speed up blurhash codeNicolas Werner
2020-03-03Experimental blurhash implementation (MXC2448)Nicolas Werner
2020-02-23Use third_party singleapplication helperNicolas Werner
This may still not raise the application correctly on some WMs, because they don't allow disturbing the user with windows popping up. I don't think we want to work around that. fixes #84 fixes #113