summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some more tests for menu placement.Matthias Clasen2005-08-151-5/+25
* 2005-06-10 Matthias Clasen <mclasen@redhat.com>Matthias Clasen2005-06-101-2/+2
* Forgotten fileMatthias Clasen2005-05-161-2/+2
* Add a tooltips property.Matthias Clasen2005-04-041-1/+26
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-7/+7
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-12/+12
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-7/+7
* Add a deprecation note.Matthias Clasen2004-11-231-0/+3
* Call gtk_tool_item_rebuild_menu().Søren Sandmann2004-09-141-7/+56
* Make dropping of expandable items look nicer.Soeren Sandmann2004-09-081-2/+13
* Accelerate the animation when it has been running for a while. (#143647).Søren Sandmann2004-09-041-4/+23
* Make sure children of the toolbar are given positive dimensions. (149540,Søren Sandmann2004-09-011-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Warn if you try to add a tool item to a toolbar using the deprecated API.Soeren Sandmann2004-07-241-5/+8
* Forgotten file.Matthias Clasen2004-07-221-0/+3
* Remove trailing commas from enumerations. (#148035)Matthias Clasen2004-07-211-1/+1
* Add a checkbox to queue an merge/unmerge. Patch from Matthias Clasen.Soeren Sandmann2004-06-051-66/+140