summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* iconview: Unset prelit item in leave-notifyBenjamin Otte2014-09-161-0/+23
* iconview: Remove iterm->prelightBenjamin Otte2014-09-161-3/+1
* iconview: always draw a cell backgroundBenjamin Otte2014-09-161-13/+10
* iconview: Don't queue redraws when nothing changesBenjamin Otte2014-09-151-12/+14
* GtkIconView: Animate keybindingsMatthias Clasen2014-07-021-13/+13
* Allow activating an item after single click on a different itemWilliam Jon McCann2014-06-281-2/+1
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-16/+7
* GtkIconView: Remove a no-longer-valid optimizationMatthias Clasen2014-06-191-18/+0
* GtkIconView: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-19/+27
* iconview: remove superfluous GTK+ grabsCarlos Garnacho2014-05-231-5/+0
* Deprecate GdkColorMatthias Clasen2014-05-221-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-26/+26
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-2/+2
* docs: don't use <anchor>William Jon McCann2014-02-071-6/+6
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-12/+12
* docs: Use markup for linksWilliam Jon McCann2014-02-071-6/+6
* docs: use ` instead of <literal>William Jon McCann2014-02-041-2/+2
* a11y: Ignore deprecation warnings for ATK focus trackerBenjamin Otte2014-02-031-0/+2
* Docs: Use markdown for listsMatthias Clasen2014-02-021-6/+3
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* all: Add names to timeoutsBastien Nocera2013-10-231-1/+4
* Fix an age-old typoMatthias Clasen2013-08-311-1/+1
* iconview: Respect the fixed item width when adjusting the wrap widthCarlos Garcia Campos2013-08-261-7/+33
* gtkdnd: Introduce a new API for more accurate drag origin dataJasper St. Pierre2013-08-141-5/+7
* gtkiconview: Take padding into account when getting the cursor hotspotJasper St. Pierre2013-08-071-2/+2
* gtkiconview: Remove the border and background from drag iconsJasper St. Pierre2013-08-071-24/+8
* Add explicit transfer annotations to gtk_icon_view_get_cursorSimon Feltman2013-07-281-3/+4
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-3/+3
* Fix a few parameter mismatches in the symbolsMatthias Clasen2013-02-011-9/+9
* icon-view: add back gtk_style_context_set_background()Cosimo Cecchi2013-02-011-0/+43
* Add optional single click activation mode for icon viewWilliam Jon McCann2013-01-201-8/+107
* Make accessible implementations publicMatthias Clasen2012-12-271-2/+2
* iconview: don't use gtk_style_context_set_background()Cosimo Cecchi2012-11-201-54/+10
* iconview: Render focus even in non-selected itemsAlexander Larsson2012-09-271-6/+4
* Fix a typo in the the commentsWilliam Jon McCann2012-08-261-1/+1
* icon-view: emit selection-changed when changing the modelWilliam Jon McCann2012-08-201-0/+7
* Fix typo in documentationWilliam Jon McCann2012-08-101-1/+1
* iconview: fix get_tooltip_context transfer annotationRené Stadler2012-08-011-1/+2
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-1/+1
* Rename gtk_icon_view_get_cell_area to gtk_icon_view_get_cell_rectAlexander Larsson2012-06-251-3/+3
* Add gtk_icon_view_get_cell_areaAlexander Larsson2012-06-221-34/+66
* iconview: Special case the empty iconviewBenjamin Otte2012-06-151-28/+33
* iconview: Add a descriptive functionBenjamin Otte2012-06-141-1/+7
* iconview: Ensure icons are at least 1x1 pixelsBenjamin Otte2012-06-141-4/+4
* iconview: Don't add item-paddingBenjamin Otte2012-06-141-0/+7
* iconview: clamp item size to be in [minimum, natural]Benjamin Otte2012-06-141-2/+2
* iconview: Include column spacing in calculationBenjamin Otte2012-06-141-2/+2
* iconview: Add documentation abour different sizesBenjamin Otte2012-06-141-0/+25