summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* Close the file after it's loaded (bug #395316).Richard Hult2007-01-111-0/+2
* Fix some compiler warnings.Matthias Clasen2007-01-041-2/+0
* Fix some leaks. (#348108, Chris Wilson)Matthias Clasen2006-12-227-11/+50
* Add an example of automatic scrolling, thanks to Yevgen Muntyan. (#351206)Matthias Clasen2006-08-262-0/+203
* move the ITALIC_COLUMN over to a STYLE_COLUMN which sets the styleKristian Rietveld2006-08-161-16/+12
* Fix 346375Matthias Clasen2006-07-021-1/+4
* Clean up APIs: Make async a setting instead of separate calls. CombineAlexander Larsson2006-06-071-1/+1
* Further updates from the GtkPrintContext functions rename.Alexander Larsson2006-05-311-3/+3
* Display comments in friendly DodgerBlue instead of scary red. (#343444,Matthias Clasen2006-05-311-1/+1
* Fix build errors.Alexander Larsson2006-05-121-1/+1
* Add it here.Matthias Clasen2006-05-112-0/+183
* Small formatting fix.Matthias Clasen2006-04-171-1/+3
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-292-2/+0
* More work on GtkAssistant by Carlos Garnacho:Matthias Clasen2006-01-282-0/+166
* Don't leak text.Matthias Clasen2005-12-071-0/+2
* Only set the text if it is not NULL. (#319930, Thomas Klausner)Matthias Clasen2005-10-271-1/+2
* use PACKAGE_VERSION,bump year (#318654)Stefan Kost2005-10-121-2/+3
* remove unused variable.Manish Singh2005-07-131-18/+17
* Rename this demo.Matthias Clasen2005-07-123-5/+164
* Accept dashes in demo titles.Matthias Clasen2005-07-121-2/+2
* change_orientation() should return void, remove unused variable inManish Singh2005-07-071-2/+1
* Demonstrate vertical menubarsMatthias Clasen2005-07-051-9/+69
* Make it compileMatthias Clasen2005-07-041-5/+16
* Make the list of demos scrollable.Matthias Clasen2005-06-281-2/+21
* Allow to construct menu tool buttons.Matthias Clasen2005-06-191-6/+41
* Set the window icon by name.Matthias Clasen2005-05-251-0/+1
* Demonstrate image copy-and-paste and DND, and clipboard persistency.Matthias Clasen2005-05-251-10/+208
* Also demonstrate GtkCellRendererProgress.Matthias Clasen2005-05-251-62/+84
* Add a demo showing combo box variations.Matthias Clasen2005-05-252-0/+372
* Add a demo showing all picker widgets.Matthias Clasen2005-05-252-0/+74
* Fix a typo.Matthias Clasen2005-05-251-1/+1
* Also demonstrate GtkCellRenderer::editing-started and separators.Matthias Clasen2005-03-161-2/+31
* Use GtkCellRendererCombo (#169607, Mark McLoughlin)Matthias Clasen2005-03-081-42/+80
* Remove a C++ comment. (#168531, Paul Cornett)Matthias Clasen2005-02-251-1/+1
* Use monospace for the source code view. (#163526, Theerud Lawtrakul)Matthias Clasen2005-01-131-1/+1
* Remove the size_prepared callback, to test incremental display.Matthias Clasen2005-01-041-3/+5
* Use g_fopen().Tor Lillqvist2004-12-052-2/+4
* updatedHans Breuer2004-11-212-1/+3
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-212-0/+143
* Don't include config.h in the examples.Matthias Clasen2004-11-1622-22/+0
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Fix for #118764, David Bordoley:Carlos Garnacho Parro2004-10-261-2/+3
* Don't leak the frame pixbuf.Matthias Clasen2004-09-221-0/+1
* demos/testpixbuf-save.c Get rid of some unnecessary casts.Manish Singh2004-08-193-10/+12
* Adjust to GtkAboutDialog API changes.Matthias Clasen2004-08-131-2/+2
* make it compile and more similar to the X11 implementation [backwardHans Breuer2004-08-061-0/+4
* Add clipboard demo.Anders Carlsson2004-07-292-0/+125
* Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangleAnders Carlsson2004-07-271-0/+2
* Remove trailing commas from enumerations. (#148035)Matthias Clasen2004-07-212-14/+2
* Use a GtkAboutDialog.Matthias Clasen2004-07-121-2/+95