| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more documentation. | Matthias Clasen | 2007-07-12 | 1 | -3/+6 |
* | transform the ink_rect using pango_extents_to_pixels to avoid rounding | Kristian Rietveld | 2007-05-31 | 1 | -1/+2 |
* | Don't copy PangoLanguage. (#340031, Morten Welinder) | Matthias Clasen | 2007-03-12 | 1 | -1/+1 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -6/+3 |
* | be a little more helpful with the docs on GtkCellRendererText:alignment. | Mariano Suárez-Alvarez | 2007-02-02 | 1 | -1/+5 |
* | Use word wrapping by default, and center multiline labels. (#318763, Ross | Matthias Clasen | 2006-12-29 | 1 | -6/+0 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -5/+1 |
* | Undo bogus commit. | Benjamin Berg | 2006-12-14 | 1 | -4/+1 |
* | - Remove unused code/options from the code. Warn about their usage while | Benjamin Berg | 2006-12-13 | 1 | -1/+4 |
* | cancel editing (ie. don't accept changes) when the entry loses focus. | Kristian Rietveld | 2006-12-10 | 1 | -1/+3 |
* | Make sure [xy]_offset are always being initialized, fix pixbuf renderer | Kristian Rietveld | 2006-12-03 | 1 | -0/+5 |
* | add gtk-doc blurb on GtkCellRendererText::edited (#376094) | Mariano Suárez-Alvarez | 2006-11-16 | 1 | -0/+8 |
* | actually add align-set property to the API (left-over patch from #157439). | Kristian Rietveld | 2006-09-24 | 1 | -1/+15 |
* | add align_set field to keep track whether the align property was set by | Kristian Rietveld | 2006-07-19 | 1 | -1/+16 |
* | oooops. | Kristian Rietveld | 2006-07-18 | 1 | -2/+19 |
* | Fix for #335012, reported by Matteo Nastasi. | Kristian Rietveld | 2006-07-18 | 1 | -0/+10 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -2/+2 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -34/+2 |
* | Use _static variants when copying and merging short-lived Pango layouts. | Matthias Clasen | 2006-04-29 | 1 | -2/+2 |
* | add missing ')'. | Michael Natterer | 2006-03-27 | 1 | -1/+1 |
* | Small optimization | Matthias Clasen | 2006-03-26 | 1 | -8/+1 |
* | Add test cases for alignment. | Matthias Clasen | 2006-03-14 | 1 | -2/+30 |
* | Use connect_after to connect to the focus_out event. This ensures that the | Matthias Clasen | 2005-09-09 | 1 | -3/+3 |
* | Stylistic improvements and clarifications for some blurbs. (#315520, | Matthias Clasen | 2005-09-09 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -3/+3 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -22/+15 |
* | Forgotten file | Matthias Clasen | 2005-05-04 | 1 | -3/+3 |
* | Return a sufficient width for cases where pango_layout_get_pixel_extents() | Matthias Clasen | 2005-05-02 | 1 | -7/+6 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -24/+24 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -32/+33 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -23/+23 |
* | Forgotten file, ChangeLog from 2005-01-27 | Matthias Clasen | 2005-02-01 | 1 | -6/+4 |
* | Support wrapping in GtkCellRendererText (#163608): | Matthias Clasen | 2005-01-20 | 1 | -10/+104 |
* | Don't pass NULL to pango_context_get_metrics. Use | Anders Carlsson | 2005-01-09 | 1 | -1/+1 |
* | Use g_value_get_boolean() for ellipsize_set. (#162447, Brian Tarricone) | Matthias Clasen | 2004-12-30 | 1 | -1/+1 |
* | Add a width-chars property like GtkLabel has. (#160496, James M. Cape) | Matthias Clasen | 2004-12-13 | 1 | -4/+41 |
* | Fix #145463, reported by Michael Natterer. | Matthias Clasen | 2004-12-09 | 1 | -4/+3 |
* | Don't use the foreground color for selected cells, Don't use the | Matthias Clasen | 2004-11-16 | 1 | -13/+31 |
* | Fix a wrong blurb. (#155838, Morten Welinder) | Matthias Clasen | 2004-10-20 | 1 | -1/+1 |
* | Fix bug #150790: | Matthias Clasen | 2004-10-01 | 1 | -5/+8 |
* | Remove leftover debug code. | Matthias Clasen | 2004-09-17 | 1 | -10/+0 |
* | load images at normal size. | Jonathan Blandford | 2004-09-16 | 1 | -0/+12 |
* | constrain cell area to passed in cell_area, #147867 | Jonathan Blandford | 2004-08-31 | 1 | -3/+23 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | align the entry in the same way as the cell. (#136749) | Matthias Clasen | 2004-07-23 | 1 | -0/+1 |
* | Add a new :ellipsize property which controls ellipsization of the rendered | Matthias Clasen | 2004-07-22 | 1 | -4/+57 |