summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderertext.c
Commit message (Expand)AuthorAgeFilesLines
* xMatthias Clasen2005-03-091-23/+23
* Forgotten file, ChangeLog from 2005-01-27Matthias Clasen2005-02-011-6/+4
* Support wrapping in GtkCellRendererText (#163608):Matthias Clasen2005-01-201-10/+104
* Don't pass NULL to pango_context_get_metrics. UseAnders Carlsson2005-01-091-1/+1
* Use g_value_get_boolean() for ellipsize_set. (#162447, Brian Tarricone)Matthias Clasen2004-12-301-1/+1
* Add a width-chars property like GtkLabel has. (#160496, James M. Cape)Matthias Clasen2004-12-131-4/+41
* Fix #145463, reported by Michael Natterer.Matthias Clasen2004-12-091-4/+3
* Don't use the foreground color for selected cells, Don't use theMatthias Clasen2004-11-161-13/+31
* Fix a wrong blurb. (#155838, Morten Welinder)Matthias Clasen2004-10-201-1/+1
* Fix bug #150790:Matthias Clasen2004-10-011-5/+8
* Remove leftover debug code.Matthias Clasen2004-09-171-10/+0
* load images at normal size.Jonathan Blandford2004-09-161-0/+12
* constrain cell area to passed in cell_area, #147867Jonathan Blandford2004-08-311-3/+23
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* align the entry in the same way as the cell. (#136749)Matthias Clasen2004-07-231-0/+1
* Add a new :ellipsize property which controls ellipsization of the renderedMatthias Clasen2004-07-221-4/+57
* Make the entry context menu work in editable text cells. The changes areMatthias Clasen2004-06-071-13/+108
* Support insensitive cells in tree views and combo boxes.Matthias Clasen2004-05-271-2/+5
* Make the arrow and separator regular children of an hbox inside theMatthias Clasen2004-04-141-0/+5
* Don't leak the temporary font description. (Nils O. SelÄsdal)Owen Taylor2004-03-151-0/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Clip narrow columns in rtl-oriented tree views (#128089,Matthias Clasen2004-02-031-3/+7
* Free font_desc. Fixes #132805.Richard Hult2004-01-291-1/+3
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-74/+74
* Fix #130969.Federico Mena Quintero2004-01-161-1/+4
* Fix the "language_set" blurb. (#129720, Christian Rose)Matthias Clasen2003-12-201-1/+1
* clear the extra_attrs list if we set "text" after "markup". (FixesKristian Rietveld2003-12-181-0/+11
* added language and language_set properties like GtkTextTag has. (#103800,Kristian Rietveld2003-12-181-1/+48
* Migrating all cell renderers to use the new instance private dataKristian Rietveld2003-12-181-13/+11
* add a single-paragraph-mode property, use private instance data. (FixesKristian Rietveld2003-12-171-0/+39
* The render vfunc takes a GdkDrawable* instead of a GdkWindow*, becauseMurray Cumming2003-09-301-1/+1
* Merged from stable.Kristian Rietveld2003-07-121-7/+7
* remove accidentally committed debugging spewSoeren Sandmann2003-07-071-1/+0
* new test for removing itemsSoeren Sandmann2003-07-041-0/+1
* handle rtl code.Jonathan Blandford2003-03-031-1/+2
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-3/+18
* modify and free tmp instead of path ... (patch from #97927).Kristian Rietveld2002-11-181-1/+2
* Behaviour change, apply changes if the entry of the editable gets a focusKristian Rietveld2002-10-141-8/+24
* deprecation cleanupManish Singh2002-10-071-21/+23
* Minor documentation fixesSoren Sandmann2002-08-101-1/+1
* Fixes #75510Kristian Rietveld2002-04-131-2/+5
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* Return the currently selected column when we get the column, #64380Jonathan Blandford2001-11-141-0/+3
* don't know why this didn't commitJonathan Blandford2001-10-311-1/+4
* gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers ...Murray Cumming2001-10-311-3/+3
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* -)CEST2001-09-301-5/+5
* gtk/gtkcellrenderertext.c changed "weight" property type fromMikael Hermansson2001-09-301-3/+2
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-2/+70
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-9/+87