summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-19Support sdbus++ 2.0.0 APIHEADmasterJoel Klinghed
2024-11-19Add missing import for lseek() and ftruncate()Joel Klinghed
2023-11-23Add basic support for building a debian packageJoel Klinghed
2023-11-23xcb-xrm: Reduce min versionJoel Klinghed
We're only using API 1.0 methods, no reason to demand newest from upstream.
2023-11-23Updated xdg files (from sawmill)Joel Klinghed
2021-02-02Be explicit in types used in dbusJoel Klinghed
Cast to uint32_t for total and int64_t for epoch to be libc++ and environment agnostic.
2021-02-02Fix dbus signature of get_state methodJoel Klinghed
Forgot to update signature when switching from double, double to uint32_t, time_t. Also change time_t to int64_t as time_t can have different sizes.
2021-02-02Handle empty state fileJoel Klinghed
If no file exists an empty one is created, do not error out if that is the case.
2021-01-27Complete rewrite using C++ and with shared state supportJoel Klinghed
2015-08-04Remove warningsJoel Klinghed
2015-08-04Register name and class with ICCCMJoel Klinghed
2015-07-13Copy the dependencies from sawmill projectJoel Klinghed
2013-01-11Update to newer sawmill and document dependenciesJoel Klinghed
2013-01-11Initial commitJoel Klinghed