- 12 Sep, 2015 1 commit
-
-
Matthias Clasen authored
This avoids pointless allocations
-
- 12 Aug, 2015 1 commit
-
-
Carlos Garnacho authored
These will only trigger the gesture if it's been created with the same GtkGesture::n-points than n_fingers in the event.
-
- 06 Aug, 2014 1 commit
-
-
Ray Strode authored
gtk_gesture_drag_get_start_point and gtk_gesture_drag_get_offset have out args that need to be annotated. This commit adds the (out) and (nullable) annotations as appropriate. https://bugzilla.gnome.org/show_bug.cgi?id=734292
-
- 27 May, 2014 1 commit
-
-
Matthias Clasen authored
This prevents some of our generic object implementation tests from working with gesture objects. Instead, add g_return_if_fail checks in all the gesture constructors.
-
- 23 May, 2014 9 commits
-
-
Matthias Clasen authored
-
Carlos Garnacho authored
-
Matthias Clasen authored
For now, at least. We do this by hiding the instance and class structures in private headers.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
It is generally more useful to get offsets right away, than having to calculate those from the start point.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
This gesture interprets and reports drags as an offset to the drag start point.
-