summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* iconview: Port bindings to use shortcutsBenjamin Otte2020-03-251-67/+77
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-77/+67
* iconview: Port bindings to use shortcutsBenjamin Otte2020-03-181-67/+77
* Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-03-061-0/+1
* droptarget: RedoBenjamin Otte2020-03-021-47/+44
* treeview, iconview: Don't return the drop targetBenjamin Otte2020-03-021-6/+3
* iconview: Inline variables into return_if_fail()Benjamin Otte2020-02-221-29/+6
* Go back to ::enter/::leave for pointer changesMatthias Clasen2020-02-211-23/+12
* events: reorganize gettersMatthias Clasen2020-02-211-3/+3
* Strip const from GdkEventMatthias Clasen2020-02-211-3/+3
* Make crossing events handled the same wayMatthias Clasen2020-02-211-15/+22
* dnd: Port the TreeModel machinery to GValue DNDBenjamin Otte2020-02-181-68/+45
* dragdest: Make gtk_drop_target_new() args be transfer fullBenjamin Otte2020-02-171-1/+1
* Add a notify function to GdkContentProviderEmmanuele Bassi2020-02-131-2/+3
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-1/+1
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-2/+1
* cssnode: Convert name + id from interned string to GQuarkBenjamin Otte2020-01-281-2/+2
* Update all callersMatthias Clasen2020-01-111-9/+7
* Update all usersMatthias Clasen2020-01-081-1/+1
* Update all callersMatthias Clasen2020-01-081-2/+6
* iconview: Use a named subnode for dnd highlightMatthias Clasen2020-01-081-2/+12
* iconview: Render drop highlight properlyMatthias Clasen2020-01-081-1/+7
* iconview: Use gdk_drag_beginMatthias Clasen2020-01-081-116/+56
* dragsource: Reshuffle api a bitMatthias Clasen2020-01-081-1/+3
* dragsource: Tweak api, update all callersMatthias Clasen2020-01-081-11/+20
* Replace gtk_drop_target_attach/detachMatthias Clasen2020-01-081-3/+2
* droptarget: Drop defaults flagsMatthias Clasen2020-01-081-1/+1
* Remove gtkdnd.hMatthias Clasen2020-01-081-1/+0
* iconview: Avoid drag-data-receivedMatthias Clasen2020-01-081-14/+23
* iconview: Port to GtkDropTargetMatthias Clasen2020-01-081-54/+55
* iconview: Port to GtkDragSourceMatthias Clasen2020-01-081-68/+67
* Use the new GtkBuildableParser type in GtkBuildable interfacesAlexander Larsson2019-09-101-18/+19
* Minor typos in the Documentation (a/an)Дилян Палаузов2019-08-251-2/+2
* va_marshaller: add various va_marshallersChristian Hergert2019-06-061-0/+6
* 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