summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: rely on default marshallersChristian Hergert2019-05-301-1/+1
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-5/+5
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-13/+13
* Stop using gtk_widget_get_toplevelMatthias Clasen2019-05-281-2/+2
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-1/+0
* Adapt to motion controller api changeMatthias Clasen2019-03-181-0/+4
* iconview: Use new snapshot transformsBenjamin Otte2019-02-211-1/+4
* iconview: Use gtk_widget_set_overflow()Benjamin Otte2019-02-081-8/+1
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-2/+2
* iconview: Fix scrolled drawingTimm Bäder2019-01-181-4/+7
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-6/+8
* GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_endRobert Ancell2018-10-081-2/+2
* dnd: Rename gtk_drag_begin_with_coordinatesMatthias Clasen2018-07-121-6/+6
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-26/+26
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-4/+2
* dnd: Make drag-motion and drag-drop signals use GdkDropBenjamin Otte2018-06-181-47/+59
* dnd: Make drag-data-received use a GdkDropBenjamin Otte2018-06-181-26/+22
* widget: Make GtkWidgetClass::drag_leave() take a GdkDropBenjamin Otte2018-06-181-5/+3
* dnd: Get rid of gtk_drag_finish()Benjamin Otte2018-06-181-1/+1
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-2/+3
* eventcontrollermotion: Port to new API modelBenjamin Otte2018-04-261-4/+5
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-4/+6
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-1/+13
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-3/+2
* snapshot: Don't handle clip anymoreBenjamin Otte2018-04-171-1/+1
* gtkiconview: Stop using ::key-press-eventCarlos Garnacho2018-04-051-25/+18
* snapshot: Allow passing the bounds of the created paintableBenjamin Otte2018-04-051-1/+1
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-6/+3
* snapshot: Track clip as a rect onlyBenjamin Otte2018-04-051-5/+6
* snapshot: Remove clip argument from gtk_snapshot_new()Benjamin Otte2018-04-051-1/+1
* iconview: Port DND icons to snapshot paintablesBenjamin Otte2018-03-261-35/+15
* snapshot: Remove rendererBenjamin Otte2018-03-241-1/+1
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-2/+2
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-1/+1
* Use GtkSnapshot gettersMatthias Clasen2018-03-111-1/+1
* Stop using stack-allocated snapshotsMatthias Clasen2018-03-111-8/+8
* a11y: Remove gtk.h include from iconview headerBenjamin Otte2018-02-091-17/+19
* The big versioning cleanupMatthias Clasen2018-02-061-156/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-4/+2
* iconview: Fix a problem with the previous changeMatthias Clasen2018-01-311-2/+2
* iconview: Fix updates with filter modelsMatthias Clasen2018-01-191-0/+6
* iconview: Use a motion event controllerMatthias Clasen2018-01-161-35/+45
* iconview: Prevent ownership transfer of cell out-param in get_item_at_pos()Rico Tzschichholz2018-01-061-1/+1
* Drop gdk_atom_internMatthias Clasen2017-12-131-2/+2
* dnd: Pass device, not eventBenjamin Otte2017-12-121-1/+1
* dnd: Remove button argument from drag_begin()Benjamin Otte2017-12-121-3/+0
* dnd: Remove "delete" argument from gtk_drag_finish()Benjamin Otte2017-12-101-1/+0
* Remove all gtk_widget_get_content_size usagesTimm Bäder2017-12-061-11/+17
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-051-4/+0
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-14/+14