summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure we queue at least one resize. This fixes a problem withMatthias Clasen2009-01-311-0/+2
* Remove a redundant include from gtktoolbar.cChristian Dywan2009-01-181-1/+0
* implement the GtkOrientable interface and deprecateMichael Natterer2008-11-111-42/+51
* Revert the GtkSettings::gtk-toolbar-icon-size part of the previous change,Matthias Clasen2008-10-121-6/+6
* Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_sizeMatthias Clasen2008-10-121-14/+14
* add "Deprecated: 2.4" to all the deprecated append(), prepend() andMichael Natterer2008-09-221-27/+55
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-4/+4
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-3/+2
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-8/+9
* use the simpler g_signal_override_class_handler() instead ofMichael Natterer2008-07-211-5/+3
* remove _gtk_binding_signal_new().Michael Natterer2008-07-211-9/+9
* Bug 455268 - Add gtk-enable-tooltips GtkSettingKristian Rietveld2008-07-021-0/+6
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Change defaults of child properties "expand" and "homogeneous" from TRUEJan Arne Petersen2008-05-241-2/+2
* Bug 523782 - Leftover call to GDK_THREADS_LEAVE() in gtktoolbar.cTor Lillqvist2008-03-221-1/+0
* gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.cMichael Natterer2008-02-271-16/+5
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-4/+4
* Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShellMathias Hasselmann2008-01-131-1/+1
* Change GtkToolItem to retrieve its properties from GtkToolShell interface,Mathias Hasselmann2007-12-141-8/+51
* Don't use guint8 for bitfields, since some compilers choke on that.Matthias Clasen2007-11-261-1/+1
* Fix the default value of the toolbar-style property. (#489782, Jan Janech)Matthias Clasen2007-11-211-1/+1
* Remove trailing commasMatthias Clasen2007-09-211-1/+1
* Use g_slice for ToolbarContent. (#474696, Christian Persch)Matthias Clasen2007-09-081-3/+3
* Replace non-deprecated API using old tooltips API, deprecate old tooltipsKristian Rietveld2007-07-091-1/+1
* Remove debug spewMatthias Clasen2007-06-211-2/+0
* Move "move-focus" signals from several widgets to GtkWidget to enable moreMichael Natterer2007-06-041-29/+21
* Only strip parentheses of the form (_x). (#434261, Brian Wellington)Matthias Clasen2007-04-291-1/+2
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Reinstate gtk_toolbar_content_new_compatibility() that was mistakenlyMatthias Clasen2007-01-291-4/+65
* Rearrange things so that setting multiple properties causes not more thanMatthias Clasen2007-01-281-26/+29
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-4/+1
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-61/+0
* Move getting the property out of the loop, and rename the variableSøren Sandmann2006-05-161-5/+7
* added "max-child-expand" style property which limits the space taken byMichael Natterer2006-05-161-3/+28
* More of the sameMatthias Clasen2006-05-141-1/+1
* Elide (_x) in the middle of the string, too. (#323956, Abel Cheung)Matthias Clasen2006-05-081-15/+17
* Boilerplate reductionMatthias Clasen2006-05-021-37/+6
* Applied modified patch from maemo-gtk which makes separators moreMichael Natterer2006-03-031-12/+46
* Also strip (_F) without a spaceMatthias Clasen2005-12-261-3/+2
* Mention the stripping of (_F) suffixes.Matthias Clasen2005-12-261-2/+14
* Merged modified patch from maemo-gtk that allows to disable toolbarMichael Natterer2005-12-011-39/+72
* changed two private guint that used to hold signal handler IDs to twoMichael Natterer2005-11-241-6/+9
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-8/+1
* Intern some more strings.Matthias Clasen2005-09-011-6/+6
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Undeprecate gtk_toolbar_set_icon_size(), and add icon-size andMatthias Clasen2005-08-311-11/+77
* Handle NULL gracefully. (#314523, Ed Catmur)Matthias Clasen2005-08-261-0/+3