summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* reverted unintentional commit from revision 19994Hans Breuer2008-04-201-2/+0
* Move my documentation changelog entries to the right changelog.Cody Russell2008-04-111-0/+2
* Mark these functions with G_MODULE_EXPORT.Tor Lillqvist2008-04-081-2/+2
* Merged from trunk:Cody Russell2008-03-311-1/+2
* s/gtk_widget_[un]ref/g_object_[un]ref/gMichael Natterer2007-09-061-4/+4
* add more convenience API.Kristian Rietveld2007-07-191-0/+4
* |___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___*Johan Dahlin2007-07-091-0/+1
* Set name of Help menu to HelpMenuJohan Dahlin2007-06-281-1/+1
* Connect the destroy signal in the example instead of the ui file. Also setJohan Dahlin2007-06-272-1/+5
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-153-2/+292
* Drop the phrase saying invisible text doesn't work (#444236).Yevgen Muntyan2007-06-051-1/+1
* Fix headers in gtk-demo printing demoMatthias Clasen2007-04-281-11/+16
* Add a simple validation demo. Make it possible to add arbitrary childrenMatthias Clasen2007-04-261-2/+84
* Add some hints about titles on about dialogsMatthias Clasen2007-03-191-0/+1
* 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
* remove extra unrefMatthias Clasen2006-12-231-1/+0
* Fix some leaks. (#348108, Chris Wilson)Matthias Clasen2006-12-237-11/+51
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-225-4/+6
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-084-10/+7
* Fix typosMatthias Clasen2006-09-255-6/+6
* demonstrate automatic scrollingMatthias 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