| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-10-31 | 1 | -8/+8 |
* | Use gtk_box_new() instead gtk_[v|h]box_new() | Javier Jardón | 2010-10-30 | 1 | -8/+8 |
* | tests: use accessor functions to access GtkToogleButton | Javier Jardón | 2010-10-26 | 1 | -4/+5 |
* | Assign all g_signal_connect() and friends to gulong variables | Alberto Garcia | 2010-10-22 | 1 | -2/+2 |
* | Use the new GtkComboBoxText API | Javier Jardón | 2010-10-15 | 1 | -3/+3 |
* | Remove unneded casts | Javier Jardón | 2010-09-29 | 1 | -33/+27 |
* | Use GtkBin accessors | Javier Jardón | 2010-07-13 | 1 | -2/+4 |
* | Use GtkComboBox in the property editor code | Christian Dywan | 2010-05-03 | 1 | -0/+1 |
* | [tests] Not use GtkOptionMenu deprecate widget. | Javier Jardón | 2010-02-08 | 1 | -24/+12 |
* | Implement property editor for GdkColor properties | Christian Persch | 2010-01-11 | 1 | -5/+64 |
* | undeprecate (apart from still using GtkOptionMenu). | Michael Natterer | 2008-08-04 | 1 | -47/+29 |
* | Fix a memory leak (#515039, Christian Persch) | Matthias Clasen | 2008-02-12 | 1 | -1/+3 |
* | Implement editing of flags. | Matthias Clasen | 2006-12-31 | 1 | -0/+101 |
* | Display children of containers and cell renderers of cell layouts. | Matthias Clasen | 2006-12-29 | 1 | -6/+147 |
* | Remove pointless includes of config.h, to make it easier compilable | Matthias Clasen | 2006-03-22 | 1 | -1/+0 |
* | zero-initialize the GValue before calling g_value_init(). | Michael Natterer | 2006-03-08 | 1 | -1/+1 |
* | Introspect child properties. too. | Matthias Clasen | 2006-01-26 | 1 | -60/+257 |
* | modules/engines/ms-windows/msw_rc_style.c | Manish Singh | 2004-11-19 | 1 | -1/+1 |
* | Plug leak. | Morten Welinder | 2004-03-17 | 1 | -0/+3 |
* | Don't leak the tooltip object. | Morten Welinder | 2004-03-17 | 1 | -3/+12 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>. | Federico Mena Quintero | 2004-02-10 | 1 | -0/+2 |
* | gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework | Owen Taylor | 2003-10-23 | 1 | -4/+27 |
* | These files still use option menus, so turn off GTK_DISABLE_DEPRECATED to | Matthias Clasen | 2003-10-11 | 1 | -0/+1 |
* | Add navigation for object properties, so that you can easily edit the | Matthias Clasen | 2003-05-16 | 1 | -4/+34 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -13/+13 |
* | Make it work, even if the window is already realized or mapped. | Owen Taylor | 2002-04-30 | 1 | -2/+6 |
* | declared internal functions static. | Sven Neumann | 2002-01-09 | 1 | -2/+2 |
* | Version 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK-0.7. Restore toGTK_1_3_11 | Owen Taylor | 2001-11-23 | 1 | -43/+41 |
* | raise event window afte children, in order for the input pnly window to | Tim Janik | 2001-11-21 | 1 | -0/+2 |
* | param spec fix | Tim Janik | 2001-11-14 | 1 | -3/+3 |
* | up version to 1.3.8, interface age 0, binary age 0, depend on glib 1.3.8. | Tim Janik | 2001-09-18 | 1 | -3/+3 |
* | tests/prop-editor.c (properties_from_type): Use g_object_class_list_properties | Matthias Clasen | 2001-08-09 | 1 | -21/+18 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -1/+1 |
* | fix PROP_EVENTS. | Tim Janik | 2001-06-19 | 1 | -2/+2 |
* | Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1 | Alexander Larsson | 2001-05-17 | 1 | -210/+383 |
* | Block against redundant changes. | Owen Taylor | 2001-05-14 | 1 | -13/+60 |
* | Split the property editor code out for reuse, improve. | Owen Taylor | 2001-05-03 | 1 | -0/+586 |