summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Don't call gdk_window_process_updates() when scrollingBenjamin Otte2012-04-051-16/+0
* iconview: Don't resize on size allocationBenjamin Otte2012-03-161-2/+0
* iconview: Fix autoscrollBenjamin Otte2012-03-031-6/+6
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-0/+1
* iconview: set GDK_SMOOTH_SCROLL_MASKCarlos Garnacho2012-03-011-6/+7
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* iconview: Set background on the widget's windowCarlos Garnacho2012-02-231-0/+1
* Documentation: Correct references to properties.Murray Cumming2012-02-151-1/+1
* gtkiconview: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-3/+3
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-4/+2
* iconview: Use the widget state flags as a base for drawing itemsRui Matos2011-12-191-2/+4
* iconview: Stop setting state flags on the style context for drawingRui Matos2011-12-191-3/+0
* iconview: Simplify adjustment monitoring for accessibleBenjamin Otte2011-12-191-12/+2
* iconview: Split out iconview accessibleBenjamin Otte2011-12-191-1830/+64
* GtkIconView: fix a memory corruption in the drag-n-drop codeClaudio Saavedra2011-12-011-1/+6
* GtkIconView: Fix a segfaultMatthias Clasen2011-11-231-8/+22
* iconview: Keep the device for dnd autoscrollBenjamin Otte2011-11-021-6/+15
* iconview: layout items immediately when setting a GtkTreeModelCosimo Cecchi2011-11-011-1/+1
* gtk: remove the private GTK_EXTEND/MODIFY_SELECTION_MOD_MASKMichael Natterer2011-09-271-5/+24
* app: abstract which modifiers are used for extending and modifying selectionsMichael Natterer2011-09-261-23/+23
* iconview: add support for prelight cellsCosimo Cecchi2011-09-151-1/+43
* iconview: Don't rturn TRUE from draw handlerBenjamin Otte2011-09-141-3/+1
* iconview: fix a typo while removing the a11y adjustment weak refCosimo Cecchi2011-09-061-1/+1
* a11y: don't return random numbersMatthias Clasen2011-08-291-0/+3
* Squash two compilation warnings about possibly-uninitialzedColin Walters2011-08-251-1/+1
* Make focus rectangles optionalMatthias Clasen2011-08-101-5/+5
* Use G_DEFINE_TYPE for GtkIconViewItemAccessibleMatthias Clasen2011-07-251-77/+24
* Minor cleanupsMatthias Clasen2011-07-251-23/+19
* Rework AtkText implementationMatthias Clasen2011-07-251-545/+129
* Drop some grandiosity from the AtkAction implementationMatthias Clasen2011-07-241-65/+19
* Use G_DEFINE_TYPE for GtkIconViewAccessibleMatthias Clasen2011-07-241-63/+30
* Drop GtkIconViewAccessiblePrivateMatthias Clasen2011-07-241-125/+89
* Move GtkBuildable implementation up before accessibilityMatthias Clasen2011-07-241-28/+28
* Drop unneeded includesMatthias Clasen2011-07-141-1/+0
* iconview: make it possible for selected cells to render a borderCosimo Cecchi2011-07-081-0/+6
* Drop the factory from the icon view accessibleMatthias Clasen2011-07-051-76/+0
* Convert GailContainer to GtkContainerAccessibleMatthias Clasen2011-07-051-22/+8
* GtkIconViewPrivate: Improve struct packingMatthias Clasen2011-04-121-6/+5
* More patchwork for icon view subclasses that access the icon view api prematu...Tristan Van Berkom2011-02-251-2/+4
* More patchwork to ensure GtkIconView subclasses can use the icon view apiTristan Van Berkom2011-02-251-4/+8
* Added documentation to "cell-area" construct-only properties.Tristan Van Berkom2011-02-241-0/+3
* Add more defensive code to avoid accessing GtkIconView's cell area before it ...Tristan Van Berkom2011-02-231-25/+62
* Remove a leaking get_name implementationMatthias Clasen2011-02-171-25/+4
* Use _gtk_accessible_set_factory_type for GtkIconViewMatthias Clasen2011-02-171-21/+4
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
* Bandaid fix for icon view subclassingMatthias Clasen2011-01-311-26/+53
* Make GtkIconView use GtkStyleContextCarlos Garnacho2011-01-271-102/+104
* Make GtkCellArea use GtkStyleContextCarlos Garnacho2011-01-271-2/+0
* Silence new gcc warningsMatthias Clasen2011-01-231-75/+60
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-15/+19