pspp
2010-02-06 Ben Pfaffhtml: Delete redundant code.
2010-02-06 Ben Pfaffcsv: Close pipe files properly.
2010-02-06 Ben Pfaffcsv: Open output file immediately, instead of delaying.
2010-02-06 Ben Pfaffcairo: Avoid GLib-GObject-CRITICAL from g_object_unref...
2010-02-06 Ben Pfaffcairo: Require minimum page width.
2010-02-06 Ben Pfaffascii: Remove unimplemented "tab-width" setting.
2010-02-05 Ben PfaffMake text output left-justified in ascii and cairo...
2010-02-05 Ben Pfaffmsg-ui: Fix typo in user message.
2010-01-29 Ben Pfaffodt: Change default output file name to "pspp.odt".
2010-01-20 Ben Pfaffascii: Fix handling of file open error.
2010-01-19 Ben Pfaffpspp: Fix interactive usability for multi-line commands.
2010-01-19 Ben Pfaffascii: Fix closing pipe files in ascii_destroy().
2010-01-19 Ben Pfaffascii: Fix ascii_flush().
2010-01-19 Ben Pfaffmessage: Fix corner case in msg_emit().
2010-01-18 Ben Pfaffmessage: Make msg_dup() copy and msg_destroy() free...
2010-01-18 Ben PfaffNew library for interned strings.
2010-01-18 Ben PfaffUpdate Makefile for tests to reflect currently recommen...
2010-01-17 Ben PfaffFix use of uninitialized data in table_casereader_get_c...
2010-01-17 Ben Pfaffpsppire: Reimplement overview pane for output viewer...
2010-01-17 Ben Pfaffpsppire: Add File|Export command to output viewer window.
2010-01-17 Ben PfaffRewrite PSPP output engine.
2010-01-17 Ben PfaffLIST: Remove WEIGHT subcommand.
2010-01-16 Ben PfaffDistribute some files that were forgotten.
2010-01-05 Ben Pfaffcasereader: Make parameter to casereader_count_cases...
2010-01-05 Ben Pfaffstr: New function ds_steal_cstr.
2010-01-05 Ben PfaffAdd new SENTINEL macro to compiler.h, for GCC's __attri...
2009-12-30 John DarringtonWeight cases dialog: set the sensitivity of radiobuttons.
2009-12-30 John DarringtonChanges made by gnulib-tool
2009-12-28 John DarringtonInitialize factor dialog extraction parameters at dialo...
2009-12-28 John DarringtonFACTOR: Check that the number of factors does not excee...
2009-12-28 John DarringtonRemoved some calls to deprecated Gtk functions
2009-12-28 John DarringtonAvoid warnings about adjustments with non-zero page...
2009-12-28 John DarringtonUse non-deprecated macros.
2009-12-28 John DarringtonAdd optional / to AGGREGATE OUTPUT subcommand.
2009-12-27 John DarringtonFACTOR: Ensure a non-zero number of factors.
2009-12-27 John DarringtonAdded a menu entry and dialog box for the FACTOR command.
2009-12-27 John DarringtonRemove unused declarations
2009-12-27 John DarringtonChange GTK_SIGNAL_FUNC to G_CALLBACK.
2009-12-27 John DarringtonAvoid warning about GtkAdjustments with non-zero page_size
2009-12-26 John DarringtonAdded documentation for the FACTOR command
2009-12-25 John DarringtonFACTOR: Added "Scree Plots"
2009-12-25 John DarringtonRemove obsolete file
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-24 John DarringtonFix fault XML in documentation.
2009-12-24 John DarringtonNew translations from translationproject.org
2009-12-24 John DarringtonFACTOR: Implemented the /PRINT=CORRELATIONS SIG DETERMI...
2009-12-23 John DarringtonFACTOR: Remove diagnostic messages
2009-12-23 John DarringtonFirst attempt at FACTOR command
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonRemove gettext markup from g_param_spec arguments.
2009-12-18 John DarringtonAdded the Catalan translation from translationproject.org
2009-12-16 John DarringtonLinear Regression: Dependent variables should not be...
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-12-16 John DarringtonFix bug in ROC parsing long string variables
2009-12-16 John DarringtonProperly escape marked up text in dictionary views
2009-12-16 John DarringtonEnsure all symbols in glade library are resolved
2009-12-16 John DarringtonNew interface PsppireSelectDestWidget.
2009-12-15 John DarringtonRemove unused GtkAdjustment objects
2009-12-15 Ben PfaffRename src/output/charts/box-whisker.[ch] to src/output...
2009-12-15 Ben PfaffGet rid of superfluous Makefile in src/output/charts.
2009-12-14 John DarringtonFix missing menu label
2009-12-14 John DarringtonDon't allow string variables in ROC dialog as dependent...
2009-12-14 John DarringtonRemove unused code
2009-12-14 John DarringtonShow only numeric variables in correlations dialog
2009-12-13 John DarringtonMerge branch 'master' of ssh://john@cellform.com/home...
2009-12-13 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-12-13 John DarringtonAdded a dialog box for the CORRELATION command
2009-12-13 John DarringtonNew function psppire_var_view_contains_var
2009-12-13 John DarringtonChange psppire_dicts pointers from G_POINTER to PSPPIRE...
2009-12-13 John DarringtonSet the dictionary encoding of files created by the...
2009-12-12 John DarringtonROC dialog: Disable reference button when curve is...
2009-12-12 John DarringtonImplemented a dialog box for the ROC command
2009-12-12 John DarringtonRemove awkward dependency from psppire-selector.c
2009-12-12 John DarringtonRemove unused code
2009-12-12 John DarringtonRework the recode-dialog to fit new selector / psppire...
2009-12-08 Ben PfaffRemove AFM files.
2009-12-06 Ben Pfaffoutput: Remove PostScript driver.
2009-12-06 Ben Pfafffile-name: Generalize fn_interp_vars().
2009-12-06 Ben Pfaffcasereader: New function casereader_select().
2009-12-06 Ben Pfaffcasereader: New functions casereader_project() and...
2009-12-06 Ben Pfaffcasereader: New function casereader_translate_stateless().
2009-12-06 Ben Pfaffcasereader: New function casereader_create_empty().
2009-12-05 Ben Pfaffcasereader: New function casereader_advance().
2009-12-05 Ben Pfaffcasereader: New function casereader_truncate().
2009-12-05 Ben Pfaffsubcase: Add more useful functions.
2009-12-05 Ben PfaffNew data type string_map, a string-to-string map.
2009-12-03 John DarringtonUpdate to reflect latest copy of Gnulib
2009-11-27 Ben PfaffNew data type string_set, a set of unique strings.
2009-11-27 Ben Pfaffhmapx: New function hmapx_is_empty().
2009-11-27 Ben Pfaffhmap: New function hmap_is_empty().
2009-11-27 Ben Pfaffhmap: Remove shadowed variable from inner scope.
2009-11-24 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-11-24 John DarringtonSearch for a gettext implementation at configure time
2009-11-23 John DarringtonNew module psppire-var-view
2009-11-19 John DarringtonEnsure that only one set of callbacks exist.
2009-11-18 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-11-18 John DarringtonUpdate to reflect latest copy of Gnulib
2009-11-18 John DarringtonFix problem building with --without-libplot
2009-11-18 John DarringtonFix property erroneously altered in commit a9a69251edd6...
2009-11-17 John DarringtonSeparated psppire_selector_set_subjects into two indivi...
next