| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up short descriptions | Matthias Clasen | 2008-10-27 | 1 | -1/+1 |
* | gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c | Sven Neumann | 2008-08-08 | 1 | -3/+3 |
* | gtk/gtkactiongroup.c gtk/gtkcellrendererspin.c gtk/gtkfilechooserbutton.c | Michael Natterer | 2008-08-07 | 1 | -4/+3 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbutton.c | Michael Natterer | 2008-06-17 | 1 | -2/+5 |
* | Go back to 2.13.0 as version for now, as there was no consensus to do the | Matthias Clasen | 2008-02-15 | 1 | -1/+1 |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -2/+2 |
* | Explain name choice for gtk_tool_item_toolbar_reconfigured. | Mathias Hasselmann | 2008-01-14 | 1 | -0/+7 |
* | Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShell | Mathias Hasselmann | 2008-01-13 | 1 | -10/+10 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 1 | -0/+2 |
* | Change GtkToolItem to retrieve its properties from GtkToolShell interface, | Mathias Hasselmann | 2007-12-14 | 1 | -15/+38 |
* | Make parameter naming consistent. | Matthias Clasen | 2007-07-12 | 1 | -25/+28 |
* | Replace non-deprecated API using old tooltips API, deprecate old tooltips | Kristian Rietveld | 2007-07-09 | 1 | -1/+51 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -4/+2 |
* | Rearrange things so that setting multiple properties causes not more than | Matthias Clasen | 2007-01-28 | 1 | -3/+4 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -2/+2 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -36/+6 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -2/+1 |
* | Move the raise | Matthias Clasen | 2005-11-07 | 1 | -2/+2 |
* | Raise the drag_window after reconfiguring the toolbar. (#320803, Christian | Matthias Clasen | 2005-11-07 | 1 | -0/+3 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -4/+4 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -3/+3 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -3/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+3 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -3/+3 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -1/+1 |
* | Call gtk_tool_item_rebuild_menu(). | Søren Sandmann | 2004-09-14 | 1 | -4/+39 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | impl. (gtk_tool_item_class_init): hook it up. | Michael Meeks | 2004-02-20 | 1 | -0/+17 |
* | don't leak the menu item ID. | Soeren Sandmann | 2004-01-17 | 1 | -0/+3 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -6/+6 |
* | Call gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL. | Jody Goldberg | 2004-01-06 | 1 | -1/+1 |
* | Update my e-mail address. | Anders Carlsson | 2003-12-29 | 1 | -1/+1 |
* | Rework sliding algorithm. - No more weird jumping when items are dragged | Soeren Sandmann | 2003-11-24 | 1 | -1/+1 |
* | Make this function take an index and a GtkToolItem. | Soeren Sandmann | 2003-10-25 | 1 | -47/+0 |
* | Fix signal doc comments to pacify gtk-doc. | Matthias Clasen | 2003-10-01 | 1 | -3/+8 |
* | Doc formatting tweaks. | Matthias Clasen | 2003-09-30 | 1 | -1/+3 |
* | Fix some typos in docs. | Matthias Clasen | 2003-08-31 | 1 | -4/+4 |
* | add new "is_important" property | Soeren Sandmann | 2003-08-04 | 1 | -13/+392 |
* | remove unused overflow_item field. | Soeren Sandmann | 2003-07-31 | 1 | -1/+0 |
* | make _gtk_tool_item_toolbar_reconfigured() an internal function | Soeren Sandmann | 2003-07-30 | 1 | -14/+9 |
* | remove leftover request of {xy}thickness | Soeren Sandmann | 2003-07-19 | 1 | -4/+2 |
* | By popular request give toolbuttons a border. | Soeren Sandmann | 2003-07-18 | 1 | -7/+4 |
* | remove strange #define fix cut'n'paste error use instance private data use | Soeren Sandmann | 2003-07-08 | 1 | -7/+0 |
* | remove correction on x when detail is "menuitem". With the new menu look | Soeren Sandmann | 2003-07-08 | 1 | -0/+2 |
* | fix a type check, (#116947, Krasimir Angelov) | Soeren Sandmann | 2003-07-08 | 1 | -48/+116 |
* | new test for removing items | Soeren Sandmann | 2003-07-04 | 1 | -6/+2 |