Rename gsheetmodel to psppiresheetmodel
[pspp-builds.git] / lib / gtksheet / gtksheet.h
2008-12-14 John DarringtonRename gsheetmodel to psppiresheetmodel
2008-12-12 John DarringtonFix compiler warning
2008-12-10 John DarringtonPrevent updates to the model from feeding back to the...
2008-12-10 John DarringtonFixed a problem redrawing the active cell.
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-08 John DarringtonDraw the boundary line when resizing rows/columns
2008-12-04 John DarringtonRemove {rows,columns}_resizeable function
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-01 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-12-01 John DarringtonRemove font information from cell attributes and sheet...
2008-11-28 John DarringtonRemoved unsed is_visible from sheetmodel
2008-11-28 John DarringtonRemoved internal_allocation member which was assigned...
2008-11-27 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-27 John DarringtonChange return type of gtk_sheet_get_entry and removed...
2008-11-27 John DarringtonRemove sheet_container member which served no useful...
2008-11-27 John DarringtonRemove [hv]geo arguments to gtksheet which no longer...
2008-11-26 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-26 John DarringtonRemove the gsheet-row-* modules and replaced with psppi...
2008-11-24 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-23 John DarringtonReplace gsheet-column interface by psppire-axis
2008-11-22 John DarringtonChange traverse signal to take GtkSheetCell instead...
2008-11-21 John DarringtonBlock entry change handler whilst traversing cells
2008-11-20 John DarringtonImproved behaviour of arrow keys
2008-11-20 John DarringtonRemoved unused return value from cell activation features
2008-11-15 John DarringtonRemove "backing pixmap".
2008-11-14 John DarringtonMore unused code deleted.
2008-11-14 John DarringtonRemoved some unused code.
2008-11-14 John DarringtonRemoved some unused gtksheet features.
2008-11-14 John DarringtonDelete gtkextra.c
2008-11-12 John DarringtonChange bg_color and grid_color to an array of two colors
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-07-12 John DarringtonStart of new branch involving major rewrite of lib...
2008-03-02 John DarringtonGtkSheet now properly owns its model(s)
2008-02-27 John DarringtonFixed some deallocation problems.
2008-02-20 John DarringtonCleanup gtksheet and add features to var-sheet.[ch]
2007-07-24 John DarringtonAdded the ability to paste data from the primary selection.
2007-07-18 John DarringtonAdded popup menus to column and row title areas in...
2007-07-16 John DarringtonRemoved legacy code.
2007-07-12 John DarringtonMade the datasheet redraw itself when new data is loaded.
2007-07-10 John DarringtonEnabled deletion of cases from the datasheet.
2007-07-09 John DarringtonImplemented the "Insert Case" button and menuitem.
2007-07-07 John DarringtonAdded a tooltip like feature to display variables'...
2007-07-03 John DarringtonRemoved some gtksheet features that were causing proble...
2007-06-28 John DarringtonChanges to whitespace, formatting and removed some...
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2006-06-19 John DarringtonImplemented data-store using a casefile instead of...
2006-05-30 John DarringtonInternationalisation.
2006-05-20 John DarringtonFixed some bad interaction between variable and data...
2006-05-14 John DarringtonFixed some memory leaks in GUI.
2006-05-11 John DarringtonConverted strings to utf8 before passing to gtksheet...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.