summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/main.c
Commit message (Expand)AuthorAgeFilesLines
* Close the file after it's loaded (bug #395316).Richard Hult2007-01-111-0/+2
* Fix some leaks. (#348108, Chris Wilson)Matthias Clasen2006-12-221-4/+9
* move the ITALIC_COLUMN over to a STYLE_COLUMN which sets the styleKristian Rietveld2006-08-161-16/+12
* Display comments in friendly DodgerBlue instead of scary red. (#343444,Matthias Clasen2006-05-311-1/+1
* Make the list of demos scrollable.Matthias Clasen2005-06-281-2/+21
* Use monospace for the source code view. (#163526, Theerud Lawtrakul)Matthias Clasen2005-01-131-1/+1
* Use g_fopen().Tor Lillqvist2004-12-051-1/+2
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* #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
* Call the do_ functions with the toplevel as argument.Matthias Clasen2003-11-081-1/+1
* Don't use hardcoded DEMOCODEDIR on Windows.Tor Lillqvist2003-09-251-0/+25
* Use g_setenv() instead of putenv().Matthias Clasen2003-08-021-2/+2
* Only use files from the current directory if it looks like the srcdir.Matthias Clasen2003-04-021-1/+2
* 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-281-1/+1
* Adjustments for recent gdk-pixbuf changes.Matthias Clasen2002-10-031-1/+1
* add deprecation compile flagsManish Singh2002-09-291-2/+2
* Fixes for #78258Owen Taylor2002-05-161-3/+3
* Fixes for uninstalled operation with module suffixes other than .so and inOwen Taylor2002-03-031-2/+2
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-1/+1
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-7/+6
* Minor fix.Jonathan Blandford2001-12-041-2/+2
* demos/pixbuf-demo.c M_PI -> G_PI.Tor Lillqvist2001-11-251-0/+12
* Version 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK-0.7. Restore toGTK_1_3_11Owen Taylor2001-11-231-44/+76
* Remove unused callback to make things compile withOwen Taylor2001-11-161-66/+0
* at Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-10-201-18/+11
* add editable_cells.c, list_store.c and tree_store.cKristian Rietveld2001-10-021-41/+87
* demos/gtk-demo/main.c (setup_default_icon): Use a shapedMatthias Clasen2001-09-141-1/+6
* add default iconHavoc Pennington2001-08-291-0/+54
* Fix to use GtkSelectionMode. ditto ditto ditto.Jonathan Blandford2001-08-271-1/+1
* fix a typo.Havoc Pennington2001-08-101-1/+1
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-1/+1
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-2/+2
* fix bug identified by warnings I just added to gtktextbufferHavoc Pennington2001-06-141-1/+1
* fix other typoHavoc Pennington2001-06-141-12/+13
* Changed signal name from selection_changed to changed in signal connectionAnders Carlsson2001-06-081-1/+1
* Reset style attributes even if the widget isn't realized.Owen Taylor2001-05-181-1/+1
* Remove reallocate-redraws property. This is something that only a widgetOwen Taylor2001-05-181-3/+4
* It's the worlds ugliest highlighting code!!!! The result is okay so longJonathan Blandford2001-05-181-7/+287
* fix some shell typosHavoc Pennington2001-05-071-0/+12
* fix to properly queue resizes when the image is setHavoc Pennington2001-04-181-10/+21
* handle mnemonics in the stock item labelHavoc Pennington2001-03-221-3/+2
* modified to use "row_activated" signal.Jonathan Blandford2001-03-161-1/+42
* add varargs for properties to set on the tag.Havoc Pennington2001-03-161-11/+9
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-2/+2
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-1/+6
* remove validation idleHavoc Pennington2001-02-081-1/+7
* sync to tree changesHavoc Pennington2001-01-191-0/+2