summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-2/+1
* updated the (quite outdated) examples to use canonical signal names asSven Neumann2008-08-1123-396/+400
* Revert name changeCody Russell2008-07-016-6/+6
* Practically everything changed.Cody Russell2008-06-306-6/+6
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-226-6/+6
* undeprecate.Michael Natterer2008-06-172-4/+4
* s/GtkType/GType/Michael Natterer2008-06-171-1/+1
* examples/gtkdial/gtkdial.h use G_BEGIN/END_DECLS.Michael Natterer2008-05-261-7/+5
* Changed 'void int main()' to 'int main()'. (#522211, Liqing Huang)Cody Russell2008-03-141-1/+0
* Remove all .cvsignore files.Michael Natterer2007-12-1338-43/+0
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-222-3/+3
* Re-extract.Matthias Clasen2005-01-0336-280/+246
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-0642-0/+42
* Remove deprecated functions in examples. (#129074, Olexiy Avramchenko)Matthias Clasen2003-12-127-26/+17
* Added 4-sided padding as properties with gtk_alignment_get_padding() andMurray Cumming2003-05-301-1/+1
* Don't include strings.h, it's not needed anymore. (#112388)Matthias Clasen2003-05-061-1/+0
* *** RETRY - last commit aborted half way throughGMT 2003 Tony Gale2003-01-235-52/+47
* docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a CompositeGMT 2003 Tony Gale2003-01-232-13/+13
* Add a <StockItem> to the itemfactory example. (#103211)Matthias Clasen2003-01-141-1/+1
* use G_PI instead of M_PI.Sven Neumann2002-12-201-11/+11
* minor fixesGMT 2002 Tony Gale2002-12-072-8/+6
* Numerous fixes to the calendar example. (#97956, Owen Taylor)Matthias Clasen2002-11-211-110/+102
* initialize anchor_path to NULL.Manish Singh2002-11-201-1/+1
* minor cleanups, remove refs to gtk_menu_appendGMT 2002 Tony Gale2002-10-271-1/+1
* Lots of trivial doc fixes.Matthias Clasen2002-10-111-2/+5
* Add the one missing example from the tutorial, colorsel, to source control.Matthias Clasen2002-09-163-0/+144
* cleanupsBST 2002 Tony Gale2002-08-261-65/+127
* update packaging script for current tutorialBST 2002 Tony Gale2002-08-257-23/+29
* update g_connect_signal usageBST 2002 Tony Gale2002-08-2414-44/+43
* minor menu example comment fix (feeling my way back in after a longTony Gale2002-08-151-1/+1
* More GTK+ 2.0 updates.Matthias Clasen2002-02-2511-89/+86
* Fold back Svens g_signal fixes from the examples.Matthias Clasen2002-02-202-97/+73
* finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACKSven Neumann2002-02-1945-427/+404
* Trivial formatting fixes to all examples, simple functional fixes toMatthias Clasen2002-02-1943-711/+735
* really removeManish Singh2002-02-181-1/+0
* Make the paned example deprecation-clean.Matthias Clasen2002-02-172-66/+63
* More work on #71430.Matthias Clasen2002-02-1680-523/+675
* rearrange rules to not emit the example start and end markers.Matthias Clasen2002-02-161-9/+9
* Forgot to actually remove these.Matthias Clasen2002-02-162-672/+0
* The following changes are the beginning of the work on #71430.Matthias Clasen2002-02-143-8/+19
* Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)Owen Taylor2001-11-0239-51/+45
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-101-1/+0
* Added .cvsignore files for CVS not to complain about executablesÉRDI Gergo2001-05-0738-0/+38
* Make gdk_colormap_sync private since it was never exported in a headerOwen Taylor2001-02-021-19/+19
* New section on GtkCalendar Update example codeGMT 2000 Tony Gale2000-02-232-87/+149
* Adapt cast macros to standard.Raja R Harinath1999-11-221-1/+1
* threads example from Erik Mouw. New question on GtkLabel backgroundGMT 1999 Tony Gale1999-11-1338-270/+674
* use a scrolled window in the clist example. Minor tutorial fixes.BST 1999 Tony Gale1999-04-101-4/+12
* - Complete the ProgressBar API - Fix the CList example codeGMT 1999 Tony Gale1999-02-222-89/+87
* add SpinButton exampleGMT 1999 Tony Gale1999-02-081-0/+1