summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only try to pack icon if there actually is one.Soeren Sandmann2004-01-241-15/+53
* Patch from Christian Neumair to make warning string more translatorOwen Taylor2004-01-221-1/+1
* Add _gtk_toolbar_paint_space_line(), _gtk_toolbar_get_default_space_sizeSoeren Sandmann2004-01-181-27/+48
* Set a small size request and make the window resizable, to testSoeren Sandmann2004-01-181-1096/+1107
* Fix rest of #128678: Implement all the toolbar_content() methods for theSoeren Sandmann2004-01-171-162/+537
* Phase 1 of fixing #128678: Only access ToolbarContent through a set of newSoeren Sandmann2004-01-171-249/+736
* Don't leak the overflow menu.Soeren Sandmann2004-01-171-1/+4
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-24/+24
* Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions.Soeren Sandmann2003-12-291-2/+9
* Update my e-mail address.Anders Carlsson2003-12-291-1/+1
* use CHILD_VISIBLE instead of VISIBLE to determine whether we should stopSoeren Sandmann2003-12-271-1/+2
* return TRUE if there are disappearing placeholders that are still visible.Soeren Sandmann2003-11-301-34/+41
* remove variables in_dnd and leaving_dndSoeren Sandmann2003-11-241-25/+6
* remove variable n_overflowed_menu_items_when_dnd_startedSoeren Sandmann2003-11-241-27/+4
* Rework sliding algorithm. - No more weird jumping when items are draggedSoeren Sandmann2003-11-241-187/+285
* set to 200 instead of 225 Impose a minimum width on items that have aSoeren Sandmann2003-11-191-35/+40