summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderertext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-2/+2
* Use g_value_dup_string instead.Hiroyuki Ikezoe2009-12-181-1/+1
* Use GtkCellEditable::editing-canceledJavier Jardón2009-12-041-4/+10
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-1/+1
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 511163 – Remove pango_extents_to_pixels() callsMatthias Clasen2008-05-261-2/+1
* Fix the default value for the wrap-mode and font-scale properties.Matthias Clasen2007-12-281-1/+3
* Add more documentation.Matthias Clasen2007-07-121-3/+6
* transform the ink_rect using pango_extents_to_pixels to avoid roundingKristian Rietveld2007-05-311-1/+2
* Don't copy PangoLanguage. (#340031, Morten Welinder)Matthias Clasen2007-03-121-1/+1
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-6/+3
* be a little more helpful with the docs on GtkCellRendererText:alignment.Mariano Suárez-Alvarez2007-02-021-1/+5
* Use word wrapping by default, and center multiline labels. (#318763, RossMatthias Clasen2006-12-291-6/+0
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-5/+1
* Undo bogus commit.Benjamin Berg2006-12-141-4/+1
* - Remove unused code/options from the code. Warn about their usage whileBenjamin Berg2006-12-131-1/+4
* cancel editing (ie. don't accept changes) when the entry loses focus.Kristian Rietveld2006-12-101-1/+3
* Make sure [xy]_offset are always being initialized, fix pixbuf rendererKristian Rietveld2006-12-031-0/+5
* add gtk-doc blurb on GtkCellRendererText::edited (#376094)Mariano Suárez-Alvarez2006-11-161-0/+8
* actually add align-set property to the API (left-over patch from #157439).Kristian Rietveld2006-09-241-1/+15
* add align_set field to keep track whether the align property was set byKristian Rietveld2006-07-191-1/+16
* oooops.Kristian Rietveld2006-07-181-2/+19