| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -4/+4 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -3/+3 |
* | Change GtkIconSize to int in params/return values | Dan Winship | 2009-12-19 | 1 | -2/+4 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -13/+13 |
* | GtkToolPalette: Use gtk-toolbar-style and gtk-toolbar-icon-size settings. | Murray Cumming | 2009-07-16 | 1 | -14/+0 |
* | Make sure we queue at least one resize. This fixes a problem with | Matthias Clasen | 2009-01-31 | 1 | -0/+2 |
* | Remove a redundant include from gtktoolbar.c | Christian Dywan | 2009-01-18 | 1 | -1/+0 |
* | implement the GtkOrientable interface and deprecate | Michael Natterer | 2008-11-11 | 1 | -42/+51 |
* | Revert the GtkSettings::gtk-toolbar-icon-size part of the previous change, | Matthias Clasen | 2008-10-12 | 1 | -6/+6 |
* | Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size | Matthias Clasen | 2008-10-12 | 1 | -14/+14 |
* | add "Deprecated: 2.4" to all the deprecated append(), prepend() and | Michael Natterer | 2008-09-22 | 1 | -27/+55 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -4/+4 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -3/+2 |
* | gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c | Sven Neumann | 2008-08-08 | 1 | -8/+9 |
* | use the simpler g_signal_override_class_handler() instead of | Michael Natterer | 2008-07-21 | 1 | -5/+3 |
* | remove _gtk_binding_signal_new(). | Michael Natterer | 2008-07-21 | 1 | -9/+9 |
* | Bug 455268 - Add gtk-enable-tooltips GtkSetting | Kristian Rietveld | 2008-07-02 | 1 | -0/+6 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Change defaults of child properties "expand" and "homogeneous" from TRUE | Jan Arne Petersen | 2008-05-24 | 1 | -2/+2 |
* | Bug 523782 - Leftover call to GDK_THREADS_LEAVE() in gtktoolbar.c | Tor Lillqvist | 2008-03-22 | 1 | -1/+0 |
* | gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.c | Michael Natterer | 2008-02-27 | 1 | -16/+5 |
* | gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.h | Michael Natterer | 2008-01-25 | 1 | -4/+4 |
* | Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShell | Mathias Hasselmann | 2008-01-13 | 1 | -1/+1 |
* | Change GtkToolItem to retrieve its properties from GtkToolShell interface, | Mathias Hasselmann | 2007-12-14 | 1 | -8/+51 |
* | Don't use guint8 for bitfields, since some compilers choke on that. | Matthias Clasen | 2007-11-26 | 1 | -1/+1 |
* | Fix the default value of the toolbar-style property. (#489782, Jan Janech) | Matthias Clasen | 2007-11-21 | 1 | -1/+1 |
* | Remove trailing commas | Matthias Clasen | 2007-09-21 | 1 | -1/+1 |
* | Use g_slice for ToolbarContent. (#474696, Christian Persch) | Matthias Clasen | 2007-09-08 | 1 | -3/+3 |
* | Replace non-deprecated API using old tooltips API, deprecate old tooltips | Kristian Rietveld | 2007-07-09 | 1 | -1/+1 |
* | Remove debug spew | Matthias Clasen | 2007-06-21 | 1 | -2/+0 |
* | Move "move-focus" signals from several widgets to GtkWidget to enable more | Michael Natterer | 2007-06-04 | 1 | -29/+21 |
* | Only strip parentheses of the form (_x). (#434261, Brian Wellington) | Matthias Clasen | 2007-04-29 | 1 | -1/+2 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Reinstate gtk_toolbar_content_new_compatibility() that was mistakenly | Matthias Clasen | 2007-01-29 | 1 | -4/+65 |
* | Rearrange things so that setting multiple properties causes not more than | Matthias Clasen | 2007-01-28 | 1 | -26/+29 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -4/+1 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -61/+0 |
* | Move getting the property out of the loop, and rename the variable | Søren Sandmann | 2006-05-16 | 1 | -5/+7 |
* | added "max-child-expand" style property which limits the space taken by | Michael Natterer | 2006-05-16 | 1 | -3/+28 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Elide (_x) in the middle of the string, too. (#323956, Abel Cheung) | Matthias Clasen | 2006-05-08 | 1 | -15/+17 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -37/+6 |
* | Applied modified patch from maemo-gtk which makes separators more | Michael Natterer | 2006-03-03 | 1 | -12/+46 |
* | Also strip (_F) without a space | Matthias Clasen | 2005-12-26 | 1 | -3/+2 |
* | Mention the stripping of (_F) suffixes. | Matthias Clasen | 2005-12-26 | 1 | -2/+14 |
* | Merged modified patch from maemo-gtk that allows to disable toolbar | Michael Natterer | 2005-12-01 | 1 | -39/+72 |
* | changed two private guint that used to hold signal handler IDs to two | Michael Natterer | 2005-11-24 | 1 | -6/+9 |