]> Pileus Git - ~andy/gtk/history - gtk/gtkiconview.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkiconview.c
2013-02-07 Alexander LarssonAdd gtk_widget_(un)register_window
2013-02-02 Matthias ClasenFix a few parameter mismatches in the symbols
2013-02-01 Cosimo Cecchiicon-view: add back gtk_style_context_set_background()
2013-01-20 William Jon McCannAdd optional single click activation mode for icon...
2012-12-27 Matthias ClasenMake accessible implementations public
2012-11-20 Cosimo Cecchiiconview: don't use gtk_style_context_set_background()
2012-09-27 Alexander Larssoniconview: Render focus even in non-selected items
2012-08-26 William Jon McCannFix a typo in the the comments
2012-08-20 William Jon McCannicon-view: emit selection-changed when changing the...
2012-08-10 William Jon McCannFix typo in documentation
2012-08-01 René Stadlericonview: fix get_tooltip_context transfer annotation
2012-07-02 Cosimo Cecchidocs: fix a number of typos and obsolete references
2012-06-25 Alexander LarssonRename gtk_icon_view_get_cell_area to gtk_icon_view_get...
2012-06-22 Alexander LarssonAdd gtk_icon_view_get_cell_area
2012-06-15 Benjamin Otteiconview: Special case the empty iconview
2012-06-14 Benjamin Otteiconview: Add a descriptive function
2012-06-14 Benjamin Otteiconview: Ensure icons are at least 1x1 pixels
2012-06-14 Benjamin Otteiconview: Don't add item-padding
2012-06-14 Benjamin Otteiconview: clamp item size to be in [minimum, natural]
2012-06-14 Benjamin Otteiconview: Include column spacing in calculation
2012-06-14 Benjamin Otteiconview: Add documentation abour different sizes
2012-06-14 Hans de Goedeiconview: gtk_icon_view_compute_n_items_for_size bugfix
2012-06-14 Benjamin Otteiconview: Don't shrink items
2012-05-15 Matthias Claseniconview: Bring back rtl flipping
2012-05-09 Benjamin Otteiconview: Don't draw unallocated items
2012-05-08 Benjamin Otteiconview: Only compute item sizes in one place
2012-05-08 Benjamin Otteiconview: Bring back per-row contexts
2012-05-08 Benjamin Otteiconview: Move wrap width adjustment to size request...
2012-05-07 Benjamin Otteiconview: Fix negative natural size request on empty...
2012-05-06 Benjamin Otteiconview: Don't expand items to more than natural size
2012-05-06 Benjamin Otteiconview: Redo layouting
2012-05-06 Benjamin Otteiconview: Respect item width in size requestr code
2012-05-06 Benjamin Otteiconview: Reduce complexity of sizing code
2012-05-06 Benjamin Otteiconview: Redo size requests
2012-05-06 Benjamin Otteiconview: Don't cache iters
2012-05-06 Benjamin Otteiconview: Remove needless requirement
2012-04-05 Benjamin Ottegtk: Don't call gdk_window_process_updates() when scrolling
2012-03-16 Benjamin Otteiconview: Don't resize on size allocation
2012-03-03 Benjamin Otteiconview: Fix autoscroll
2012-03-03 Benjamin Ottetypes: Move GtkAdustment declaration to gtktypes.h
2012-03-01 Carlos Garnachoiconview: set GDK_SMOOTH_SCROLL_MASK
2012-02-27 Javier JardónChange FSF Address
2012-02-24 Carlos Garnachoiconview: Set background on the widget's window
2012-02-15 Murray CummingDocumentation: Correct references to properties.
2012-01-27 Carlos Garcia Camposgtkiconview: Use symbolic names for button numbers
2012-01-05 Javier Jardóngtk/*: Use g_list_free_full() convenience function
2011-12-19 Rui Matosiconview: Use the widget state flags as a base for...
2011-12-19 Rui Matosiconview: Stop setting state flags on the style context...
2011-12-19 Benjamin Otteiconview: Simplify adjustment monitoring for accessible
2011-12-19 Benjamin Otteiconview: Split out iconview accessible
2011-12-05 Alexander LarssonMerge branch 'transparent-windows'
2011-12-01 Claudio SaavedraGtkIconView: fix a memory corruption in the drag-n...
2011-11-23 Matthias ClasenGtkIconView: Fix a segfault
2011-11-02 Benjamin Otteiconview: Keep the device for dnd autoscroll
2011-11-01 Cosimo Cecchiiconview: layout items immediately when setting a GtkTr...
2011-09-27 Michael Natterergtk: remove the private GTK_EXTEND/MODIFY_SELECTION_MOD...
2011-09-26 Michael Nattererapp: abstract which modifiers are used for extending...
2011-09-15 Cosimo Cecchiiconview: add support for prelight cells
2011-09-14 Benjamin Otteiconview: Don't rturn TRUE from draw handler
2011-09-13 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-06 Cosimo Cecchiiconview: fix a typo while removing the a11y adjustment...
2011-08-29 Matthias Clasena11y: don't return random numbers
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-25 Colin WaltersSquash two compilation warnings about possibly-uninitialzed
2011-08-10 Matthias ClasenMake focus rectangles optional
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-25 Matthias ClasenUse G_DEFINE_TYPE for GtkIconViewItemAccessible
2011-07-25 Matthias ClasenMinor cleanups
2011-07-25 Matthias ClasenRework AtkText implementation
2011-07-25 Matthias ClasenDrop some grandiosity from the AtkAction implementation
2011-07-25 Matthias ClasenUse G_DEFINE_TYPE for GtkIconViewAccessible
2011-07-25 Matthias ClasenDrop GtkIconViewAccessiblePrivate
2011-07-25 Matthias ClasenMove GtkBuildable implementation up before accessibility
2011-07-14 Matthias ClasenDrop unneeded includes
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-08 Cosimo Cecchiiconview: make it possible for selected cells to render...
2011-07-05 Matthias ClasenDrop the factory from the icon view accessible
2011-07-05 Matthias ClasenConvert GailContainer to GtkContainerAccessible
2011-04-12 Matthias ClasenGtkIconViewPrivate: Improve struct packing
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-25 Tristan Van BerkomMore patchwork for icon view subclasses that access...
2011-02-25 Tristan Van BerkomMore patchwork to ensure GtkIconView subclasses can...
2011-02-24 Tristan Van BerkomAdded documentation to "cell-area" construct-only prope...
2011-02-23 Tristan Van BerkomAdd more defensive code to avoid accessing GtkIconView...
2011-02-17 Matthias ClasenRemove a leaking get_name implementation
2011-02-17 Matthias ClasenUse _gtk_accessible_set_factory_type for GtkIconView
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-07 Matthias ClasenAlways chain up in ::style-updated
2011-01-31 Matthias ClasenBandaid fix for icon view subclassing
2011-01-27 Carlos GarnachoMake GtkIconView use GtkStyleContext
2011-01-27 Carlos GarnachoMake GtkCellArea use GtkStyleContext
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-20 Pavel Holejsovsky[GI] Fixes of existing incorrect annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-18 Pavel Holejsovsky[GI] Cosmetic cleanups of annotations and doc comments
2011-01-18 Martin PittFix GtkIconView GI annotations
next