summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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