| Commit message (Expand) | Author | Age | Files | Lines |
* | iconview: Port bindings to use shortcuts | Benjamin Otte | 2020-03-25 | 1 | -67/+77 |
* | Revert "Merge branch 'disable-window-test' into 'master'" | Matthias Clasen | 2020-03-19 | 1 | -77/+67 |
* | iconview: Port bindings to use shortcuts | Benjamin Otte | 2020-03-18 | 1 | -67/+77 |
* | Replace fallthrough comments with G_GNUC_FALLTHROUGH | Timm Bäder | 2020-03-06 | 1 | -0/+1 |
* | droptarget: Redo | Benjamin Otte | 2020-03-02 | 1 | -47/+44 |
* | treeview, iconview: Don't return the drop target | Benjamin Otte | 2020-03-02 | 1 | -6/+3 |
* | iconview: Inline variables into return_if_fail() | Benjamin Otte | 2020-02-22 | 1 | -29/+6 |
* | Go back to ::enter/::leave for pointer changes | Matthias Clasen | 2020-02-21 | 1 | -23/+12 |
* | events: reorganize getters | Matthias Clasen | 2020-02-21 | 1 | -3/+3 |
* | Strip const from GdkEvent | Matthias Clasen | 2020-02-21 | 1 | -3/+3 |
* | Make crossing events handled the same way | Matthias Clasen | 2020-02-21 | 1 | -15/+22 |
* | dnd: Port the TreeModel machinery to GValue DND | Benjamin Otte | 2020-02-18 | 1 | -68/+45 |
* | dragdest: Make gtk_drop_target_new() args be transfer full | Benjamin Otte | 2020-02-17 | 1 | -1/+1 |
* | Add a notify function to GdkContentProvider | Emmanuele Bassi | 2020-02-13 | 1 | -2/+3 |
* | 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 |
* | cssnode: Convert name + id from interned string to GQuark | Benjamin Otte | 2020-01-28 | 1 | -2/+2 |
* | Update all callers | Matthias Clasen | 2020-01-11 | 1 | -9/+7 |
* | Update all users | Matthias Clasen | 2020-01-08 | 1 | -1/+1 |
* | Update all callers | Matthias Clasen | 2020-01-08 | 1 | -2/+6 |
* | iconview: Use a named subnode for dnd highlight | Matthias Clasen | 2020-01-08 | 1 | -2/+12 |
* | iconview: Render drop highlight properly | Matthias Clasen | 2020-01-08 | 1 | -1/+7 |
* | iconview: Use gdk_drag_begin | Matthias Clasen | 2020-01-08 | 1 | -116/+56 |
* | dragsource: Reshuffle api a bit | Matthias Clasen | 2020-01-08 | 1 | -1/+3 |
* | dragsource: Tweak api, update all callers | Matthias Clasen | 2020-01-08 | 1 | -11/+20 |
* | Replace gtk_drop_target_attach/detach | Matthias Clasen | 2020-01-08 | 1 | -3/+2 |
* | droptarget: Drop defaults flags | Matthias Clasen | 2020-01-08 | 1 | -1/+1 |
* | Remove gtkdnd.h | Matthias Clasen | 2020-01-08 | 1 | -1/+0 |
* | iconview: Avoid drag-data-received | Matthias Clasen | 2020-01-08 | 1 | -14/+23 |
* | iconview: Port to GtkDropTarget | Matthias Clasen | 2020-01-08 | 1 | -54/+55 |
* | iconview: Port to GtkDragSource | Matthias Clasen | 2020-01-08 | 1 | -68/+67 |
* | Use the new GtkBuildableParser type in GtkBuildable interfaces | Alexander Larsson | 2019-09-10 | 1 | -18/+19 |
* | Minor typos in the Documentation (a/an) | Дилян Палаузов | 2019-08-25 | 1 | -2/+2 |
* | va_marshaller: add various va_marshallers | Christian Hergert | 2019-06-06 | 1 | -0/+6 |
* | gtk: rely on default marshallers | Christian Hergert | 2019-05-30 | 1 | -1/+1 |
* | marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used | Christian Hergert | 2019-05-29 | 1 | -5/+5 |
* | 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 |
* | Adapt to motion controller api change | Matthias Clasen | 2019-03-18 | 1 | -0/+4 |
* | iconview: Use new snapshot transforms | Benjamin Otte | 2019-02-21 | 1 | -1/+4 |
* | iconview: Use gtk_widget_set_overflow() | Benjamin Otte | 2019-02-08 | 1 | -8/+1 |
* | gtk: Drop the "plus" | Emmanuele Bassi | 2019-02-05 | 1 | -2/+2 |
* | iconview: Fix scrolled drawing | Timm Bäder | 2019-01-18 | 1 | -4/+7 |
* | widget: Don't pass a position to ->size_allocate | Timm Bäder | 2018-11-13 | 1 | -6/+8 |
* | GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_end | Robert Ancell | 2018-10-08 | 1 | -2/+2 |
* | dnd: Rename gtk_drag_begin_with_coordinates | Matthias Clasen | 2018-07-12 | 1 | -6/+6 |
* | gdk: Rename GdkDragContext to GdkDrag | Matthias Clasen | 2018-07-02 | 1 | -26/+26 |
* | widget: Remove time argument from drag_data_get() vfunc | Benjamin Otte | 2018-06-18 | 1 | -4/+2 |
* | dnd: Make drag-motion and drag-drop signals use GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -47/+59 |