summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* Remove a C++ comment. (#168531, Paul Cornett)Matthias Clasen2005-02-251-1/+1
* Adding missing ChangeLog.pre* to EXTRA_DIST.Owen Taylor2005-01-101-392/+0
* 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
* Add a simple file browser based on the icon view.Anders Carlsson2004-07-044-1/+362
* finally also create the correct mask for 'pseudo mime' iconsHans Breuer2004-05-081-7/+15
* A new demo.Matthias Clasen2004-04-212-0/+60
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-0621-0/+21
* #ifdef HAVE_FLOCKFILE, not #ifndef HAVE_FLOCKFILE. (#135642, J. AliOwen Taylor2004-02-281-1/+1
* Protect getc_unlocked() by HAVE_FLOCKFILE in all cases. (#134205, Julio M.Matthias Clasen2004-02-131-1/+1
* Add entry_completion.cMatthias Clasen2004-01-072-0/+98
* Make s, S, Control-S, p, P, Control-P, i, I, Control-I testMatthias Clasen2004-01-071-28/+180
* Call the do_ functions with the toplevel as argument.Matthias Clasen2003-11-0820-28/+60
* shut up cvsManish Singh2003-10-271-1/+1
* Fix some unused variables.Owen Taylor2003-10-231-2/+0
* enable GTK_DISABLE_DEPRECATED again, (set_interp_type), (main): port overKristian Rietveld2003-10-131-35/+20
* These files still use option menus, so turn off GTK_DISABLE_DEPRECATED toMatthias Clasen2003-10-111-0/+1
* Replace GtkItemFactory by GtkUIManager in the intro (again).Matthias Clasen2003-10-101-2/+2
* Deprecate. Ditto.Kristian Rietveld2003-10-103-92/+16
* New callback to propertly report radio actions.Matthias Clasen2003-10-071-2/+9
* Turn off GTK_DISABLE_DEPRECATED, since this test uses theMatthias Clasen2003-09-263-122/+227
* Don't use hardcoded DEMOCODEDIR on Windows.Tor Lillqvist2003-09-251-0/+25
* Demonstrate tooltips on toolitems.Matthias Clasen2003-09-231-0/+1
* Add value parameter to allow setting the currently selected group memberMatthias Clasen2003-09-151-11/+28
* Change the XML format: <Root> element is replaced by <ui>, <menu> elementMatthias Clasen2003-08-271-82/+123
* Focus the text view, so the tool bar won't have focus.Anders Carlsson2003-08-271-1/+2
* Use gssize for length, not gsize.Matthias Clasen2003-08-261-16/+16
* Rename GtkMenuMerge to GtkUIManager.Matthias Clasen2003-08-251-93/+122
* Namespace the enum values properly. Sorry about the resize grip trouble,Matthias Clasen2003-08-241-6/+6
* A model-view separation for menus and toolbars, using the EggMenu code byMatthias Clasen2003-08-241-115/+119
* Hide the resize grip when maximized or fullscreen.Matthias Clasen2003-08-071-0/+16
* Add a "Hypertext" demo.Matthias Clasen2003-08-053-2/+318
* Use g_setenv() instead of putenv().Matthias Clasen2003-08-022-3/+3
* Merged from stable.Kristian Rietveld2003-07-121-4/+2
* Conditionalize deendencies for gdk-pixbuf-csource on cross-compilationOwen Taylor2003-06-061-9/+15
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-062-43/+43
* Remove geninclude.pl from CVS and don't dist it either, it is generated.Owen Taylor2003-04-212-164/+0