summary refs log tree commit diff
path: root/third_party (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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