summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename function parameters from index to index_ to prevent clash with BSDMatthias Clasen2004-06-021-11/+12
* Don't leak list of children. (#140523)Morten Welinder2004-04-191-7/+11
* Swap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159,Owen Taylor2004-03-121-24/+1
* Add boolean destroying (gtk_menu_destroy): Set priv->destroyingSoeren Sandmann2004-03-091-154/+159
* fix #136202 (gtk_toolbar_insert_stock crashes if stock lookup fails)Gustavo J. A. M. Carneiro2004-03-061-5/+6
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New function. Use resize cursors for resize grips. (Bug #129621)Soeren Sandmann2004-02-261-1/+1
* Call gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous() inSoeren Sandmann2004-02-161-1/+1
* Fix up item_area correctly in RTL mode. (#133984, patch from SemionSoeren Sandmann2004-02-121-1/+1
* Cleanup using gtk_menu_attach_to_widget. Also fixes leak, see #133411.Morten Welinder2004-02-061-5/+13
* Show on the right screen. (Fixes bug 133411, apart from the leak.)Morten Welinder2004-02-041-4/+7
* Only start sliding when using the new API.Soeren Sandmann2004-02-011-1/+1
* Make sure item_area is positioned correctly. Fix #133070, reported bySoeren Sandmann2004-02-011-2/+2
* Fixes #132975.Federico Mena Quintero2004-01-301-1/+1
* Remove obsolete comment.Soeren Sandmann2004-01-271-29/+48
* Base the decision to map/unmap items on whether they are actuallySoeren Sandmann2004-01-251-38/+73