summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-1/+1
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-1/+1
* Fix GtkIconView GI annotationsMartin Pitt2011-01-181-11/+11
* Annotate GtkIconView array argumentsMartin Pitt2011-01-171-2/+4
* Ensure that GtkIconView items get redrawn when the focus cell changes.Tristan Van Berkom2011-01-061-2/+7
* Fixed GtkIconView keynavTristan Van Berkom2011-01-061-1/+10
* Fixed gtkiconview dispose cycle to not fire warnings.Tristan Van Berkom2011-01-061-1/+3
* Restored the old GtkIconView guess for wrap-width/width size of text cellTristan Van Berkom2011-01-061-4/+31
* Made GtkIconView reset the context and invalidate all sizes when a row changes.Tristan Van Berkom2011-01-061-13/+47
* Removed gtk_icon_view_get_item_area()Tristan Van Berkom2011-01-061-197/+165
* Fixed GtkIconView buildable custom tag end to let cell layout properlyTristan Van Berkom2011-01-061-4/+2
* Added gtk_icon_view_new_with_area()Tristan Van Berkom2011-01-061-0/+17
* GtkIconView now uses a per-row GtkCellAreaContext to store the alignmentsTristan Van Berkom2011-01-061-50/+56
* Alignments with variable row heights almost works perfectly.Tristan Van Berkom2011-01-061-2/+2
* Experimenting with allocating the context a different height for each row.Tristan Van Berkom2011-01-061-0/+38
* Committing working version of GtkIconView using GtkCellArea.Tristan Van Berkom2011-01-061-235/+201