summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderertext.c
Commit message (Expand)AuthorAgeFilesLines
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-2/+2
* text cell renderer: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-379/+318
* Support alpha in text cell renderer colorsMatthias Clasen2015-08-151-8/+15
* cellrenderertext: notify invertedSebastien Lafargue2015-01-041-2/+2
* GtkCellRendererText: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-11/+31
* GtkCellRendererText: Use G_PARAM_EXPLICIT_NOTIFY for 'alignment'Matthias Clasen2014-06-091-2/+6
* Deprecate GdkColorMatthias Clasen2014-05-221-0/+4
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-3/+3
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* API: Export gtk_cell_renderer_class_set_accessible_type()Benjamin Otte2013-02-251-1/+1
* gtkcellrenderertext: Sink floating entry before using as signal argumentSimon Feltman2013-02-111-1/+5
* gtk: Use gtk_style_context_get()Benjamin Otte2012-12-061-1/+1
* gtk: Use context's fontBenjamin Otte2012-12-061-6/+2
* cellrenderertext: Add placeholder-text propertyCarlos Garcia Campos2012-05-031-5/+59
* Fix malformed doc commentsMatthias Clasen2012-04-121-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* cell-renderer-text: don't use gtk_entry_set_inner_border()Cosimo Cecchi2012-01-311-28/+0
* Deprecate all the public API that is using GdkColor structJavier Jardón2011-12-221-2/+16
* gtk: Add accessible types for cell renderersBenjamin Otte2011-12-161-0/+3
* GtkCellRendererTextPrivate: Improve struct packingMatthias Clasen2011-04-121-3/+2
* Make GtkCellRendererText use GtkStyleContextCarlos Garnacho2011-01-271-38/+17
* Silence new gcc warningsMatthias Clasen2011-01-231-19/+13
* Fix alignment problems with text cell renderersMatthias Clasen2011-01-221-7/+10
* Fixed get_size() for GtkCellRendererText to clip to the input areaTristan Van Berkom2011-01-061-6/+9
* GtkCellRendererText: use PANGO_PIXELS_CEIL for text_widthKristian Rietveld2010-12-231-5/+5
* Clip to cell_area when rendering cell contentKristian Rietveld2010-12-161-0/+7
* Removing an unused variable from GtkCellRendererText->get_preferred_width()Tristan Van Berkom2010-12-041-6/+2
* Merge branch 'master' into treeview-refactorTristan Van Berkom2010-12-021-2/+2
|\
| * rgba: Invert the arguments and improve bindabilityEmmanuele Bassi2010-11-281-2/+2
| * docs: Move documentation to inline comments: GtkCellRendererTextGarrett Regier2010-11-061-0/+14
* | Changed GtkCellRendererText to request less than wrap-width if the text is sm...Tristan Van Berkom2010-11-251-3/+5
* | Added gtk_cell_renderer_get_aligned_area() and class vfunc.Tristan Van Berkom2010-11-251-23/+30
* | docs: Move documentation to inline comments: GtkCellRendererTextGarrett Regier2010-11-081-0/+14
|/
* Support resetting cell renderer colors with NULL againMatthias Clasen2010-10-251-10/+28
* GtkCellRendererText: Add [foreground|background]-rgba propertiesCarlos Garnacho2010-10-221-37/+99
* Make GdkRectangle arguments in GtkCellRenderer use const consistentlyMatthias Clasen2010-10-041-13/+13
* cellrenderer: Merge GtkCellSizeRequest into GtkCellRendererBenjamin Otte2010-09-261-44/+35
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+1
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* API: Change cellrenderer->render vfunc to take a cairo_tBenjamin Otte2010-09-261-31/+18
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-3/+8
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-22/+22
* gtk/gtkcellrenderertext.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-4/+9
* Added GtkCellRendererText::max-width-chars propertyTristan Van Berkom2010-08-201-7/+56
* Added/Implemented GtkCellSizeRequestIfaceTristan Van Berkom2010-08-181-35/+190
* Bug 596125 — Property string fixesPhilip Withnall2010-08-101-1/+1
* gtkcellrenderertext: Move public members to private structureJavier Jardón2010-07-131-195/+212
* Use accessor functions to access GtkCellRendererJavier Jardón2010-07-131-25/+44