summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/iconview.c
Commit message (Expand)AuthorAgeFilesLines
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* box: Remove fill child propertyTimm Bäder2017-04-251-2/+2
* box: Remove expand child propertyTimm Bäder2017-04-251-2/+3
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-2/+2
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-4/+1
* gtk-demo: Many cosmetic fixesMatthias Clasen2015-06-191-1/+1
* gtk-demo: Fix underlinesMatthias Clasen2014-03-241-0/+2
* Remove usage of stock APIs in demoWilliam Jon McCann2013-06-241-2/+7
* gtk-demo: Remove demo_find_file() functionBenjamin Otte2013-02-011-1/+0
* gtk-demo: Port iconview example to use resourcesBenjamin Otte2013-02-011-109/+69
* Formatting cleanupsMatthias Clasen2011-09-011-121/+120
* Don't leak the GDir in the iconview exampleMatthias Clasen2011-02-171-0/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* demos/gtk-demo/changedisplay.c demos/gtk-demo/clipboard.cSven Neumann2008-08-111-28/+28
* Fix some leaks. (#348108, Chris Wilson)Matthias Clasen2006-12-231-1/+13
* Fix typosMatthias Clasen2006-09-251-1/+1
* Rename this demo.Matthias Clasen2005-07-121-5/+5
* Fix a typo.Matthias Clasen2005-05-251-1/+1
* Don't include config.h in the examples.Matthias Clasen2004-11-161-1/+0
* Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangleAnders Carlsson2004-07-271-0/+2
* Add a simple file browser based on the icon view.Anders Carlsson2004-07-041-0/+358