]> Pileus Git - ~andy/gtk/history - examples
Use gtk_ruler_new() instead gtk_[v|h]ruler_new()
[~andy/gtk] / examples /
2010-10-30 Javier JardónUse gtk_ruler_new() instead gtk_[v|h]ruler_new()
2010-10-30 Javier JardónUse gtk_separator_new() instead gtk_[v|h]separator_new()
2010-10-30 Javier JardónUse gtk_button_box_new() instead gtk_[v|h]_button_box_new()
2010-10-20 Richard HughesDo not install the hello-world and window-default examp...
2010-10-16 Matthias ClasenMore distcheck fixes
2010-10-16 Matthias ClasenMore examples removal
2010-10-15 Matthias Clasenexamples: build examples that are included in the docs
2010-10-15 Emmanuele Bassidocs: Move the introduction of the tutorial in the...
2010-10-01 Richard HughesComplete the removal of examples/pixmap to fix make...
2010-09-29 Javier Jardónexamples/gtkdial/gtkdial.c: Fixing for removal of GtkOb...
2010-09-29 Javier Jardónexamples/colorsel/colorsel.c: remove unneded GTK_OBJECT...
2010-09-28 Javier JardónRemove unneded casts
2010-09-28 Javier Jardóngtk_adjustment_new() should return a GtkAdjustment*
2010-09-26 Benjamin Ottegdk: Remove GdkPixmap
2010-09-08 Javier JardónUse G_CALLBACK() instead deprecated GTK_SIGNAL_FUNC()
2010-09-08 Javier JardónDo not use deprecated API in docs and examples
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse accessor functions to access GtkColorSelectionDialog
2010-06-29 Benjamin Otteexamples: Port example to use cairo region API
2010-05-22 Matthias ClasenConvert to UTF-8
2010-05-14 Tadej BorovšakMove documentation to inline comments: GdkWindow
2010-05-07 Richard HughesRemove links to code that no longer exists to fix make...
2010-05-07 Richard HughesRemove a missing include in one of the tests that broke...
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-03 Tor LillqvistUpdate the Makefile for scribble-xinput
2010-05-02 Javier JardónRemove GtkTree completely
2010-05-02 Javier JardónRemove GtkText completely
2010-05-02 Javier JardónRemove all deprecated stuff from GtkContainer
2010-05-02 Javier JardónRemove remaining GtkWindow deprecated documentation
2010-05-02 Javier JardónRemove remaining GtkButtonBox deprecated stuff
2010-05-02 Javier JardónRemove deprecated code: GtkLabel
2010-04-04 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-09 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-03-02 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-06 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-13 Federico Mena QuinteroMerge fix for bgo#315462 - Make GtkLabel deal with...
2009-05-12 Federico Mena QuinteroMerge fix for bgo#463773 - Handle a NULL display in...
2009-04-28 Tomasz Monfix build for gtkdial example
2008-08-12 Michael Nattererexamples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext...
2008-08-11 Sven Neumannupdated the (quite outdated) examples to use canonical...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-17 Michael Nattererundeprecate.
2008-06-17 Michael Natterers/GtkType/GType/
2008-05-26 Michael Nattererexamples/gtkdial/gtkdial.h use G_BEGIN/END_DECLS.
2008-03-14 Cody RussellChanged 'void int main()' to 'int main()'. (#522211...
2007-12-13 Michael NattererRemove all .cvsignore files.
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2005-01-03 Matthias ClasenRe-extract.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2003-12-12 Matthias ClasenRemove deprecated functions in examples. (#129074,...
2003-05-30 Murray CummingAdded 4-sided padding as properties with gtk_alignment_...
2003-05-06 Matthias ClasenDon't include strings.h, it's not needed anymore. ...
2003-01-23 GMT 2003 Tony Gale*** RETRY - last commit aborted half way through
2003-01-23 GMT 2003 Tony Galedocs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creat...
2003-01-14 Matthias ClasenAdd a <StockItem> to the itemfactory example. (#103211)
2002-12-20 Sven Neumannuse G_PI instead of M_PI.
2002-12-07 GMT 2002 Tony Galeminor fixes
2002-11-21 Matthias ClasenNumerous fixes to the calendar example. (#97956, Owen...
2002-11-20 Manish Singhinitialize anchor_path to NULL.
2002-10-27 GMT 2002 Tony Galeminor cleanups, remove refs to gtk_menu_append
2002-10-11 Matthias ClasenLots of trivial doc fixes.
2002-09-16 Matthias ClasenAdd the one missing example from the tutorial, colorsel...
2002-08-26 BST 2002 Tony Galecleanups
2002-08-25 BST 2002 Tony Galeupdate packaging script for current tutorial
2002-08-24 BST 2002 Tony Galeupdate g_connect_signal usage
2002-08-15 Tony Galeminor menu example comment fix (feeling my way back...
2002-02-25 Matthias ClasenMore GTK+ 2.0 updates.
2002-02-20 Matthias ClasenFold back Svens g_signal fixes from the examples.
2002-02-19 Sven Neumannfinish conversion to g_signal_* functions by using...
2002-02-19 Matthias ClasenTrivial formatting fixes to all examples, simple functi...
2002-02-18 Manish Singhreally remove
2002-02-17 Matthias ClasenMake the paned example deprecation-clean.
2002-02-16 Matthias Clasen More work on #71430.
2002-02-16 Matthias Clasenrearrange rules to not emit the example start and end...
2002-02-16 Matthias ClasenForgot to actually remove these.
2002-02-14 Matthias Clasen The following changes are the beginning of the work...
2001-11-02 Owen TaylorConvert to use pkg-config rather than gtk-config. ...
2001-10-10 Owen TaylorCall setlocale (LC_ALL, ""). (#60606)
2001-05-07 ÉRDI GergoAdded .cvsignore files for CVS not to complain about...
2001-02-02 Owen TaylorMake gdk_colormap_sync private since it was never expor...
2000-02-23 GMT 2000 Tony GaleNew section on GtkCalendar Update example code
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-11-13 GMT 1999 Tony Galethreads example from Erik Mouw. New question on GtkLabe...
1999-04-10 BST 1999 Tony Galeuse a scrolled window in the clist example. Minor tutor...
1999-02-22 GMT 1999 Tony Gale- Complete the ProgressBar API - Fix the CList example...
1999-02-08 GMT 1999 Tony Galeadd SpinButton example
1999-02-02 GMT 1999 Tony Galenew sections on Layout and SpinButton [nice widget]
next