Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / lib / gtksheet / gtksheet.c
2008-05-09 Ben PfaffDon't call gtk_widget_unparent on sheet->button if...
2008-05-07 Ben Pfaff(gtk_sheet_dispose): Set the sheet's entry_container...
2008-05-03 John DarringtonDon't append cell contents when there is none.
2008-03-25 John DarringtonRemove inline qualifiers to keep gcc 4.2 happy
2008-03-08 John DarringtonRemove unused macros
2008-03-06 John DarringtonRemove unnecessary gpointer variable from gsheet-row...
2008-03-02 John DarringtonUpdated some deprecated functions with modern ones.
2008-03-02 John DarringtonGtkSheet now properly owns its model(s)
2008-02-29 John DarringtonApplied patch #6428
2008-02-27 John DarringtonFixed some deallocation problems.
2008-02-27 John DarringtonFixed bug #21073
2008-02-20 John DarringtonWhitespace changes and remove unnecessary casts.
2008-02-20 John DarringtonCleanup gtksheet and add features to var-sheet.[ch]
2008-02-17 John DarringtonRemove superfluous casts and fix whitespace sillyness.
2008-02-08 John DarringtonRemoved the "feature" where rows are automatically...
2008-02-03 John DarringtonFixed various memory leaks in GUI
2008-02-02 John DarringtonFixed some warnings from valgrind.
2007-09-21 John DarringtonAdded a BACKEND_CHANGED signal on PsppireDict, and...
2007-08-18 John DarringtonAdded the ability to paste from the clipboard to the...
2007-08-07 John DarringtonPlugged one more source of GtkCritical errors
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-18 John DarringtonEnabled deleting of variables from the datasheet
2007-07-16 John DarringtonRemoved legacy code.
2007-07-13 John DarringtonRemoved some deprecated gtk_ calls.
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-08 John DarringtonSet type hints for older gtk versions
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 DarringtonRemoved some gtksheet features that psppire is never...
2007-06-28 John DarringtonMore whitespace changes. Thanks to Ben for pointing...
2007-06-28 John DarringtonChanges to whitespace, formatting and removed some...
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-02-18 Ben PfaffAdd #include <config.h>.
2006-07-23 John DarringtonFixed bug where gui would crash when columns were resized.
2006-06-19 John DarringtonImplemented data-store using a casefile instead of...
2006-05-30 John DarringtonInternationalisation.
2006-05-27 John DarringtonFixed a lot of internationalisation issues.
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
2006-05-20 John DarringtonFixed some bad interaction between variable and data...
2006-05-15 John DarringtonDeleted code which rendered the button labels twice.
2006-05-14 John DarringtonFixed some memory leaks in GUI.
2006-05-11 John DarringtonConverted strings to utf8 before passing to gtksheet...
2006-05-04 John DarringtonAdded simple queueing to message dialogs.
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.