Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a couple incorrect annotations for optional parameters | Cameron White | 2023-02-09 | 1 | -4/+4 |
* | Drop gtkintl.h | Matthias Clasen | 2022-09-24 | 1 | -1/+1 |
* | gesturedrag: Fix docs | Benjamin Otte | 2022-05-22 | 1 | -1/+1 |
* | gtk: Clean up docs syntax | Matthias Clasen | 2021-05-22 | 1 | -1/+1 |
* | gesturedrag: Convert docs | Matthias Clasen | 2021-03-11 | 1 | -19/+23 |
* | *: Fix spelling mistakes found by codespell | Björn Daase | 2020-08-21 | 1 | -1/+1 |
* | Replace "gdouble" with "double" | Benjamin Otte | 2020-07-25 | 1 | -10/+10 |
* | events: reorganize getters | Matthias Clasen | 2020-02-21 | 1 | -1/+1 |
* | Strip const from GdkEvent | Matthias Clasen | 2020-02-21 | 1 | -1/+1 |
* | gtk: fix all uses of g_cclosure_marshal_generic | Christian Hergert | 2019-06-02 | 1 | -3/+16 |
* | draggesture: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -5/+1 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -12/+0 |
* | gesture drag: Use GdkEvent API | Matthias Clasen | 2017-09-19 | 1 | -1/+3 |
* | gesture: Update to using GdkEvent API | Carlos Garnacho | 2017-09-19 | 1 | -1/+1 |
* | Various documentation fixes | Timm Bäder | 2016-02-08 | 1 | -2/+2 |
* | Intern all signal names beforehand | Matthias Clasen | 2015-09-12 | 1 | -3/+4 |
* | gtkgesturedrag: Handle touchpad swipe events | Carlos Garnacho | 2015-08-12 | 1 | -0/+23 |
* | drag: add missing introspection annotations | Ray Strode | 2014-08-06 | 1 | -4/+4 |
* | Don't assert in gtk_event_controller_constructed | Matthias Clasen | 2014-05-27 | 1 | -0/+2 |
* | Docs: Cosmetic fixes | Matthias Clasen | 2014-05-23 | 1 | -3/+3 |
* | drag: Allow gtk_gesture_get_start_point/offset() to be called on ::drag-end | Carlos Garnacho | 2014-05-23 | 1 | -2/+12 |
* | Prevent subclassing of gestures | Matthias Clasen | 2014-05-23 | 1 | -1/+2 |
* | drag: doc fixes | Carlos Garnacho | 2014-05-23 | 1 | -3/+3 |
* | drag: Add missing documentation | Carlos Garnacho | 2014-05-23 | 1 | -0/+44 |
* | drag: remove unused #define | Carlos Garnacho | 2014-05-23 | 1 | -2/+0 |
* | drag: Make API offsets based | Carlos Garnacho | 2014-05-23 | 1 | -12/+21 |
* | drag: Make a subclass of GtkGestureSingle | Carlos Garnacho | 2014-05-23 | 1 | -1/+1 |
* | Add GtkGestureDrag | Carlos Garnacho | 2014-05-23 | 1 | -0/+210 |