Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gesturerotate: Just return a double in get_angle_delta() | Carlos Garnacho | 2014-05-27 | 1 | -2/+1 |
| | | | | | Whether the gesture is active or recognized should be checked before in callers, or just not used naively. | ||||
* | Prevent subclassing of gestures | Matthias Clasen | 2014-05-23 | 1 | -16/+0 |
| | | | | | For now, at least. We do this by hiding the instance and class structures in private headers. | ||||
* | Add GtkGestureRotate | Carlos Garnacho | 2014-05-23 | 1 | -0/+70 |
This gesture implementation recognizes rotations when fed with events from two different GdkEventSequences |