| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Forgotten file. | Matthias Clasen | 2004-07-22 | 1 | -0/+3 |
* | Remove trailing commas from enumerations. (#148035) | Matthias Clasen | 2004-07-21 | 1 | -1/+1 |
* | Add a checkbox to queue an merge/unmerge. Patch from Matthias Clasen. | Soeren Sandmann | 2004-06-05 | 1 | -66/+140 |
* | Rename function parameters from index to index_ to prevent clash with BSD | Matthias Clasen | 2004-06-02 | 1 | -11/+12 |
* | Don't leak list of children. (#140523) | Morten Welinder | 2004-04-19 | 1 | -7/+11 |
* | Swap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159, | Owen Taylor | 2004-03-12 | 1 | -24/+1 |
* | Add boolean destroying (gtk_menu_destroy): Set priv->destroying | Soeren Sandmann | 2004-03-09 | 1 | -154/+159 |
* | fix #136202 (gtk_toolbar_insert_stock crashes if stock lookup fails) | Gustavo J. A. M. Carneiro | 2004-03-06 | 1 | -5/+6 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | New function. Use resize cursors for resize grips. (Bug #129621) | Soeren Sandmann | 2004-02-26 | 1 | -1/+1 |
* | Call gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous() in | Soeren Sandmann | 2004-02-16 | 1 | -1/+1 |
* | Fix up item_area correctly in RTL mode. (#133984, patch from Semion | Soeren Sandmann | 2004-02-12 | 1 | -1/+1 |
* | Cleanup using gtk_menu_attach_to_widget. Also fixes leak, see #133411. | Morten Welinder | 2004-02-06 | 1 | -5/+13 |
* | Show on the right screen. (Fixes bug 133411, apart from the leak.) | Morten Welinder | 2004-02-04 | 1 | -4/+7 |
* | Only start sliding when using the new API. | Soeren Sandmann | 2004-02-01 | 1 | -1/+1 |
* | Make sure item_area is positioned correctly. Fix #133070, reported by | Soeren Sandmann | 2004-02-01 | 1 | -2/+2 |
* | Fixes #132975. | Federico Mena Quintero | 2004-01-30 | 1 | -1/+1 |
* | Remove obsolete comment. | Soeren Sandmann | 2004-01-27 | 1 | -29/+48 |
* | Base the decision to map/unmap items on whether they are actually | Soeren Sandmann | 2004-01-25 | 1 | -38/+73 |
* | Only try to pack icon if there actually is one. | Soeren Sandmann | 2004-01-24 | 1 | -15/+53 |
* | Patch from Christian Neumair to make warning string more translator | Owen Taylor | 2004-01-22 | 1 | -1/+1 |
* | Add _gtk_toolbar_paint_space_line(), _gtk_toolbar_get_default_space_size | Soeren Sandmann | 2004-01-18 | 1 | -27/+48 |
* | Set a small size request and make the window resizable, to test | Soeren Sandmann | 2004-01-18 | 1 | -1096/+1107 |
* | Fix rest of #128678: Implement all the toolbar_content() methods for the | Soeren Sandmann | 2004-01-17 | 1 | -162/+537 |
* | Phase 1 of fixing #128678: Only access ToolbarContent through a set of new | Soeren Sandmann | 2004-01-17 | 1 | -249/+736 |
* | Don't leak the overflow menu. | Soeren Sandmann | 2004-01-17 | 1 | -1/+4 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -24/+24 |
* | Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions. | Soeren Sandmann | 2003-12-29 | 1 | -2/+9 |
* | Update my e-mail address. | Anders Carlsson | 2003-12-29 | 1 | -1/+1 |
* | use CHILD_VISIBLE instead of VISIBLE to determine whether we should stop | Soeren Sandmann | 2003-12-27 | 1 | -1/+2 |
* | return TRUE if there are disappearing placeholders that are still visible. | Soeren Sandmann | 2003-11-30 | 1 | -34/+41 |
* | remove variables in_dnd and leaving_dnd | Soeren Sandmann | 2003-11-24 | 1 | -25/+6 |
* | remove variable n_overflowed_menu_items_when_dnd_started | Soeren Sandmann | 2003-11-24 | 1 | -27/+4 |
* | Rework sliding algorithm. - No more weird jumping when items are dragged | Soeren Sandmann | 2003-11-24 | 1 | -187/+285 |
* | set to 200 instead of 225 Impose a minimum width on items that have a | Soeren Sandmann | 2003-11-19 | 1 | -35/+40 |