summary refs log tree commit diff
path: root/third_party (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to KDSingleApplicationNicolas Werner2023-11-2029-2801/+0
|
* Enable -WconversionNicolas Werner2022-10-261-8/+6
|
* More granular automocNicolas Werner2022-09-231-2/+1
|
* Optimize blurhashes a bit moreNicolas Werner2022-01-021-43/+45
|
* Speed up blurhashesNicolas Werner2022-01-011-3/+22
|
* Update to SingleApplication 3.3.2 properNicolas Werner2021-12-1530-61/+111
|
* Properly fix #825Nicolas Werner2021-11-241-1/+3
| | | | We should read the message before sending the ack!
* Fix crash in SingleApplication when other end exits immediatelyNicolas Werner2021-11-241-2/+2
| | | | | | 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.
* speed up blurhash decode a bitNicolas Werner2021-10-202-18/+17
|
* update SingleApplicationNicolas Werner2021-06-2529-63/+1050
|
* Fix warning on gcc11Nicolas Werner2021-05-131-1/+1
|
* Switch profile code to a more flexible methodLorenDB2020-12-2413-298/+473
| | | | This introduces a new version of SingleApplication as well.
* Update blurhashNicolas Werner2020-09-161-3/+4
|
* Bump singleapplication versionNicolas Werner2020-05-2612-89/+211
|
* Add SSONicolas Werner2020-05-091-0/+5125
| | | | closes #94
* Speed up blurhash codeNicolas Werner2020-03-042-2/+5
|
* Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-033-0/+517
|
* Use third_party singleapplication helperNicolas Werner2020-02-2310-0/+1466
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