]> Pileus Git - ~andy/gtk/history - demos/gtk-demo/main.c
gtk: remove "gboolean homogeneous" from gtk_box_new()
[~andy/gtk] / demos / gtk-demo / main.c
2010-10-31 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-09-29 Javier Jardóngtk-demo: remove GtkObject type
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-17 Javier JardónChange GtkEditable typedef from GtkEditableClass to...
2010-05-18 Matthias ClasenSome cleanups after the module cache file change
2009-02-17 Andre KlapperFix deprecated glib call.
2008-12-26 Matthias ClasenAdd a "Search entry" demo for icons and progress in...
2008-07-06 Matthias ClasenFix up highlighting
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2007-01-11 Richard HultClose the file after it's loaded (bug #395316).
2006-12-23 Matthias ClasenFix some leaks. (#348108, Chris Wilson)
2006-08-16 Kristian Rietveldmove the ITALIC_COLUMN over to a STYLE_COLUMN which...
2006-05-31 Matthias ClasenDisplay comments in friendly DodgerBlue instead of...
2005-06-28 Matthias ClasenMake the list of demos scrollable.
2005-01-13 Matthias ClasenUse monospace for the source code view. (#163526, Theer...
2004-12-05 Tor LillqvistUse g_fopen().
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-28 Owen Taylor#ifdef HAVE_FLOCKFILE, not #ifndef HAVE_FLOCKFILE....
2004-02-13 Matthias ClasenProtect getc_unlocked() by HAVE_FLOCKFILE in all cases...
2003-11-08 Matthias ClasenCall the do_ functions with the toplevel as argument.
2003-09-25 Tor LillqvistDon't use hardcoded DEMOCODEDIR on Windows.
2003-08-02 Matthias ClasenUse g_setenv() instead of putenv().
2003-04-02 Matthias ClasenOnly use files from the current directory if it looks...
2003-03-06 Matthias ClasenFix NULL/FALSE confusion (#107648, Morten Welinder)
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2002-10-03 Matthias ClasenAdjustments for recent gdk-pixbuf changes.
2002-09-29 Manish Singhadd deprecation compile flags
2002-05-16 Owen TaylorFixes for #78258
2002-03-03 Owen TaylorFixes for uninstalled operation with module suffixes...
2002-02-23 Owen TaylorFixes for AIX compilation from Miroslaw Dobrzanski...
2002-02-08 Darin Adlerisspace -> g_ascii_isspace Remove gdki8n.h include...
2001-12-04 Jonathan BlandfordMinor fix.
2001-11-25 Tor Lillqvistdemos/pixbuf-demo.c M_PI -> G_PI.
2001-11-23 Owen TaylorVersion 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK...
2001-11-16 Owen TaylorRemove unused callback to make things compile with
2001-10-20 Owen Taylorat Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat...
2001-10-02 Kristian Rietveldadd editable_cells.c, list_store.c and tree_store.c
2001-09-14 Matthias Clasendemos/gtk-demo/main.c (setup_default_icon): Use a shaped
2001-08-29 Havoc Penningtonadd default icon
2001-08-27 Jonathan BlandfordFix to use GtkSelectionMode. ditto ditto ditto.
2001-08-10 Havoc Penningtonfix a typo.
2001-06-30 Jonathan Blandfordchanged new_with_types to just plain new, fixing the...
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-14 Havoc Penningtonfix bug identified by warnings I just added to gtktextb...
2001-06-14 Havoc Penningtonfix other typo
2001-06-08 Anders CarlssonChanged signal name from selection_changed to changed...
2001-05-18 Owen TaylorReset style attributes even if the widget isn't realized.
2001-05-18 Owen TaylorRemove reallocate-redraws property. This is something...
2001-05-18 Jonathan BlandfordIt's the worlds ugliest highlighting code!!!! The resul...
2001-05-07 Havoc Penningtonfix some shell typos
2001-04-18 Havoc Penningtonfix to properly queue resizes when the image is set
2001-03-22 Havoc Penningtonhandle mnemonics in the stock item label
2001-03-16 Jonathan Blandfordmodified to use "row_activated" signal.
2001-03-16 Havoc Penningtonadd varargs for properties to set on the tag.
2001-02-17 Jonathan Blandfordremoved gtk_*_store_get, and moved to GtkTreeModel.
2001-02-13 Havoc Penningtonfix bug where it always set the foreground, even if...
2001-02-08 Havoc Penningtonremove validation idle
2001-01-19 Havoc Penningtonsync to tree changes
2001-01-05 Havoc PenningtonOops, that didn't link. Fix.
2000-12-16 Havoc PenningtonGeneral cleanup of the log attr iteration stuff. This...
2000-11-18 Jonathan BlandfordChanged to have the list become non-italic when the...
2000-11-13 Havoc Penningtonchange demo install dir to datadir/gtk+-2.0/demo
2000-11-13 Havoc PenningtonRename this testgtk to gtk-demo to avoid confusion...
2000-11-10 Jonathan Blandforduse the new BOXED marshallers.
2000-11-09 Jonathan Blandfordadded more fields to allow more interesting iterators...
2000-10-27 Jonathan BlandfordNot sure how this ever worked. Fixed it to use new...
2000-10-26 Jonathan BlandfordGot rid of GtkTreeNode, and changed it to GtkTreeIter...
2000-10-18 Owen TaylorStart of work to move to new modularized testgtk.