]> Pileus Git - ~andy/gtk/history - gtk/gtkcellview.c
Don't crash if the displayed row is gone.
[~andy/gtk] / gtk / gtkcellview.c
2004-08-02 Matthias ClasenDon't crash if the displayed row is gone.
2004-07-23 Matthias ClasenRemove unnecessary checks. (#148175, Morten Welinder)
2004-07-22 Matthias ClasenDon't leak tree model and tree row reference. (#148125...
2004-05-27 Matthias ClasenSupport insensitive cells in tree views and combo boxes.
2004-04-29 Matthias ClasenAdd a missing cat. (#141070, Chris Sherlock)
2004-04-14 Matthias ClasenMake the arrow and separator regular children of an...
2004-03-14 Matthias ClasenAlign this function with gtk_tree_view_column_set_cell_...
2004-03-13 Matthias ClasenSupport the model-less use of GtkCellView shown in...
2004-03-13 Matthias ClasenDon't do anything beyond clearing to the background...
2004-03-10 Matthias ClasenKeep the cell_list in a consistent state while iteratin...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-02 Owen TaylorAlways connect to the changed signals on the model...
2004-02-09 Matthias ClasenUgh. Don't try to free ints, even if they're stored...
2004-02-06 Matthias ClasenActually free the lists. Pointed out by Morten Welinder.
2004-01-26 Federico Mena QuinteroFix #105497; constify uses of GdkColor.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-19 Kristian RietveldFixes #108458.
2003-12-12 Kristian RietveldCombo box flipping support.
2003-12-08 Owen Taylor=== Released 2.3.1 ===
2003-11-18 Kristian RietveldFixes based on comments from Owen Taylor, #125264.
2003-11-16 Kristian Rietveldjust call gtk_cell_view_cell_layout_clear instead of...
2003-10-24 Kristian RietveldFix licensing (I managed to put it under GPL licensing...
2003-10-23 Kristian RietveldFix includes.
2003-10-01 Kristian Rietveldimplement the GtkCellLayout interface, drop packing...
2003-09-26 Kristian RietveldLanding the new ComboBox. Note that only gtkcombobox...