Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make the license test pass. | Frans Englich | 2009-08-19 | 1 | -0/+41 |
| | | | | | | | This is partly done to address a review comment for S60. Reviewed-by: Marius SO Reviewed-by: Paul | ||||
* | warn about events that happen out of sequence | Bradley T. Hughes | 2009-05-08 | 1 | -0/+7 |
| | |||||
* | Made the Touch* event detection very strict | Bradley T. Hughes | 2009-04-30 | 1 | -3/+3 |
| | | | | | | TouchBegin is only "seen" once before all other touch events, TouchUpdate must be after TouchBegin but before TouchEnd, and TouchEnd is only seen once after all other touch events. | ||||
* | add basic multi-touch event handling test, split existing tests into more ↵ | Bradley T. Hughes | 2009-04-27 | 1 | -0/+4 |
| | | | | logical pieces | ||||
* | update test to test basic event handling and touch begin propagation | Bradley T. Hughes | 2009-04-23 | 1 | -3/+4 |
| | |||||
* | Initial test for TouchBegin propagation and TouchUpdate/TouchEnd handling | Bradley T. Hughes | 2009-04-23 | 1 | -0/+26 |
| | |||||
* | the start of a manual test for touch events | Bradley T. Hughes | 2009-04-23 | 1 | -0/+56 |