summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Remove C99-ism from list_store exampleEmmanuele Bassi2009-10-151-1/+1
* Fix GtkSpinner using style before it's setBastien Nocera2009-10-151-0/+4
* Add GtkSpinner::animation-duration style propertyBastien Nocera2009-10-141-1/+3
* Bug 319607 – Add a throbber (activity widget) to GTK+Bastien Nocera2009-10-143-36/+199
* CleanupsMatthias Clasen2009-09-101-2/+0
* Remove sincos useMatthias Clasen2009-09-021-6/+10
* Handle geometry change correctlyMatthias Clasen2009-08-311-1/+1
* Add another offscreen demoMatthias Clasen2009-08-313-2/+505
* Cosmetic fixesMatthias Clasen2009-08-313-23/+24
* Add an offscreen window demoMatthias Clasen2009-08-312-0/+576
* Remove some unused variables (GnomeBug:591218)Javier Jardón2009-08-101-1/+0
* Add SVG support to GtkPrintBackendFileMarek Kasik2009-08-031-0/+2
* Add paper size combo and orientation combo to print dialogMarek Kasik2009-07-101-0/+1
* GtkEntryBuffer holds text for GtkEntryStef Walter2009-07-082-0/+66
* Improve printing exampleMatthias Clasen2009-06-281-23/+29
* Bug 586691 – Better GtkInfoBar defaultsDavid Zeuthen2009-06-252-1/+106
* Demo setting an output name for print to fileMatthias Clasen2009-06-251-3/+14
* fix compile warningsBenjamin Otte2009-06-171-3/+3
* Add a message area widgetMatthias Clasen2009-06-051-89/+107
* Add a separate keybinding signal for activating linksMatthias Clasen2009-05-111-6/+3
* Add link support to GtkLabelMatthias Clasen2009-05-112-1/+90
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-042-0/+4
* Minor file descriptor leak in testgtkMichael J. Chudobiak2009-04-111-0/+1
* Bug 437533 – Implement draw_shape PangoRenderer methodBehdad Esfahbod2009-03-271-62/+157
* Set the program-name property of the about dialog.Matthias Clasen2009-03-011-2/+2
* Fix deprecated glib call.Andre Klapper2009-02-171-1/+1
* End the search if the window is closed.Matthias Clasen2009-01-182-3/+16
* Rename GtkEntry icon-related signalsMatthias Clasen2008-12-311-6/+6
* Add a "Search entry" demo for icons and progress in an entryMatthias Clasen2008-12-263-1/+272
* define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.Michael Natterer2008-08-122-14/+12
* demos/gtk-demo/changedisplay.c demos/gtk-demo/clipboard.cSven Neumann2008-08-116-161/+163
* don't use the deprecated gtk_box_pack_start_defaults().Michael Natterer2008-08-111-1/+1
* Don't do funny casts to avoid compiler warningsFederico Mena Quintero2008-07-182-3/+8
* Fix up highlightingMatthias Clasen2008-07-064-152/+235
* One moreMatthias Clasen2008-07-031-1/+1
* Use monospace as font name, not mono. Patch by Yevgen Muntyan.Matthias Clasen2008-07-031-1/+1
* Bug 455268 - Add gtk-enable-tooltips GtkSettingKristian Rietveld2008-07-021-1/+0
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-227-7/+7
* Replaced use of gtk_signal_connect with the g_signal_connect equivalents.Mikael Hallendal2008-06-201-6/+5
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-191-1/+1
* include <gdk-pixbuf/gdk-pixbuf.h> instead of individual files.Michael Natterer2008-05-281-1/+1
* Mark these functions with G_MODULE_EXPORT.Tor Lillqvist2008-04-081-2/+2
* Move down each line in units of text_height rather than in units ofCody Russell2008-03-311-1/+2
* Add translatable/context and comment attributes on <col> tags under aJohan Dahlin2008-03-021-7/+7
* gtk-demo printing gives wrong results on win32 because it doesn't set theDominic Lachowicz2008-02-221-0/+3
* Move the about dialog to the glade file, add accessible tags examples toJohan Dahlin2008-01-292-8/+37
* use gtk_about_dialog_set_program_name() instead of the deprecatedMichael Natterer2008-01-281-1/+2
* Remove all .cvsignore files.Michael Natterer2007-12-132-18/+0
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-222-2/+4
* s/gtk_widget_[un]ref/g_object_[un]ref/gMichael Natterer2007-09-061-4/+4