summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* Add multi-monitor offset. (#141842, John Ehresman)Tor Lillqvist2004-05-051-392/+0
* 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
* Only use files from the current directory if it looks like the srcdir.Matthias Clasen2003-04-021-1/+2
* Fix for #108788 - GError set to FALSE rather than NULL.Richard Kinder2003-03-241-3/+3
* Fix NULL/FALSE confusion (#107648, Morten Welinder)Matthias Clasen2003-03-061-1/+1
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-282-7/+7
* demos/pixbuf-demo.c demos/testpixbuf.c remove deprecated gtk_timeout_*Manish Singh2003-02-013-4/+4
* Explicitely draw an opaque rectangle using the background color ratherDaniel Elstner2003-01-301-1/+26
* Use octal escapes rather than literal UTF-8.Owen Taylor2002-12-071-2/+2
* Depend on gdk-pixbuf.loaders as well as gdk-pixbuf.csource. (#97096, JeffOwen Taylor2002-11-091-1/+1
* Deprecation cleanupManish Singh2002-10-132-11/+3
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-3/+3
* Fix envars for uninstalled operation of gdk-pixbufOwen Taylor2002-10-041-2/+2
* Adjustments for recent gdk-pixbuf changes.Matthias Clasen2002-10-032-2/+10
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-022-8/+8
* add deprecation compile flagsManish Singh2002-09-2914-64/+64
* Quit on destroy.Matthias Clasen2002-09-032-17/+44
* Missed file:Owen Taylor2002-08-041-0/+627
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-0/+1
* Honor GDK_PIXBUF_CSOURCE from configure.in when cross-compiling. (#87099,Owen Taylor2002-07-301-3/+8