| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed size_request from GtkMenuBar | Tristan Van Berkom | 2010-10-27 | 1 | -1/+32 |
* | settings: Move setting property registration in gtksettings.c | Emmanuele Bassi | 2010-10-20 | 1 | -8/+0 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -6/+3 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
* | menubar: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -39/+17 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -1/+2 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi... | Javier Jardón | 2010-09-13 | 1 | -6/+12 |
* | GDK: Prefix key names with KEY_ | Colin Walters | 2010-09-08 | 1 | -8/+8 |
* | Move deprectated menu enumerations to a private header | Matthias Clasen | 2010-08-28 | 1 | -2/+1 |
* | gtk/gtkmenubar.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -13/+22 |
* | GtkMenuBar: Use private pointer instead GET_PRIV() macro all the time | Javier Jardón | 2010-07-13 | 1 | -20/+11 |
* | Use accessor functions to acces GtkContainer | Javier Jardón | 2010-07-13 | 1 | -7/+11 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -5/+0 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -4/+4 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -2/+2 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -2/+2 |
* | Only show the mnemonic underline when pressing Alt | Matthias Clasen | 2009-12-20 | 1 | -0/+1 |
* | Forgotten files | Matthias Clasen | 2008-12-30 | 1 | -13/+13 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -9/+9 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 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 |
* | no need to get the list of menubars twice. | Michael Natterer | 2007-09-14 | 1 | -17/+15 |
* | Restructure the code to make sense, and don't leak an empty accel. | Matthias Clasen | 2007-07-24 | 1 | -2/+2 |
* | Treat "" like NULL when parsing the menu-bar-accel setting. Here too. | Matthias Clasen | 2006-07-03 | 1 | -3/+2 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | More G_DEFINE_TYPE conversion. | Matthias Clasen | 2006-05-03 | 1 | -18/+5 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -17/+6 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Queue a resize on the contained menuitems as well. | Matthias Clasen | 2005-07-04 | 1 | -0/+10 |
* | 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 | -5/+6 |
* | 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 | -4/+4 |
* | Support vertical menubars (#166632): | Matthias Clasen | 2005-02-11 | 1 | -45/+399 |
* | 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 |
* | New function. Use resize cursors for resize grips. (Bug #129621) | Soeren Sandmann | 2004-02-26 | 1 | -15/+3 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -6/+6 |
* | New function to emit the "cancel" signal on a menu shell. | Matthias Clasen | 2003-12-21 | 1 | -1/+1 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -2/+2 |
* | Automatic RTL flipping for some more widgets. | Matthias Clasen | 2002-11-02 | 1 | -4/+15 |
* | gtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c, gtkmenushell.h, | Soeren Sandmann | 2002-10-20 | 1 | -12/+34 |