summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* Make behaviour on lookup failures configurableSebastien Braun2010-10-073-14/+88
* Implement magic SysRq handler.Sebastien Braun2010-10-074-1/+104
* Sanitize security model yet againSebastien Braun2010-10-073-22/+48
* Install a pvsprivinputd.conf template into /etcSebastien Braun2010-10-072-0/+19
* Implement log targets for pvsprivinputdSebastien Braun2010-10-074-6/+308
* Install PolKit policy fileSebastien Braun2010-10-062-0/+37
* Detect the presence of PolKit on configurationSebastien Braun2010-10-062-0/+25
* Fix deletion order bugSebastien Braun2010-10-063-2/+15
* Refactor signal handling in pvsprivinputdSebastien Braun2010-10-066-18/+155
* Implement administratively configured user privilegesSebastien Braun2010-10-063-3/+178
* Change location of pvsprivinputd.conf to /etc/Sebastien Braun2010-10-062-2/+34
* Fix typo that prevents correct compilation when XInput2.h is presentSebastien Braun2010-10-061-1/+1
* Fix recognition of letters in keyboard handlerSebastien Braun2010-10-051-1/+1
* Add hard requirement for XInput library.Sebastien Braun2010-10-052-4/+53
* Unify keyword case in src/input/CMakeLists.txtSebastien Braun2010-10-051-3/+3
* Implement RebootSystem and KillX11 handlers.Sebastien Braun2010-10-056-1/+197
* Implement example privileged SayHelloHandler.Sebastien Braun2010-10-054-0/+62
* Implement privileged input daemon, first version without handlers.Sebastien Braun2010-10-059-7/+687
* Add description to input event handlers so they canSebastien Braun2010-10-051-0/+40
* Add Permission checking and session information code.Sebastien Braun2010-10-054-0/+493
* Refactor InputEvent handler code.Sebastien Braun2010-10-056-47/+85
* Remove unnecessary Qt dependency from inputEvent.cppSebastien Braun2010-10-052-10/+12
* Fix Xkb handling on certain systems.Sebastien Braun2010-10-051-6/+71
* Fix forgotten NOT on test for Xkb presenceSebastien Braun2010-10-051-1/+1
* Implement first version of basic input event supportSebastien Braun2010-10-0512-0/+1551