| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -3/+3 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT) | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -4/+4 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -5/+6 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -5/+5 |
* | 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 |
* | gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.c | Michael Natterer | 2007-01-18 | 1 | -2/+2 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+4 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -37/+5 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | 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 | -4/+6 |
* | 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/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -2/+2 |
* | 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 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -4/+4 |
* | gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): Use | Owen Taylor | 2003-06-04 | 1 | -1/+1 |
* | gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator) | Soeren Sandmann | 2002-11-10 | 1 | -1/+3 |
* | Fix use of uninitialized variable. | Owen Taylor | 2002-10-18 | 1 | -3/+3 |
* | Make the widgets work reasonably when they don't have children -- draw the | Owen Taylor | 2002-10-17 | 1 | -15/+14 |
* | Deprecation cleanup | Manish Singh | 2002-10-11 | 1 | -13/+16 |
* | Clamp size of child to at least 1x1. (#82431, Boris Shingarov.) | Owen Taylor | 2002-06-12 | 1 | -0/+3 |
* | feedback when check and radio buttons are depressed. | Soeren Sandmann | 2002-02-22 | 1 | -38/+39 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -15/+1 |
* | Fix problem where child->requisition was accessed directly instead of | Owen Taylor | 2002-01-08 | 1 | -2/+5 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -24/+54 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -3/+2 |
* | Applied patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically | Manish Singh | 2001-10-01 | 1 | -3/+5 |
* | Don't draw with GTK_STATE_ACTIVE. | Alex Larsson | 2001-09-19 | 1 | -12/+4 |
* | Add properties for labels, mnemonics and stock items. Added C accessor | Alexander Larsson | 2001-08-27 | 1 | -26/+7 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -4/+0 |
* | Use new mnemonic convenience functions | Havoc Pennington | 2001-06-05 | 1 | -5/+3 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -3/+3 |
* | New default theme! A slighly improved version of the 2.0 Raleigh theme, | Owen Taylor | 2001-05-01 | 1 | -1/+1 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -41/+106 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -0/+29 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -10/+6 |
* | Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this | Havoc Pennington | 2001-02-28 | 1 | -18/+0 |
* | test was backward, so deprecated functions were excluded by default | Havoc Pennington | 2001-02-19 | 1 | -2/+7 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -37/+0 |