| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -13/+7 |
* | 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 | -16/+15 |
* | Fix a typo | Matthias Clasen | 2005-03-21 | 1 | -1/+1 |
* | : Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -23/+16 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+3 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -5/+5 |
* | Fix #145463, reported by Michael Natterer. | Matthias Clasen | 2004-12-09 | 1 | -2/+32 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix the documentation comment for the editing-started signal. | Federico Mena Quintero | 2004-07-20 | 1 | -3/+3 |
* | Allow custom initialization of cell editables. (#147221) | Matthias Clasen | 2004-07-20 | 1 | -9/+64 |
* | Correct the declared default values of several properties to be in sync | Matthias Clasen | 2004-07-15 | 1 | -3/+5 |
* | Support insensitive cells in tree views and combo boxes. | Matthias Clasen | 2004-05-27 | 1 | -2/+16 |
* | Doc fixes. | Matthias Clasen | 2004-04-15 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Remove arbitrary low upper limits on the xpad, ypad, width and height | Matthias Clasen | 2004-02-11 | 1 | -4/+4 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -26/+26 |
* | Fix #130969. | Federico Mena Quintero | 2004-01-16 | 1 | -0/+50 |
* | Migrating all cell renderers to use the new instance private data | Kristian Rietveld | 2003-12-18 | 1 | -27/+23 |
* | is-expander and is-expanded are boolean properties, not ints. (#118359, | Matthias Clasen | 2003-07-27 | 1 | -2/+2 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -12/+15 |
* | deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -6/+12 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -2/+4 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -7/+7 |
* | This commit fixes binary compatibility, which I broke with my recent cell | Kristian Rietveld | 2002-04-26 | 1 | -9/+25 |
* | This commit adds a cell_background property for cell renderers. With this | Kristian Rietveld | 2002-04-23 | 1 | -1/+111 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -1/+1 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -10/+0 |
* | gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers ... | Murray Cumming | 2001-10-31 | 1 | -2/+2 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -33/+23 |
* | centralize all the editing code | Jonathan Blandford | 2001-09-18 | 1 | -1/+0 |
* | Get rid of broken "can_edit" and "can_activate" properties in favor of | Jonathan Blandford | 2001-09-18 | 1 | -46/+17 |
* | Add editable interface. This should be the last big GtkTreeView API | Jonathan Blandford | 2001-09-17 | 1 | -24/+96 |
* | Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>> | Jonathan Blandford | 2001-08-19 | 1 | -4/+0 |
* | 2 new signals; is_expander/is_expanded. | Jonathan Blandford | 2001-08-19 | 1 | -0/+35 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 1 | -8/+15 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 1 | -1/+109 |
* | It's pixbuf_pos, not pixbufpos. | Anders Carlsson | 2001-04-12 | 1 | -4/+4 |
* | Apply patch from Nils Barth fixing event return values. (#51041) | Owen Taylor | 2001-03-28 | 1 | -1/+1 |
* | Changed prototype to allow for getting the location of the cell relative | Jonathan Blandford | 2001-03-15 | 1 | -15/+40 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -8/+4 |
* | Add visible field to allow you to hide cell renderers. | Jonathan Blandford | 2001-03-07 | 1 | -4/+21 |
* | Apply patch from Lee Mallabone to add object properties. | Jonathan Blandford | 2001-03-05 | 1 | -0/+4 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -5/+27 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -0/+25 |
* | add this | Havoc Pennington | 2001-01-04 | 1 | -14/+14 |
* | Adapt to GtkTreeSelection changes | Havoc Pennington | 2001-01-01 | 1 | -11/+7 |
* | get rid of object_signal:: GtkObject argument uses, use GObject | Tim Janik | 2000-12-12 | 1 | -66/+68 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | Checked in initial draft of the new tree widget. | 4 | 2000-10-05 | 1 | -0/+268 |