| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Add accessible types for cell renderers | Benjamin Otte | 2011-12-16 | 1 | -0/+3 |
* | Move documentation to inline comments: GtkCellRendererToggle | Javier Jardón | 2011-04-11 | 1 | -0/+12 |
* | Use 16 as default size for checkbutton indicator | Cosimo Cecchi | 2011-03-03 | 1 | -1/+1 |
* | Make GtkCellRendererToggle use GtkStyleContext | Carlos Garnacho | 2011-01-27 | 1 | -38/+24 |
* | Clip to cell_area when rendering cell content | Kristian Rietveld | 2010-12-16 | 1 | -0/+7 |
* | Make GdkRectangle arguments in GtkCellRenderer use const consistently | Matthias Clasen | 2010-10-04 | 1 | -13/+13 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -2/+2 |
* | API: Change cellrenderer->render vfunc to take a cairo_t | Benjamin Otte | 2010-09-26 | 1 | -23/+21 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -11/+11 |
* | gtk/gtkcellrenderertoggle.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -2/+2 |
* | gtkcellrenderertoggle: Move public members to private structure | Javier Jardón | 2010-07-13 | 1 | -39/+48 |
* | Use accessor functions to access GtkCellRenderer | Javier Jardón | 2010-07-13 | 1 | -14/+22 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | 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 |