| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Documentation fixes and code cleanup | Sebastien Braun | 2010-10-24 | 1 | -61/+137 |
| | | |||||
| * | Fix InputEventHandler logic bug | Sebastien Braun | 2010-10-12 | 1 | -1/+1 |
| | | | | | Entered break instead of return. | ||||
| * | Fix bug in logical OR when chaining Require<...> Policy. | Sebastien Braun | 2010-10-11 | 1 | -2/+7 |
| | | |||||
| * | Add some comments to inputEventHandler.h | Sebastien Braun | 2010-10-10 | 1 | -0/+7 |
| | | |||||
| * | Introduce an implicit logical AND into Require policy | Sebastien Braun | 2010-10-10 | 1 | -3/+3 |
| | | |||||
| * | Lose the `get' method prefix on InputEventContext since it does not fit in | Sebastien Braun | 2010-10-10 | 1 | -3/+3 |
| | | |||||
| * | Code cleanup for inputEvent.h | Sebastien Braun | 2010-10-10 | 1 | -2/+8 |
| | | | | | | | | - Use Qt's fixed-width integral types instead of stdint.h, which I forgot to include anyway - CamelCase identifiers - fix underscore position on instance variables | ||||
| * | Rework template meta-magic | Sebastien Braun | 2010-10-07 | 1 | -199/+208 |
| | | | | | | | | - No more implicit dependency on Boost.MPL - Better documentation for template magic - Move input handler policies to handler definitions where they belong - Separate out event descriptions from handlers | ||||
| * | Sanitize security model yet again | Sebastien Braun | 2010-10-07 | 1 | -16/+42 |
| | | | | | | | | | | | The flags model was not satisfactory since it made it unnecessarily difficult to express the standard policy of "allow all to users that are physically sitting in front of the machine and to privileged users". The new model expressly knows different policies (two at the moment) and refrains from decomposing them. Additional policies are not difficult to add. | ||||
| * | Add description to input event handlers so they can | Sebastien Braun | 2010-10-05 | 1 | -0/+40 |
| | | |||||
| * | Add Permission checking and session information code. | Sebastien Braun | 2010-10-05 | 1 | -0/+4 |
| | | |||||
| * | Refactor InputEvent handler code. | Sebastien Braun | 2010-10-05 | 1 | -35/+73 |
| | | | | | | | - Make static methods virtual and store instances in the chains. - Propagate security context information. - Saner security policy implementation. | ||||
| * | Implement first version of basic input event support | Sebastien Braun | 2010-10-05 | 1 | -0/+187 |
