summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* iconview: Fix autoscrollBenjamin Otte2012-03-031-6/+6
* Revert "iconview: layout items immediately when setting a GtkTreeModel"Cosimo Cecchi2011-11-161-1/+1
* iconview: layout items immediately when setting a GtkTreeModelCosimo Cecchi2011-11-081-1/+1
* app: abstract which modifiers are used for extending and modifying selectionsMichael Natterer2011-09-171-23/+23
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-03-161-4/+4
* Remove a leaking get_name implementationMatthias Clasen2011-02-191-25/+4
* Backport a lot of GI transfer annotationsMartin Pitt2011-01-101-4/+5
* Don't access GdkDragContext fields directlyMatthias Clasen2010-12-211-3/+3
* iconview: Correct type of enum variableBenjamin Otte2010-11-181-1/+1
* Use gdk_window_ accessors instead of gdk_drawable_ accessors if possibleKristian Rietveld2010-10-191-2/+2
* Deprecate GtkIconView::orientationMatthias Clasen2010-09-011-27/+88
* Add (out) annotations to GtkTreeIter parametersPhilip Withnall2010-07-071-3/+3
* Fix the buildMatthias Clasen2010-05-301-1/+4
* Improved icon view keynavMatthias Clasen2010-05-301-4/+87
* Revert "Deprecate the GdkRegion API"Benjamin Otte2010-05-261-13/+14
* Deprecate the GdkRegion APIBenjamin Otte2010-05-231-14/+13
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-6/+6
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-10/+11
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-9/+9
* [annotations] Add allow-noneJohan Dahlin2010-02-191-13/+13
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-8/+8
* [doc] Fix the documentation of GtkIconEntryChristian Dywan2009-12-081-1/+1
* Fix a doc commentMatthias Clasen2009-11-271-4/+4
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-7/+7
* Bug 581150 - GtkIconView tries to paint items with invalid sizesMatthew Barnes2009-10-231-0/+5
* Always initialize out paramsMatthias Clasen2009-09-281-7/+7
* Pack the struct better, should save four bytes per GtkIconViewMart Raudsepp2009-09-221-3/+3
* Don't return uninitialized pointersMatthias Clasen2009-08-131-3/+3
* Fix make checkMatthias Clasen2009-08-111-0/+8
* Add a GtkIconView::item-padding propertyMatthias Clasen2009-08-061-21/+83
* Fix DND onto an empty icon viewMatthias Clasen2009-07-171-1/+1
* fix wrap width calculations that caused item height to be wrongCody Russell2009-07-011-11/+8
* fix compile warningsBenjamin Otte2009-06-171-2/+4
* Forward-port a GtkAdjustment compatibility fixMatthias Clasen2009-05-031-18/+34
* Deselect all other selected items when clicking a selected oneClaudio Saavedra2009-04-181-8/+5
* Copy the right string. Pointed out by Tommi RantalaMatthias Clasen2009-02-281-1/+1
* More docstrings improvements regarding reorderable property.Claudio Saavedra2009-01-241-2/+4
* Bug 559420 – gtk_icon_view_enable_model_drag_[source|dest] docs wrt.Claudio Saavedra2009-01-241-5/+9
* Fix markupMatthias Clasen2008-12-301-0/+111
* Bug #549251. No need to set name if there is no a11y item object.Li Yuan2008-12-221-11/+14
* Bug 565203: RTL locales: icons are misplaced when horizontal gtkiconviewYair Hershkovitz2008-12-211-4/+7
* Handle separate append/set for rows. Patch by Li YuanMatthias Clasen2008-12-131-1/+29
* Use the new order correctly. Patch by Li YuanMatthias Clasen2008-12-131-1/+10
* Document the "set-scroll-adjustments" signalSven Herzberg2008-12-111-0/+9
* Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problemChristian Persch2008-11-031-40/+9
* gtk_icon_view_set_tooltip_row(), gtk_icon_view_set_tooltip_item():Murray Cumming2008-10-201-0/+3