summaryrefslogtreecommitdiffstats
path: root/tdekbdledsync
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak after processing udevSlávek Banko2017-03-251-2/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix memory leak after use XGetAtomNameSlávek Banko2017-03-251-1/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove unnecessary call to XkbGetIndicatorStateTimothy Pearson2015-09-191-3/+1
| | | | This relates to Bug 2445
* Terminate keyboard LED sync daemon when Xorg server goes downTimothy Pearson2015-09-191-0/+5
| | | | This resolves a bug where the number of running daemons would increase on every new X reservation, eventually consuming all available VTs
* Use standard cmake way to install setuid binariesSlávek Banko2013-08-171-2/+1
|
* Prevent more than one instance of tdekbdledsync from starting on a given X11 ↵Timothy Pearson2013-07-311-5/+64
| | | | | | display This resolves Bug 1601
* Install tdekbdledsync SUID rootTimothy Pearson2013-07-281-0/+3
|
* Add build conditional for tdekbdledsyncTimothy Pearson2013-07-251-2/+2
|
* Fix spontaneous tdekbdledsync abort on keyboard removalTimothy Pearson2013-07-251-1/+3
|
* Add lightweight daemon to synchronize keyboard indicators to current xkb stateTimothy Pearson2013-07-254-51/+396
| | | | | Start keyboard indicator sync daemon on tdm load This resolves Bug 427
* Add highly experimental tdekbdledsync applicationTimothy Pearson2013-07-242-0/+210