summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* iconview: Small doc additionsMatthias Clasen2020-09-131-2/+6
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-2/+2
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* Drop style class definesMatthias Clasen2020-08-141-2/+2
* Remove ATKEmmanuele Bassi2020-07-261-75/+5
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-5/+5
* Replace "gfloat" with "float"Benjamin Otte2020-07-251-3/+3
* Replace "gchar" with "char"Benjamin Otte2020-07-251-9/+9
* Replace "gint" with "int"Benjamin Otte2020-07-251-112/+112
* Drop unused includesMatthias Clasen2020-06-161-1/+0
* Fix various compiler warnings with the 64bit mingw buildChristoph Reiter2020-06-141-2/+2
* a11y: Update the accessible state when GtkIconView:model changesEmmanuele Bassi2020-06-051-2/+16
* eventcontrollermotion: Remove mode argumentBenjamin Otte2020-05-301-4/+2
* iconview: Derive from GtkWidgetMatthias Clasen2020-05-111-43/+10
* widget: Add a :focusable propertyMatthias Clasen2020-05-101-0/+1
* iconview: Use dispose instead of destroyMatthias Clasen2020-05-051-31/+22
* Restructure the GdkEvent type hierarchyEmmanuele Bassi2020-04-161-4/+3
* gtk: Port widgets away from gtk_get_current_ apisMatthias Clasen2020-04-111-24/+21
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+2
* Change the default value of GtkWidget:can-focusMatthias Clasen2020-04-091-1/+0
* gtk: Stop using modifier intentsMatthias Clasen2020-04-061-18/+6
* 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