oops
[pspp-builds.git] / src / ui / gui / data-editor.c
2008-02-08 Jason Stoveroops
2008-02-03 John DarringtonFixed various memory leaks in GUI
2008-01-29 John DarringtonImplemented the paired samples t test dialog. Closes...
2007-12-10 John DarringtonAdded the One Sample T Test dialog
2007-12-01 John DarringtonImplemented the FREQUENCIES dialog.
2007-11-23 John DarringtonImplemented the recode dialogs.
2007-10-19 John DarringtonImplemented a dialog box for the ONEWAY command.
2007-10-13 John DarringtonImplemented the Rank Cases dialog
2007-10-10 John DarringtonAdded the Independent Samples T Test dialog
2007-10-06 Ben PfaffAdd DESCRIPTIVES dialog.
2007-09-13 John DarringtonImplemented the find dialog.
2007-09-06 John DarringtonFixed buglet managing entries in the recent files lists.
2007-09-02 John DarringtonRearrange menus to be more like later version of other...
2007-08-18 John DarringtonAdded the ability to paste from the clipboard to the...
2007-08-13 Ben PfaffPatch #6117: Implement clipboard for data sheet.
2007-07-29 John DarringtonImplemented the Select Cases Dialog
2007-07-26 John DarringtonPatch #6086. Adds "transformation pending" state.
2007-07-24 John DarringtonAdded an extra call to data_var_select and a comment...
2007-07-24 John DarringtonRemoved a function which was simply a wrapper around...
2007-07-24 John DarringtonTidied up the way that value-labels button and menu...
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 DarringtonFile Open dialog now remembers directory of last opened...
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 DarringtonRemoved visibility from recent file menuitems, if recen...
2007-07-08 John DarringtonImplemented the goto-case dialog
2007-07-07 John DarringtonMade cell reference label take proper offset.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-07-04 John DarringtonFixed bug updating cell ref and datum entry widgets
2007-07-04 John DarringtonEnabled the insert-variable button
2007-07-03 John DarringtonRemoved some gtksheet features that were causing proble...
2007-06-29 John Darrington(Re)enabled cell reference entry and datum entry widgets.
2007-06-29 John DarringtonRe-enabled updates in the cell reference entry box.
2007-05-07 John DarringtonAdded "comments" dialog.
2007-04-30 John DarringtonAdded the Variable Information dialog.
2007-04-04 John DarringtonAdded the Compute dialog box.
2007-04-03 John DarringtonImplemented the recently used files menus.
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-03-31 John DarringtonFixed the refresh button on the dialogs.
2007-03-30 John DarringtonNumerous GUI enhancements.
2007-03-26 John DarringtonMade the code relocatable (using the relocate function...
2007-02-22 John DarringtonQuoted strings in generated syntax.
2007-02-07 John DarringtonAddressed some of the issues raised by John McCabe...
2007-01-30 John DarringtonCall dictionary callbacks on replaced dictionary.
2007-01-26 John DarringtonAdded custom psppire-selector widget.
2007-01-25 John DarringtonFixed buglet in file open action.
2007-01-24 John DarringtonEnables Data Open/Save/New menuitems.
2007-01-20 John DarringtonPatch #5676 (syntax string source).
2007-01-07 John DarringtonApplied patch #5661
2007-01-04 John DarringtonAdded psppire-dialog and psppire-buttonbox widgets.
2007-01-03 John DarringtonAdded callback for when the weights on a dictionary...
2006-12-29 John DarringtonReplaced GtkStatusBar with a custom one more suited...
2006-12-28 John DarringtonRe-added Data->Insert_Variable menu item
2006-12-28 John DarringtonAdded a "Windows" menu, and a "minimise all windows...
2006-12-27 John DarringtonAdded menuitem to display the PSPP reference manual.
2006-12-27 John DarringtonRe-added the help button callbacks
2006-12-26 John DarringtonEnabled Edit->Clear in variable sheet
2006-12-24 John DarringtonWhitespace changes only.
2006-12-23 John DarringtonCleaned up GUI, by objectifying the data editor. Remov...