pspp
2013-07-27 John DarringtonReplaced the splash screen with a new one 20130728030502/pspp
2013-07-27 John DarringtonReplace legacy application icon by new one
2013-07-27 John DarringtonMake distcheck pass
2013-07-26 John DarringtonIntegrated the application icons 20130727030502/pspp
2013-07-25 John DarringtonAdded names of new artwork contributors to about dialog 20130726030501/pspp
2013-07-25 John DarringtonAdded mimetype icons
2013-07-24 Ben PfaffUse "auto" mode for parsing syntax in the GUI (and... 20130724030505/pspp 20130725030502/pspp
2013-07-24 John DarringtonChange "variable_changed" to "variable-changed" in...
2013-07-24 Ben Pfaffpo: Update Dutch translation from translationproject...
2013-07-23 John DarringtonFix crash when changing variable formats in data import...
2013-07-23 Ben PfaffUpdate version number to 0.8.0.
2013-07-23 Ben PfaffUpdated localisations from translation-project.org
2013-07-17 John DarringtonREGRESSION: Fix issues found by by review 20130719030506/pspp 20130720030502/pspp 20130721030502/pspp 20130722030502/pspp 20130723030502/pspp
2013-07-14 Ben Pfaffconfigure.ac: Increase version number to 0.7.11. 20130714030503/pspp 20130715030502/pspp 20130716030502/pspp 20130717030502/pspp
2013-07-13 Ben PfaffONEWAY: Fix memory leak in run_oneway.
2013-07-13 Ben Pfafftower-test: Use memmove(), not memcpy(), for overlappin...
2013-07-13 Ben Pfaffsparse-xarray: Fix memory leak in dump_sparse_xarray_to... 20130713030503/pspp
2013-07-13 Ben Pfaffmodel-checker: Fix memory leak in finish_mc().
2013-07-09 John Darringtonconstness 20130710030503/pspp 20130711030502/pspp 20130712030502/pspp
2013-07-03 John DarringtonFixed incorrect behaviour of REGRESSION when multiple... 20130708030519/pspp 20130709030513/pspp
2013-07-03 John DarringtonFix problems associated with LINEAR REGRESSION and...
2013-07-03 John DarringtonAdded test to check that REGRESSION works with multiple...
2013-07-03 John DarringtonAdded a test to ensure that SPLITS vs REGRESSION/SAVE...
2013-07-03 John DarringtonRename tests from REGRESSION to LINEAR REGRESSION
2013-06-29 John DarringtonAvoid unexpected failures in check-valgrind due to...
2013-06-29 John DarringtonPartial fix for regression vs. splits issue 20130629010504/pspp
2013-06-29 John Darringtonlinreg.c: Remove superfluous cast
2013-06-28 Ben Pfaffrange-tower: Fix memory leaks. 20130628010502/pspp
2013-06-28 Ben PfaffCROSSTABS: Fix memory leaks.
2013-06-27 John Darringtonlinreg: Remove some unused features
2013-06-27 Ben Pfaffsession: Fix two memory leaks.
2013-06-26 John DarringtonLOGISTIC REGRESSION: Fix memory leak in error path
2013-06-25 Ben Pfaffdatasheet: Avoid reading a given row more than necessar... 20130625010510/pspp 20130626010503/pspp
2013-06-24 John Darringtonvariable.c: New function var_set_width_and_formats
2013-06-23 John Darringtonvariable.c: (var_set_width) traits other than width...
2013-06-23 John DarringtonSplit VAR_TRAIT_FORMAT into PRINT and WRITE variants
2013-06-22 John DarringtonFix and simplify the code for converting variables...
2013-06-22 John DarringtonFix constness of datasheet_resize_column arguments
2013-06-22 John Darringtondictionary.c: Remove the var_resized and var_display_wi...
2013-06-22 John DarringtonChanged the signature of the VARIABLE_CHANGED signal...
2013-06-22 John DarringtonAdded the WHAT and OLDVAR parameters to the var_changed...
2013-06-22 John Darringtondictionary.c: Added a oldvar parameter to the var_chang...
2013-06-22 John Darringtondictionary.c: Added a WHAT argument to dict_var_changed...
2013-06-22 John Darringtonvariable.c: Add _quiet versions of the var_set_ methods...
2013-06-17 John DarringtonMinor additions and updates to the meta documentation 20130618010502/pspp 20130619010509/pspp 20130620010506/pspp 20130621010504/pspp 20130622010505/pspp 20130623010503/pspp 20130624010502/pspp
2013-06-16 John DarringtonRemove generation of GSignal marshallers which are... 20130617010502/pspp
2013-06-15 John Darringtonpsppire_var_type_dialog: Remove global functions which...
2013-06-13 Ben PfaffINPUT PROGRAM: Use a separate dataset for the input... 20130613010503/pspp 20130614010504/pspp 20130615010505/pspp 20130616010503/pspp
2013-06-13 Ben Pfaffcommand.def: Disallow DATASET commands inside INPUT...
2013-06-07 John DarringtonCorrect typo in documentation of SAVE TRANSLATE 20130607010503/pspp 20130608010506/pspp 20130609010502/pspp 20130610010502/pspp 20130611010504/pspp 20130612010503/pspp
2013-05-28 John DarringtonText Import Dialog: Fix initialisation of pages which... 20130529010502/pspp 20130530010503/pspp 20130531010501/pspp 20130601010502/pspp 20130602010502/pspp 20130603010502/pspp 20130604010502/pspp 20130605010506/pspp 20130606010503/pspp
2013-05-28 Ben Pfaffmanual: REGRESSION and DESCRIPTIVES make temp transform... 20130528010507/pspp
2013-05-28 Ben PfaffINPUT PROGRAM: Avoid infinite loop for trivially empty...
2013-05-26 Ben PfaffAvoid letting data fields overflow in output and GUI. 20130527010502/pspp
2013-05-26 John DarringtonWhitespace changes only 20130526010502/pspp
2013-05-26 John DarringtonFix memory leak in error path of RECODE
2013-05-26 John DarringtonFix memory leak in error path of LOGISTIC REGRESSION
2013-05-26 John DarringtonFix memory leak in LOGISTIC command
2013-05-26 John DarringtonFixed memory leak in examine command
2013-05-26 John DarringtonFix leak check in oneway command
2013-05-25 John DarringtonRemove "slash" property from psppire_button_editable...
2013-05-25 John DarringtonLinear Regression Test: Provide more decimal places...
2013-05-25 John DarringtonRegression: Use alternative formula for adjusted R...
2013-05-25 John DarringtonCorrected the Degrees of Freedom in the Regression...
2013-05-24 John DarringtonOpen imported files in new data window instead of overw... 20130525010502/pspp
2013-05-24 John DarringtonAdd hint paramater to Window Load method
2013-05-22 Ben PfaffSmake: Use glibtoolize instead of libtoolize, if it... 20130523010503/pspp 20130524010504/pspp
2013-05-21 Ben PfaffDELETE VARIABLES: Fix crash with FILTER. 20130521010504/pspp
2013-05-21 Ben PfaffREGRESSION: Avoid use-after-free error with TEMPORARY...
2013-05-21 Ben PfaffDESCRIPTIVES: Avoid use-after-free with TEMPORARY and...
2013-05-21 Ben PfaffFLIP: Fix use-after-free and double frees with temporar...
2013-05-21 Ben PfaffDESCRIPTIVES: Fix a pair of memory leaks.
2013-05-20 John DarringtonWork around change in signature of the switch page... 20130520010502/pspp
2013-05-20 John DarringtonFix constness problem in spreadsheet reader dialog
2013-05-19 John Darringtonversion.c: Make the build date/time independent of...
2013-05-19 John DarringtonRemove unused function 20130519010502/pspp
2013-05-18 John DarringtonImplement import dialog to import spreadsheet files.
2013-05-17 John DarringtonSort items in datasheets dropdown box. 20130518010502/pspp
2013-05-17 John DarringtonDocumentation: Explain more emphatically that UPDATE...
2013-05-17 John DarringtonCairo output: Add a bit of horizontal between table...
2013-05-15 John DarringtonSpreadsheet Import Dialog: Implement reset button
2013-05-15 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-15 John DarringtonImport Assistant: Fix broken reset buttons 20130516010511/pspp 20130517010504/pspp
2013-05-15 John DarringtonImport Assistant: Fix broken reset buttons
2013-05-14 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-14 John DarringtonAvoid use of deprecated GtkNotebookPage
2013-05-14 John DarringtonPsppireButtonBox: Do not use the GtkBoxChild structure.
2013-05-14 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-13 John DarringtonPsppSheetViewColumn: Remove inappropriate #ifndef
2013-05-13 John DarringtonReplaced some obsolete GTK symbols with the recommended...
2013-05-13 John DarringtonGtkXPaned: Whitespace changes only
2013-05-13 John DarringtonAvoid compiler warning
2013-05-12 John DarringtonUpdate INSTALL file
2013-05-12 John DarringtonUpdated localisations from translation-project.org 20130512010504/pspp 20130513010504/pspp
2013-05-11 John DarringtonMerge branch 'master' into import-gui
2013-05-11 John DarringtonMade _xml_char_to_int less prone to crashing 20130511010510/pspp
2013-05-11 John DarringtonGnumeric Reader: Use symbolic value instead of literal...
2013-05-11 John DarringtonMade _xml_char_to_int less prone to crashing
2013-05-11 John DarringtonGnumeric Reader: Use symbolic value instead of literal...
2013-05-11 John DarringtonMerge remote branch 'origin/master' into import-gui
next