| Commit message (Expand) | Author | Age | Files | Lines |
* | Port simple cases to GtkDropControllerMotion | Benjamin Otte | 2020-02-22 | 1 | -54/+48 |
* | dragdest: Make gtk_drop_target_new() args be transfer full | Benjamin Otte | 2020-02-17 | 1 | -4/+1 |
* | Rename gtk_widget{get,set,has}_style_class to _css_class | Timm Bäder | 2020-02-07 | 1 | -1/+1 |
* | Start using GtkWidget's new style class API | Timm Bäder | 2020-02-07 | 1 | -2/+1 |
* | Rename GtkIcon widget to GtkBuiltinIcon | Alexander Larsson | 2020-01-30 | 1 | -2/+2 |
* | Update all callers | Matthias Clasen | 2020-01-11 | 1 | -7/+3 |
* | Update all users | Matthias Clasen | 2020-01-08 | 1 | -1/+1 |
* | Update all callers | Matthias Clasen | 2020-01-08 | 1 | -0/+4 |
* | Replace gtk_drop_target_attach/detach | Matthias Clasen | 2020-01-08 | 1 | -1/+1 |
* | droptarget: Drop the track-motion property | Matthias Clasen | 2020-01-08 | 1 | -1/+0 |
* | droptarget: Drop defaults flags | Matthias Clasen | 2020-01-08 | 1 | -1/+1 |
* | Remove gtkdnd.h | Matthias Clasen | 2020-01-08 | 1 | -1/+0 |
* | expander: Port to GtkDropTarget | Matthias Clasen | 2020-01-08 | 1 | -18/+21 |
* | expander: Rename CSS nodes | Benjamin Otte | 2019-10-15 | 1 | -2/+2 |
* | Rename GtkGestureMultiPress to GtkGestureClick | Matthias Clasen | 2019-05-29 | 1 | -13/+13 |
* | Stop using gtk_widget_get_toplevel | Matthias Clasen | 2019-05-28 | 1 | -2/+2 |
* | Remove gtk_widget_get/set_has_surface | Matthias Clasen | 2019-05-28 | 1 | -1/+0 |
* | expander: Make final | Matthias Clasen | 2019-05-26 | 1 | -0/+14 |
* | gtk: Drop the "plus" | Emmanuele Bassi | 2019-02-05 | 1 | -1/+1 |
* | widget: Don't pass a position to ->size_allocate | Timm Bäder | 2018-11-13 | 1 | -7/+13 |
* | dnd: Make drag-motion and drag-drop signals use GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -8/+6 |
* | widget: Make GtkWidgetClass::drag_leave() take a GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -5/+3 |
* | multipressgesture: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -9/+7 |
* | widget: Allow adding event controllers in ui files | Benjamin Otte | 2018-04-26 | 1 | -4/+6 |
* | widget: Remove clip from size-allocate vfunc | Benjamin Otte | 2018-04-05 | 1 | -5/+3 |
* | expander: Update css docs | Timm Bäder | 2018-03-28 | 1 | -4/+5 |
* | expander: Remove priv pointer | Timm Bäder | 2018-03-28 | 1 | -39/+48 |
* | GtkWidget: Start renaming widget->window | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
* | expander: Remove label-fill property | Timm Bäder | 2018-03-07 | 1 | -67/+0 |
* | expander: Check for an existing child when adding | Peter Bloomfield | 2018-03-06 | 1 | -1/+13 |
* | expander: fix sizes in resize_toplevel | Timm Bäder | 2018-03-06 | 1 | -18/+11 |
* | expander: Attach the gesture to the title widget | Timm Bäder | 2018-03-05 | 1 | -31/+2 |
* | a11y: Remove gtk.h include from container accessible | Benjamin Otte | 2018-02-09 | 1 | -9/+12 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -34/+0 |
* | Replace gdk_threads_add_timeout* with g_timeout_add() | Emmanuele Bassi | 2018-02-03 | 1 | -1/+1 |
* | expander: Make a code snippet compile | Timm Bäder | 2018-01-03 | 1 | -6/+10 |
* | gtk: Intern css names | Matthias Clasen | 2017-11-17 | 1 | -1/+1 |
* | dnd: Make GtkDragDest and GtkDragSource use GtkTargetList | Benjamin Otte | 2017-11-15 | 1 | -1/+1 |
* | expander: Don't do :hover yourself | Benjamin Otte | 2017-11-05 | 1 | -94/+4 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 1 | -2/+9 |
* | expander: Convert to GdkEvent API | Matthias Clasen | 2017-09-19 | 1 | -2/+8 |
* | Expander: get_label() return is nullable | Daniel Boles | 2017-09-15 | 1 | -2/+2 |
* | Expander: Annotate new()’s label arg as nullable | Daniel Boles | 2017-09-14 | 1 | -1/+1 |
* | Expander: Replace (allow-none) with (nullable) | Daniel Boles | 2017-09-14 | 1 | -3/+3 |
* | Expander: Explain how to conditionally style arrow | Daniel Boles | 2017-09-14 | 1 | -2/+2 |
* | widget: Add baseline and out_clip parameters to size-allocate | Timm Bäder | 2017-07-19 | 1 | -10/+9 |
* | expander: Fix pressed_in_title check | Timm Bäder | 2017-07-19 | 1 | -10/+6 |
* | Remove GtkBuiltinIcon | Timm Bäder | 2017-07-19 | 1 | -1/+0 |
* | expander: Inherit from GtkContainer | Timm Bäder | 2017-07-19 | 1 | -16/+49 |
* | expander: Remove gadget | Timm Bäder | 2017-07-19 | 1 | -47/+27 |