summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderer.c
Commit message (Expand)AuthorAgeFilesLines
* cell renderer: Strip out :drop(active) stateMatthias Clasen2016-03-011-1/+1
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-1/+1
* Fix check for 'y' padding in gtk_cell_renderer_set_padding()Maks Naumov2015-01-111-1/+1
* GtkCellRenderer: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-29/+76
* Deprecate GdkColorMatthias Clasen2014-05-221-0/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-1/+1
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-12/+12
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* docs: use quotes instead of <firstterm>William Jon McCann2014-02-041-2/+2
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* cell-renderer: Check for NULL return in vfunc start_editing()Jonh Wendell2013-12-191-0/+3
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-4/+12
* docs: correct various spelling and grammar errorsWill Thompson2013-03-041-1/+1
* API: Export gtk_cell_renderer_class_set_accessible_type()Benjamin Otte2013-02-251-5/+5
* Document "set" properties a bitMatthias Clasen2012-05-261-3/+8
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* cell-renderer: add the CELL style class to the editing widgetCosimo Cecchi2012-01-311-0/+2
* Deprecate all the public API that is using GdkColor structJavier Jardón2011-12-221-1/+8
* cellrenderer: Use the widget state flags as a base for cell renderers' stateRui Matos2011-12-191-1/+6
* cellrenderer: Add API to keep the accessible typeBenjamin Otte2011-12-161-0/+40
* API: cellrenderer: Add a private structBenjamin Otte2011-12-161-2/+40
* Minor documentation improvementsMurray Cumming2011-02-231-2/+2
* gtk: gtk_cell_renderer_get_state(): check the widget's effective sensitivityMichael Natterer2011-02-061-1/+1
* gtk: gtk_cell_renderer_get_state(): a row can be both selected and insensitiveMichael Natterer2011-02-061-9/+9
* Handle insensitive cell renderer flags in gtk_cell_renderer_get_state()Carlos Garnacho2011-02-061-1/+2
* Added default implementation of GtkCellRendererClass.get_request_mode()Tristan Van Berkom2011-02-031-8/+10
* Tiny typo fix.Murray Cumming2011-01-281-2/+2
* Set "cell" class and state before rendering a cellrenderer.Carlos Garnacho2011-01-271-1/+11
* Add gtk_cell_renderer_get_state()Carlos Garnacho2011-01-271-0/+45
* Silence new gcc warningsMatthias Clasen2011-01-231-4/+4
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-20/+20
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-1/+1
* Fixed assertions in gtk_cell_renderer_get_aligned_area().Tristan Van Berkom2011-01-131-2/+2
* Fixed get_size() for GtkCellRendererText to clip to the input areaTristan Van Berkom2011-01-061-0/+5
* Fix some parameter name mismatches in the docsMatthias Clasen2011-01-051-5/+0
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-0/+1
* Clip to cell_area when rendering cell contentKristian Rietveld2010-12-161-0/+3
* Merge branch 'master' into treeview-refactorTristan Van Berkom2010-12-051-3/+3
|\
| * cellrenderer: Fix docs to say cairo_t instead of GdkDrawableBenjamin Otte2010-12-021-3/+3
* | Merge branch 'master' into treeview-refactorTristan Van Berkom2010-12-021-1/+1
|\ \ | |/
| * rgba: Invert the arguments and improve bindabilityEmmanuele Bassi2010-11-281-1/+1
| * Don't export _gtk_cell_renderer_calc_offsetMatthias Clasen2010-11-091-1/+1
| * docs: Move documentation to inline comments: GtkCellRendererJavier Jardón2010-11-061-0/+39
* | Changed cell area/renderer "can_focus" semantics to "is_activatable" across t...Tristan Van Berkom2010-11-291-4/+4
* | Added gtk_cell_renderer_get_aligned_area() and class vfunc.Tristan Van Berkom2010-11-251-1/+99
* | Don't export _gtk_cell_renderer_calc_offsetMatthias Clasen2010-11-131-1/+1