| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -4/+2 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -8/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -6/+6 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Undeprecate gtk_toolbar_set_icon_size(), and add icon-size and | Matthias Clasen | 2005-08-31 | 1 | -11/+77 |
* | Handle NULL gracefully. (#314523, Ed Catmur) | Matthias Clasen | 2005-08-26 | 1 | -0/+3 |
* | Add some more tests for menu placement. | Matthias Clasen | 2005-08-15 | 1 | -5/+25 |
* | 2005-06-10 Matthias Clasen <mclasen@redhat.com> | Matthias Clasen | 2005-06-10 | 1 | -2/+2 |
* | Forgotten file | Matthias Clasen | 2005-05-16 | 1 | -2/+2 |
* | Add a tooltips property. | Matthias Clasen | 2005-04-04 | 1 | -1/+26 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -7/+7 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -12/+12 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -7/+7 |
* | Add a deprecation note. | Matthias Clasen | 2004-11-23 | 1 | -0/+3 |
* | Call gtk_tool_item_rebuild_menu(). | Søren Sandmann | 2004-09-14 | 1 | -7/+56 |
* | Make dropping of expandable items look nicer. | Soeren Sandmann | 2004-09-08 | 1 | -2/+13 |
* | Accelerate the animation when it has been running for a while. (#143647). | Søren Sandmann | 2004-09-04 | 1 | -4/+23 |
* | Make sure children of the toolbar are given positive dimensions. (149540, | Søren Sandmann | 2004-09-01 | 1 | -2/+2 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Warn if you try to add a tool item to a toolbar using the deprecated API. | Soeren Sandmann | 2004-07-24 | 1 | -5/+8 |