summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* GtkSnapshot: Always use int for the translationwip/alexl/snapshot-int-translateAlexander Larsson2017-01-111-7/+7
* Snapshot: Only record names if inspector is recordingAlexander Larsson2017-01-111-1/+1
* iconview: Implement snapshot()Benjamin Otte2016-12-201-82/+80
* API: Remove gtk_cairo_should_draw_window()Benjamin Otte2016-11-231-3/+0
* iconview: Turn into no-window widgetBenjamin Otte2016-11-031-14/+37
* gtk: Call gtk_widget_set_has_window() on every widgetBenjamin Otte2016-11-021-0/+1
* iconview: Use gtk_widget_queue_draw()Benjamin Otte2016-10-271-3/+8
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-117/+35
* iconview: Use gdk_window_new_child()Benjamin Otte2016-10-181-32/+16
* gtk: Cast static strings assigned to non-const variablesEmmanuele Bassi2016-10-171-1/+1
* Remove various unused style propertiesTimm Bäder2016-10-161-16/+0
* Remove some deprecated GdkColor style propertiesTimm Bäder2016-10-161-17/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-2/+1
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-3/+3
* Annotate deprecated style propertiesMatthias Clasen2015-11-161-2/+2
* icon view: Document some style properties as deprecatedMatthias Clasen2015-11-161-0/+17
* iconview: Add a diagram to CSS documentationMatthias Clasen2015-11-101-0/+4
* iconview: Use a CSS node for rubberband drawingMatthias Clasen2015-11-101-20/+38
* icon view: Add an element nameMatthias Clasen2015-10-301-0/+5
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-2/+1
* iconview: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-43/+0
* icon view: Fix compiler warningsMatthias Clasen2015-06-021-4/+1
* iconview: Avoid usage of gdk_window_get_device_position() during DnDCarlos Garnacho2015-05-211-23/+9
* GtkIconView: Stop using gtk_adjustment_changedMatthias Clasen2015-05-101-6/+0
* 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