summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* only draw keyboard focus when keyboard navigation is used, likeDenis Washington2008-09-271-1/+10
* draw focus as a rectangle around the complete item, not just the text.Denis Washington2008-09-241-100/+121
* Bug 550528 - IconView DND interface does not work if only used as sourceMatthias Clasen2008-09-041-2/+2
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-4/+4
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-3/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-7/+7
* gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.cSven Neumann2008-08-111-35/+35
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-2/+2
* gtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c gtk/gtkscrolledwindow.cMichael Natterer2008-08-061-34/+18
* fix a segfault in the a11y codeMatthias Clasen2008-07-101-7/+4
* Doc updatesMatthias Clasen2008-07-041-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.cMichael Natterer2008-03-041-1/+0
* Remove left-over focus_pad variable. (#490892, Claudio Saavedra)Johan Dahlin2008-03-031-2/+1
* Fix state change reporting for accessibility. (#499835, Rich Burridge,Matthias Clasen2008-02-121-9/+48
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+4