summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/appwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of gtk_statusbar_set_has_resize_grip()Cody Russell2010-10-081-23/+0
* Remove url hooks from GtkAboutDialog and GtkLinkButtonMatthias Clasen2010-09-221-21/+0
* Don't use the same name for a function that used to be a variableTor Lillqvist2010-09-091-3/+3
* Turn the gtk version and age variables into functionsTor Lillqvist2010-09-081-1/+5
* Use standard icon names in demos and testsJavier Jardón2010-08-211-1/+1
* about: Add :license-type propertyEmmanuele Bassi2010-08-101-17/+1
* Make it easy for apps to have dark themesBastien Nocera2010-05-101-0/+16
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Add a message area widgetMatthias Clasen2009-06-051-89/+107
* Set the program-name property of the about dialog.Matthias Clasen2009-03-011-2/+2
* Bug 455268 - Add gtk-enable-tooltips GtkSettingKristian Rietveld2008-07-021-1/+0
* Add some hints about titles on about dialogsMatthias Clasen2007-03-191-0/+1
* remove extra unrefMatthias Clasen2006-12-231-1/+0
* Fix some leaks. (#348108, Chris Wilson)Matthias Clasen2006-12-231-0/+2
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* Fix typosMatthias Clasen2006-09-251-1/+1
* use PACKAGE_VERSION,bump year (#318654)Stefan Kost2005-10-121-2/+3
* Make it compileMatthias Clasen2005-07-041-5/+16
* Allow to construct menu tool buttons.Matthias Clasen2005-06-191-6/+41
* Set the window icon by name.Matthias Clasen2005-05-251-0/+1
* Don't include config.h in the examples.Matthias Clasen2004-11-161-1/+0
* demos/testpixbuf-save.c Get rid of some unnecessary casts.Manish Singh2004-08-191-2/+4
* Adjust to GtkAboutDialog API changes.Matthias Clasen2004-08-131-2/+2
* Remove trailing commas from enumerations. (#148035)Matthias Clasen2004-07-211-13/+1
* Use a GtkAboutDialog.Matthias Clasen2004-07-121-2/+95
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Call the do_ functions with the toplevel as argument.Matthias Clasen2003-11-081-1/+3
* 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 deprecation compile flagsManish Singh2002-09-291-6/+6
* Version 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK-0.7. Restore toGTK_1_3_11Owen Taylor2001-11-231-6/+13
* demos/gtk-demo/appwindow.c reduce compiler warningsSven Neumann2001-11-161-1/+1
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-2/+2
* Set a reasonable default height for the window.Owen Taylor2001-11-021-1/+4
* Remove handle_box from App demo.Jonathan Blandford2001-10-221-13/+2
* at Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-10-201-1/+1
* add editable_cells.c, list_store.c and tree_store.cKristian Rietveld2001-10-021-3/+13
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-5/+5
* demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_objectMatthias Clasen2001-08-281-9/+11
* demos/gtk-demo/appwindow.c demos/gtk-demo/item_factory.cSven Neumann2001-07-311-1/+1
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-22/+20
* Don't swap the order of the args to gtk_widget_destroyed.Alex Larsson2001-06-061-1/+1
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-041-0/+342