| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated UIManager from the demo | William Jon McCann | 2013-06-30 | 1 | -486/+0 |
* | Remove usage of stock APIs in demo | William Jon McCann | 2013-06-24 | 1 | -57/+2 |
* | gtk-demo: Include config.h first | Matthias Clasen | 2013-05-05 | 1 | -1/+2 |
* | gtk-demo: Replace logo with a transparent one | Benjamin Otte | 2013-02-01 | 1 | -13/+6 |
* | gtk-demo: Remove demo_find_file() function | Benjamin Otte | 2013-02-01 | 1 | -1/+0 |
* | gtk-demo: Port appwindow example to resources | Benjamin Otte | 2013-02-01 | 1 | -39/+17 |
* | Add a GtkApplication example to gtk3-demo | Matthias Clasen | 2012-01-14 | 1 | -1/+3 |
* | demo: Add test for hide-titlebar-when-maximized | Florian Müllner | 2011-12-15 | 1 | -0/+14 |
* | Formatting cleanups | Matthias Clasen | 2011-09-01 | 1 | -51/+50 |
* | gtk-demo: replace uses of GtkTable by GtkGrid | Matthias Clasen | 2011-08-31 | 1 | -32/+15 |
* | Remove uses of gtk_statusbar_set_has_resize_grip() | Cody Russell | 2010-10-08 | 1 | -23/+0 |
* | Remove url hooks from GtkAboutDialog and GtkLinkButton | Matthias Clasen | 2010-09-22 | 1 | -21/+0 |
* | Don't use the same name for a function that used to be a variable | Tor Lillqvist | 2010-09-09 | 1 | -3/+3 |
* | Turn the gtk version and age variables into functions | Tor Lillqvist | 2010-09-08 | 1 | -1/+5 |
* | Use standard icon names in demos and tests | Javier Jardón | 2010-08-21 | 1 | -1/+1 |
* | about: Add :license-type property | Emmanuele Bassi | 2010-08-10 | 1 | -17/+1 |
* | Make it easy for apps to have dark themes | Bastien Nocera | 2010-05-10 | 1 | -0/+16 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Add a message area widget | Matthias Clasen | 2009-06-05 | 1 | -89/+107 |
* | Set the program-name property of the about dialog. | Matthias Clasen | 2009-03-01 | 1 | -2/+2 |
* | Bug 455268 - Add gtk-enable-tooltips GtkSetting | Kristian Rietveld | 2008-07-02 | 1 | -1/+0 |
* | Add some hints about titles on about dialogs | Matthias Clasen | 2007-03-19 | 1 | -0/+1 |
* | remove extra unref | Matthias Clasen | 2006-12-23 | 1 | -1/+0 |
* | Fix some leaks. (#348108, Chris Wilson) | Matthias Clasen | 2006-12-23 | 1 | -0/+2 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+1 |
* | Fix typos | Matthias Clasen | 2006-09-25 | 1 | -1/+1 |
* | use PACKAGE_VERSION,bump year (#318654) | Stefan Kost | 2005-10-12 | 1 | -2/+3 |
* | Make it compile | Matthias Clasen | 2005-07-04 | 1 | -5/+16 |
* | Allow to construct menu tool buttons. | Matthias Clasen | 2005-06-19 | 1 | -6/+41 |
* | Set the window icon by name. | Matthias Clasen | 2005-05-25 | 1 | -0/+1 |
* | Don't include config.h in the examples. | Matthias Clasen | 2004-11-16 | 1 | -1/+0 |
* | demos/testpixbuf-save.c Get rid of some unnecessary casts. | Manish Singh | 2004-08-19 | 1 | -2/+4 |
* | Adjust to GtkAboutDialog API changes. | Matthias Clasen | 2004-08-13 | 1 | -2/+2 |
* | Remove trailing commas from enumerations. (#148035) | Matthias Clasen | 2004-07-21 | 1 | -13/+1 |
* | Use a GtkAboutDialog. | Matthias Clasen | 2004-07-12 | 1 | -2/+95 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Call the do_ functions with the toplevel as argument. | Matthias Clasen | 2003-11-08 | 1 | -1/+3 |
* | Demonstrate tooltips on toolitems. | Matthias Clasen | 2003-09-23 | 1 | -0/+1 |
* | Add value parameter to allow setting the currently selected group member | Matthias Clasen | 2003-09-15 | 1 | -11/+28 |
* | Change the XML format: <Root> element is replaced by <ui>, <menu> element | Matthias Clasen | 2003-08-27 | 1 | -82/+123 |
* | Focus the text view, so the tool bar won't have focus. | Anders Carlsson | 2003-08-27 | 1 | -1/+2 |
* | Use gssize for length, not gsize. | Matthias Clasen | 2003-08-26 | 1 | -16/+16 |
* | Rename GtkMenuMerge to GtkUIManager. | Matthias Clasen | 2003-08-25 | 1 | -93/+122 |
* | Namespace the enum values properly. Sorry about the resize grip trouble, | Matthias Clasen | 2003-08-24 | 1 | -6/+6 |
* | A model-view separation for menus and toolbars, using the EggMenu code by | Matthias Clasen | 2003-08-24 | 1 | -115/+119 |
* | Hide the resize grip when maximized or fullscreen. | Matthias Clasen | 2003-08-07 | 1 | -0/+16 |
* | add deprecation compile flags | Manish Singh | 2002-09-29 | 1 | -6/+6 |
* | Version 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK-0.7. Restore toGTK_1_3_11 | Owen Taylor | 2001-11-23 | 1 | -6/+13 |
* | demos/gtk-demo/appwindow.c reduce compiler warnings | Sven Neumann | 2001-11-16 | 1 | -1/+1 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 1 | -2/+2 |