Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't assert in gtk_event_controller_constructed | Matthias Clasen | 2014-05-27 | 1 | -0/+2 |
* | gestureswipe: Fix return value | Benjamin Otte | 2014-05-24 | 1 | -1/+1 |
* | Docs: Cosmetic fixes | Matthias Clasen | 2014-05-23 | 1 | -3/+3 |
* | gesture: Make gtk_gesture_get_last_update_time() private | Carlos Garnacho | 2014-05-23 | 1 | -2/+3 |
* | swipe: Don't emit ::swipe if there are still active touches | Carlos Garnacho | 2014-05-23 | 1 | -0/+3 |
* | Prevent subclassing of gestures | Matthias Clasen | 2014-05-23 | 1 | -1/+2 |
* | swipe: doc fixes | Carlos Garnacho | 2014-05-23 | 1 | -2/+2 |
* | swipe: Add missing documentation | Carlos Garnacho | 2014-05-23 | 1 | -0/+43 |
* | swipe: Add function to retrieve the current velocity | Carlos Garnacho | 2014-05-23 | 1 | -5/+32 |
* | swipe: Dont emit swipe() if the gesture was denied rather than finished | Carlos Garnacho | 2014-05-23 | 1 | -0/+3 |
* | swipe: Make a subclass of GtkGestureSingle | Carlos Garnacho | 2014-05-23 | 1 | -1/+1 |
* | Add GtkGestureSwipe | Carlos Garnacho | 2014-05-23 | 1 | -0/+201 |