| Commit message (Expand) | Author | Age | Files | Lines |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -3/+3 |
* | tearoffmenuitem: remove is_drawable() check | Benjamin Otte | 2010-09-26 | 1 | -90/+85 |
* | tearoffmenuitem: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -20/+17 |
* | tearoffmenuitem: Don't clear the window, it should be clear already | Benjamin Otte | 2010-09-26 | 1 | -2/+0 |
* | tearoffmenuitem: Merge paint() into expose() | Benjamin Otte | 2010-09-26 | 1 | -12/+5 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -6/+6 |
* | gtk/gtktearoffmenuitem.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -25/+48 |
* | gtktearoffmenuitem: Move public members to private structure | Javier Jardón | 2010-07-14 | 1 | -3/+19 |
* | Use accessor functions to acces GtkContainer | Javier Jardón | 2010-07-13 | 1 | -9/+11 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -29/+1 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -8/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+2 |
* | 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 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Fix the signature to avoid overwriting a pspec. | Matthias Clasen | 2004-12-13 | 1 | -1/+4 |
* | Queue the resize before setting the tearoff state, to make sure the | Matthias Clasen | 2004-11-05 | 1 | -2/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+2 |
* | Put the torn_off flag back into the GtkTearoffMenuItem struct, since it is | Matthias Clasen | 2004-05-09 | 1 | -5/+32 |
* | Make the tearoff functionality model/view, the tearoffmenuitem being the | Matthias Clasen | 2004-05-07 | 1 | -26/+8 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Fix the drawing of tearoff menu items which don't come first in their | Matthias Clasen | 2004-02-05 | 1 | -2/+2 |
* | add vertical_padding style property. | Soeren Sandmann | 2003-07-06 | 1 | -1/+1 |
* | Automatic RTL flipping for some more widgets. | Matthias Clasen | 2002-11-02 | 1 | -7/+36 |
* | Make tear-off menuitems obey the "selected_shadow_type" style property. | Soeren Sandmann | 2002-10-16 | 1 | -8/+15 |
* | Deprecation cleanup | Manish Singh | 2002-10-11 | 1 | -24/+29 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -9/+1 |
* | Move accounting of menu->tearoff_scrollbar width to here and make sure we | Owen Taylor | 2001-11-28 | 1 | -2/+1 |
* | Make Menu items NO_WINDOW widgets. | Owen Taylor | 2001-11-16 | 1 | -2/+2 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -3/+0 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -14/+0 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -4/+4 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -8/+8 |
* | Added gdk_text/string_extents() - too calculate all the metrics at once of | Owen Taylor | 1998-08-12 | 1 | -0/+250 |