| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the arrow and separator regular children of an hbox inside the | Matthias Clasen | 2004-04-14 | 1 | -0/+5 |
* | Don't leak the temporary font description. (Nils O. SelÄsdal) | Owen Taylor | 2004-03-15 | 1 | -0/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Clip narrow columns in rtl-oriented tree views (#128089, | Matthias Clasen | 2004-02-03 | 1 | -3/+7 |
* | Free font_desc. Fixes #132805. | Richard Hult | 2004-01-29 | 1 | -1/+3 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -74/+74 |
* | Fix #130969. | Federico Mena Quintero | 2004-01-16 | 1 | -1/+4 |
* | Fix the "language_set" blurb. (#129720, Christian Rose) | Matthias Clasen | 2003-12-20 | 1 | -1/+1 |
* | clear the extra_attrs list if we set "text" after "markup". (Fixes | Kristian Rietveld | 2003-12-18 | 1 | -0/+11 |
* | added language and language_set properties like GtkTextTag has. (#103800, | Kristian Rietveld | 2003-12-18 | 1 | -1/+48 |
* | Migrating all cell renderers to use the new instance private data | Kristian Rietveld | 2003-12-18 | 1 | -13/+11 |
* | add a single-paragraph-mode property, use private instance data. (Fixes | Kristian Rietveld | 2003-12-17 | 1 | -0/+39 |
* | The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because | Murray Cumming | 2003-09-30 | 1 | -1/+1 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -7/+7 |
* | remove accidentally committed debugging spew | Soeren Sandmann | 2003-07-07 | 1 | -1/+0 |
* | new test for removing items | Soeren Sandmann | 2003-07-04 | 1 | -0/+1 |
* | handle rtl code. | Jonathan Blandford | 2003-03-03 | 1 | -1/+2 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -3/+18 |
* | modify and free tmp instead of path ... (patch from #97927). | Kristian Rietveld | 2002-11-18 | 1 | -1/+2 |
* | Behaviour change, apply changes if the entry of the editable gets a focus | Kristian Rietveld | 2002-10-14 | 1 | -8/+24 |
* | deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -21/+23 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -1/+1 |
* | Fixes #75510 | Kristian Rietveld | 2002-04-13 | 1 | -2/+5 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -1/+2 |
* | Return the currently selected column when we get the column, #64380 | Jonathan Blandford | 2001-11-14 | 1 | -0/+3 |
* | don't know why this didn't commit | Jonathan Blandford | 2001-10-31 | 1 | -1/+4 |
* | gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers ... | Murray Cumming | 2001-10-31 | 1 | -3/+3 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -1/+1 |
* | -) | CEST | 2001-09-30 | 1 | -5/+5 |
* | gtk/gtkcellrenderertext.c changed "weight" property type from | Mikael Hermansson | 2001-09-30 | 1 | -3/+2 |
* | ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9 | Owen Taylor | 2001-09-25 | 1 | -2/+70 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -9/+87 |
* | Fix incorrect parameter to compute_double_length (#58680, patch from | Owen Taylor | 2001-09-19 | 1 | -0/+4 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 1 | -232/+171 |
* | change color when the GtkTreeView loses focus. | Jonathan Blandford | 2001-08-29 | 1 | -2/+9 |
* | Avoid warning when specifying NULL for "attributes" property | Padraig O'Briain | 2001-08-15 | 1 | -1/+2 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 1 | -0/+2 |
* | I will save all emacs buffers before committing | Jonathan Blandford | 2001-07-27 | 1 | -1/+1 |
* | add an "attributes" property to the text renderer for ATK. | Jonathan Blandford | 2001-07-27 | 1 | -2/+22 |
* | same here for PANGO_TYPE_TAB_ARRAY. | James Henstridge | 2001-07-02 | 1 | -1/+1 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 1 | -26/+88 |
* | Evil function to deal with very large (TM) amounts of text. May be moved | Jonathan Blandford | 2001-05-22 | 1 | -0/+38 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -12/+38 |
* | Add an extra parameter use_text to gtk_paint_label() to deal with | Owen Taylor | 2001-04-30 | 1 | -0/+1 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -2/+2 |
* | Changed prototype to allow for getting the location of the cell relative | Jonathan Blandford | 2001-03-15 | 1 | -13/+25 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -8/+4 |
* | Apply patch from Lee Mallabone to add object properties. | Jonathan Blandford | 2001-03-05 | 1 | -1/+22 |
* | Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): Proxy | Jonathan Blandford | 2001-02-28 | 1 | -3/+7 |
* | Add a "markup" property. | Alexander Larsson | 2001-02-20 | 1 | -3/+52 |