X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2FChangeLog;h=c85d0063fe91247b4cd824d26718a44828f21c9e;hb=e72503eea0947434e8b12594aa4e227799a97b5e;hp=84a622d2a7712f8b2808839868181ec82f687cd3;hpb=e008af0ed445e57dc1e98d3a26bdfe1b8fe77592;p=pspp diff --git a/lib/gtksheet/ChangeLog b/lib/gtksheet/ChangeLog index 84a622d2a7..c85d0063fe 100644 --- a/lib/gtksheet/ChangeLog +++ b/lib/gtksheet/ChangeLog @@ -1,4 +1,32 @@ - 28 June 2007 John Darrington +16 July 2007 John Darrington + + * gtksheet.c gtksheet.h: Removed some legacy functions called from + gtk_sheet_finalize which caused unnecessary delays when shutting down. + +12 July 2007 John Darrington + + * gtksheet.c gtksheet.h: Removed view member and replaced with + function call. Removed hadjustment_changed and vadjustment_changed + functions which did nothing. Added some whitespace arount != + operators. + +09 July 2007 John Darrington + + * gtksheet.c gtksheet.h (gtk_sheet_get_active_cell): Allowed row, + column to be NULL. + +07 July 2007 John Darrington + + * gsheet-column-iface.c gsheet-column-iface.h gsheet-row-iface.c + gsheet-row-iface.h gtksheet.c gtksheet.h: Added a "subtitle" + feature on row/column titles, which shows tooltip-like popups. + +03 July 2007 John Darrington + + * gtksheet.c gtksheet.h: Removed the autoscroll-on-select feature + that was causing us grief. + +28 June 2007 John Darrington * gtksheet.c: Removed some features that we dont use, to get better speed.