| Commit message (Expand) | Author | Age | Files | Lines |
* | Make toggle cell renderer follow insensitive state of widget | Kristian Rietveld | 2009-09-04 | 1 | -1/+1 |
* | Add API for the sealed member "activatable" | Michael Natterer | 2009-07-14 | 1 | -0/+41 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.c | Michael Natterer | 2008-05-19 | 1 | -1/+1 |
* | Fix check/radio indicator drawing mess (bug #452225): | Michael Natterer | 2007-07-27 | 1 | -3/+3 |
* | refactor to initialize indicator_size to TOGGLE_WIDTH instead of the | Kristian Rietveld | 2007-01-10 | 1 | -1/+1 |
* | Make sure [xy]_offset are always being initialized, fix pixbuf renderer | Kristian Rietveld | 2006-12-03 | 1 | -0/+5 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -29/+1 |
* | initialize the inconsistent field in the private structure, | Kristian Rietveld | 2006-01-13 | 1 | -3/+33 |
* | removed redundant calls to g_object_notify(). | Michael Natterer | 2005-11-14 | 1 | -7/+3 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Typo fixes | Matthias Clasen | 2005-06-18 | 1 | -1/+1 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -8/+5 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Support insensitive cells in tree views and combo boxes. | Matthias Clasen | 2004-05-27 | 1 | -1/+5 |
* | Document the ::toggled signal. | Matthias Clasen | 2004-05-11 | 1 | -1/+9 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Clip narrow columns in rtl-oriented tree views (#128089, | Matthias Clasen | 2004-02-03 | 1 | -2/+2 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -8/+8 |
* | Migrating all cell renderers to use the new instance private data | Kristian Rietveld | 2003-12-18 | 1 | -22/+23 |
* | Fix includes. | Kristian Rietveld | 2003-10-23 | 1 | -1/+1 |
* | The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because | Murray Cumming | 2003-09-30 | 1 | -1/+1 |
* | handle rtl code. | Jonathan Blandford | 2003-03-03 | 1 | -1/+2 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -1/+1 |
* | Fixed typo in gtkcellrendertoggle.c. | Christian Neumair | 2002-12-04 | 1 | -1/+1 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -4/+42 |
* | Behaviour change, apply changes if the entry of the editable gets a focus | Kristian Rietveld | 2002-10-14 | 1 | -17/+17 |
* | deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -13/+15 |
* | [ merge from stable ] | Daniel Elstner | 2002-06-04 | 1 | -5/+4 |
* | add missing flag, #83796 | Jonathan Blandford | 2002-06-01 | 1 | -2/+2 |
* | Version 1.3.11, interface, binary age 0. | Owen Taylor | 2001-11-21 | 1 | -1/+1 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -1/+2 |
* | Add GTK_SELECTION_NONE enum, #61695 | Jonathan Blandford | 2001-10-31 | 1 | -1/+1 |
* | gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers ... | Murray Cumming | 2001-10-31 | 1 | -3/+3 |
* | Documentation updates. | Matthias Clasen | 2001-10-28 | 1 | -0/+18 |
* | only start editing when you select with a keyboard. | Jonathan Blandford | 2001-09-27 | 1 | -1/+1 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -29/+34 |
* | Get rid of broken "can_edit" and "can_activate" properties in favor of | Jonathan Blandford | 2001-09-18 | 1 | -2/+2 |
* | Add editable interface. This should be the last big GtkTreeView API | Jonathan Blandford | 2001-09-17 | 1 | -15/+15 |
* | change color when the GtkTreeView loses focus. | Jonathan Blandford | 2001-08-29 | 1 | -3/+16 |
* | Remove almost all instances of GtkCellRenderer in code (all but dnd icon | Jonathan Blandford | 2001-05-25 | 1 | -1/+1 |
* | fix a fixme. | Jonathan Blandford | 2001-04-12 | 1 | -2/+2 |
* | Apply patch from Nils Barth fixing event return values. (#51041) | Owen Taylor | 2001-03-28 | 1 | -1/+1 |
* | Fix arguments to reordered signal. | Jonathan Blandford | 2001-03-28 | 1 | -1/+1 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -1/+1 |
* | fix braino. New interface to add cleanup sortable support. | Jonathan Blandford | 2001-03-23 | 1 | -4/+4 |
* | remove debugging spew | Jonathan Blandford | 2001-03-20 | 1 | -2/+1 |