summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'input-events'Sebastien Braun2010-11-041-23/+23
|\
| * Replace stray uint{16,32}_t references by quint{16,32}Sebastien Braun2010-11-041-23/+23
* | Merge input handling work to masterSebastien Braun2010-11-0458-1009/+3188
|\|
| * Documentation fixes and code cleanupSebastien Braun2010-10-2425-239/+689
| * Fix forgotten change of j to mods in X11FakeKeyboardHandler.Sebastien Braun2010-10-131-1/+1
| * Formatting fixes for X11FakeKeyboardHandlerSebastien Braun2010-10-131-1/+6
| * Uncomment killing of X-ServerSebastien Braun2010-10-131-1/+1
| * Introduce init-scripts for pvsprivinputdSebastien Braun2010-10-133-0/+198
| * Fix key case comparison bugSebastien Braun2010-10-131-1/+1
| * Fix control character handling bug.Sebastien Braun2010-10-121-2/+12
| * Fix build error.Sebastien Braun2010-10-121-5/+0Star
| * Fix default PolicyKit policySebastien Braun2010-10-121-2/+2
| * Fix segmentation fault in LogNonMatchingHandlerSebastien Braun2010-10-121-1/+1
| * Fix InputEventHandler logic bugSebastien Braun2010-10-121-1/+1
| * Better error handling for PVSPrivInputHandlerSebastien Braun2010-10-112-4/+21
| * Log unmatched events in pvsprivinputd, too.Sebastien Braun2010-10-111-1/+3
| * Fix stupid Typo bug.Sebastien Braun2010-10-111-1/+1
| * Introduce LogNonMatchingHandlerSebastien Braun2010-10-114-1/+64
| * Add access control check to input event handling in PVS daemonSebastien Braun2010-10-112-2/+12
| * Fix bug where pressing the closeUp-button sometimes results in no action.Sebastien Braun2010-10-114-51/+102
| * Fix broken formatting of InputEvent::toString()Sebastien Braun2010-10-111-1/+1
| * Fix stupidity in handler chain definitionSebastien Braun2010-10-112-2/+2
| * Code cleanup and simplification for X11FakeKeyboardHandlerSebastien Braun2010-10-112-329/+358
| * Remove leftover code that serves no purposeSebastien Braun2010-10-111-4/+0Star
| * Add an InputEventHandler that is not compatible anywhere.Sebastien Braun2010-10-112-1/+40
| * Fix bug in logical OR when chaining Require<...> Policy.Sebastien Braun2010-10-111-2/+7
| * Add some comments to inputEventHandler.hSebastien Braun2010-10-101-0/+7
| * Introduce an implicit logical AND into Require policySebastien Braun2010-10-101-3/+3
| * Fix wrong policy: KillX11Handler only works on Linux, due to dependency on th...Sebastien Braun2010-10-101-4/+1Star
| * Lose the `get' method prefix on InputEventContext since it does not fit inSebastien Braun2010-10-105-11/+11
| * Code cleanup for inputEvent.hSebastien Braun2010-10-104-68/+74
| * Code cleanup for X11FakeKeyboardHandler.cppSebastien Braun2010-10-101-225/+184Star
| * Actually install pvsprivinputdSebastien Braun2010-10-101-0/+4
| * Move the translations for pvsinput into the library where they belong.Sebastien Braun2010-10-1011-24/+850
| * It is not necessary to auto-generate policyChain_autogen.h anymoreSebastien Braun2010-10-103-80/+1Star
| * Rework template meta-magicSebastien Braun2010-10-0737-379/+968
* | [PVSMGRTOUCH] resetall bug fixedjjl2010-11-032-12/+5Star
* | CleanupFabian Schillinger2010-11-011-3/+1Star
* | Merge branch 'master' of openslx.org:pvsFabian Schillinger2010-11-0193-94/+8528
|\ \
| * | [PVSGUI] No X required for --help and --versionjjl2010-10-142-20/+21
| * | [PVSMGR] dummies removedjjl2010-10-141-18/+18
| |/
| * 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