summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderertext.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix for #335012, reported by Matteo Nastasi.Kristian Rietveld2006-07-181-0/+10
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-2/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-34/+2
* Use _static variants when copying and merging short-lived Pango layouts.Matthias Clasen2006-04-291-2/+2
* add missing ')'.Michael Natterer2006-03-271-1/+1
* Small optimizationMatthias Clasen2006-03-261-8/+1
* Add test cases for alignment.Matthias Clasen2006-03-141-2/+30
* Use connect_after to connect to the focus_out event. This ensures that theMatthias Clasen2005-09-091-3/+3
* Stylistic improvements and clarifications for some blurbs. (#315520,Matthias Clasen2005-09-091-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-22/+15
* Forgotten fileMatthias Clasen2005-05-041-3/+3
* Return a sufficient width for cases where pango_layout_get_pixel_extents()Matthias Clasen2005-05-021-7/+6
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-24/+24
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-32/+33
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* 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