| Commit message (Expand) | Author | Age | Files | Lines |
* | Move getting the property out of the loop, and rename the variable | Søren Sandmann | 2006-05-16 | 1 | -5/+7 |
* | added "max-child-expand" style property which limits the space taken by | Michael Natterer | 2006-05-16 | 1 | -3/+28 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Elide (_x) in the middle of the string, too. (#323956, Abel Cheung) | Matthias Clasen | 2006-05-08 | 1 | -15/+17 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -37/+6 |
* | Applied modified patch from maemo-gtk which makes separators more | Michael Natterer | 2006-03-03 | 1 | -12/+46 |
* | Also strip (_F) without a space | Matthias Clasen | 2005-12-26 | 1 | -3/+2 |
* | Mention the stripping of (_F) suffixes. | Matthias Clasen | 2005-12-26 | 1 | -2/+14 |
* | Merged modified patch from maemo-gtk that allows to disable toolbar | Michael Natterer | 2005-12-01 | 1 | -39/+72 |
* | changed two private guint that used to hold signal handler IDs to two | Michael Natterer | 2005-11-24 | 1 | -6/+9 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -4/+2 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -8/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -6/+6 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Undeprecate gtk_toolbar_set_icon_size(), and add icon-size and | Matthias Clasen | 2005-08-31 | 1 | -11/+77 |
* | Handle NULL gracefully. (#314523, Ed Catmur) | Matthias Clasen | 2005-08-26 | 1 | -0/+3 |
* | 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 |