summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderertext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix incorrect parameter to compute_double_length (#58680, patch fromOwen Taylor2001-09-191-0/+4
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-232/+171
* change color when the GtkTreeView loses focus.Jonathan Blandford2001-08-291-2/+9
* Avoid warning when specifying NULL for "attributes" propertyPadraig O'Briain2001-08-151-1/+2
* coalescing property notifiesHans Breuer2001-08-111-0/+2
* I will save all emacs buffers before committingJonathan Blandford2001-07-271-1/+1
* add an "attributes" property to the text renderer for ATK.Jonathan Blandford2001-07-271-2/+22
* same here for PANGO_TYPE_TAB_ARRAY.James Henstridge2001-07-021-1/+1
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-26/+88
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-221-0/+38
* fix some shell typosHavoc Pennington2001-05-071-12/+38
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-0/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-2/+2
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-13/+25
* marshaller fixes.Tim Janik2001-03-071-8/+4
* Apply patch from Lee Mallabone to add object properties.Jonathan Blandford2001-03-051-1/+22
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-281-3/+7
* Add a "markup" property.Alexander Larsson2001-02-201-3/+52
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-0/+2
* remove validation idleHavoc Pennington2001-02-081-195/+805
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+13
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-17/+16
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-4/+1
* :get_property): remove g_value_init calls, as they are no longer needed.Jonathan Blandford2000-12-211-4/+0
* get rid of object_signal:: GtkObject argument uses, use GObjectTim Janik2000-12-121-98/+100
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Checked in initial draft of the new tree widget.42000-10-051-0/+449