Improve Independent Samples T-test dialog
[pspp] / src /
2012-03-03 Ben Pfaffpool: Use 16-byte alignment on 64-bit architectures. 20120303030503/pspp
2012-03-02 Ben PfaffSort attributes by name for display, to make order... 20120302030501/pspp
2012-03-02 Ben Pfaffidentifier: Apply isdigit() only to values in valid...
2012-03-02 Ben Pfaffzip-writer: Add missing #include <byteswap.h>.
2012-03-02 Ben Pfaffencoding-guesser: Fall back to windows-1252 when UTF...
2012-03-02 Ben Pfaffencoding-guesser: Remove spurious blank line.
2012-03-01 John Darringtonzip-writer.c: Fix incorrect big-endian handling.
2012-03-01 John DarringtonDon't update the icon cache if DESTDIR is non-empty.
2012-02-29 John DarringtonKruskal-Wallis: Sort grouped ranks before displaying...
2012-02-26 John DarringtonGenerate pspp.desktop 20120227030505/pspp 20120228030501/pspp 20120229030501/pspp
2012-02-26 John Darringtonascii.c: Reallocate the lines after the page is resized
2012-02-26 John DarringtonRemove redundant assignment
2012-02-26 John Darringtonascii.c: Move auto out of the #if HAVE_DECL_SIGWINCH...
2012-02-26 John Darringtonascii.c (ascii_reserve) Added assertion.
2012-02-25 John DarringtonAdded SHOW options DIRECTORY, ENVIRONMENT, TEMPDIR... 20120225030502/pspp 20120226030503/pspp
2012-02-23 John DarringtonFix bug #35532: Error setting PsppireDict predicate
2012-02-21 John DarringtonMEANS: plug memory leaks 20120222030502/pspp 20120223030501/pspp 20120224030501/pspp
2012-02-19 John DarringtonAttempt to cope with endian issues in zip reader. 20120220030501/pspp 20120221030502/pspp
2012-02-19 John DarringtonODS Reader: fix uninitialised variables 20120219030503/pspp
2012-02-18 Ben Pfaffstr: Skip only up to one-past-the-end in ss_tokenize().
2012-02-18 Ben Pfaffsys-file-reader: Avoid read past end of buffer.
2012-02-18 Ben Pfaffcategoricals: Mark dump_interaction() and categoricals_...
2012-02-18 John DarringtonRevert "Mark separator names for translation"
2012-02-18 John DarringtonRemove erroneous case_unrefs. Found by valgrind
2012-02-18 John DarringtonUse if(0) instead of #if 0
2012-02-18 John Darringtoncategoricals.c: Fix memory access problems on empty...
2012-02-16 John Darringtonfix warnings 20120217030503/pspp 20120218030508/pspp
2012-02-16 John DarringtonMEANS: Correct position of double vertical rule
2012-02-16 John DarringtonMeans: Report totals as well as catagories
2012-02-15 John DarringtonPsppire: Allow syntax files to be provided as an argument 20120216030502/pspp
2012-02-14 John DarringtonReliability Test: Do not allow splits greater than... 20120215030501/pspp
2012-02-13 John DarringtonAdd missing translation markup 20120214030503/pspp
2012-02-13 John DarringtonUse ButtonBox Mask nick field for it's correct purpose.
2012-02-13 John DarringtonMark separator names for translation
2012-02-12 John DarringtonAdded a dialog box for the MEANS command 20120213030503/pspp
2012-02-10 John DarringtonFixed bug #35494 - Levene test crash on no valid values. 20120211030508/pspp
2012-02-08 Ben PfaffGET: Add an ENCODING subcommand. 20120208030501/pspp
2012-02-08 Ben Pfaffsys-file: Support EBCDIC magic number in system files.
2012-02-08 Ben Pfaffsys-file: Recode string fields in file header also.
2012-02-08 Ben Pfaffdictionary: Truncate file label in dictionary encoding...
2012-02-07 Ben Pfaffpor-file-writer: Avoid infinite loop with value labels. 20120207030502/pspp
2012-02-07 Ben Pfaffgui: Fix warnings due to missing GObject type conversions.
2012-02-07 Ben Pfaffjonckheere-terpstra: Declare variables at beginning...
2012-02-05 John DarringtonNPAR /J-T correct significance calculation when test... 20120206030503/pspp
2012-02-05 Ben Pfaffgui: Fix grammar in user message in psppire-data-window.c
2012-02-05 John Darringtonnpar.c: Added some missing initialisers.
2012-02-05 John DarringtonAdded an implementation of the Jonckheere-Terpstra...
2012-02-04 John DarringtonLogo rework.
2012-02-04 John DarringtonNew abstract base class: PsppireWindowBase 20120204030502/pspp
2012-02-02 John DarringtonError with g_critical instead of g_assert on invalid... 20120203030502/pspp
2012-01-31 John DarringtonConverted Sort dialog to a PsppireDialogAction object
2012-01-30 John DarringtonConverted reliability dialog to a PsppireDialogAction...
2012-01-29 John DarringtonRemoved erroneous duplicated line 20120130030502/pspp
2012-01-29 John DarringtonConverted roc-dialog to a PsppireDialogAction object
2012-01-29 John DarringtonConvert kmeans dialog to a PsppireDialogAction
2012-01-29 John DarringtonConverted the correlations dialog to a PsppireDialogAct... 20120129030507/pspp
2012-01-28 Ben PfaffMove PSPP shared libraries from $(libdir) to $(libdir...
2012-01-28 Ben PfaffName the src/libpspp convenience library consistently.
2012-01-26 John DarringtonDon't crash on Games-Howell test when there are small... 20120127030502/pspp 20120128030503/pspp
2012-01-26 Ben Pfaffgui: Fix warnings. 20120126030504/pspp
2012-01-25 John DarringtonNew abstract class PsppireDialogAction
2012-01-25 Ben PfaffRANK: Avoid putting declaration after statement. 20120125030501/pspp
2012-01-24 Ben Pfaffgui: Use $(INSTALL_DATA), not $(INSTALL), to install... 20120124030501/pspp
2012-01-23 John DarringtonMoved rank.q to rank.c
2012-01-22 John DarringtonReimplemented the logo as a svg image and converted... 20120123030503/pspp
2012-01-16 John DarringtonImprove behaviour of resizing the value chooser widget 20120117030508/pspp 20120118030501/pspp
2012-01-16 John DarringtonMEANS: Added further tests for missing value behaviour
2012-01-16 John DarringtonMEANS: Implemented /MISSING=TABLE subcommand
2012-01-16 John DarringtonMEANS: implemented the /CELLS={ALL,NONE,DEFAULT} option...
2012-01-15 John DarringtonRemove stray include directive
2012-01-14 John DarringtonCorrected various misspellings in the documentation 20120115030503/pspp
2012-01-14 John DarringtonMEANS: remove arguments to callbacks which were always...
2012-01-14 John DarringtonFix warnings
2012-01-14 John DarringtonMEANS: This command is IMO now stable enough to be...
2012-01-14 John DarringtonCategoricals cleanup: New structure 'payload' which...
2012-01-11 John DarringtonUse idle callback to write to the local config directory 20120112030509/pspp
2012-01-11 Ben PfaffFix PSPP link on OpenSUSE and possibly Ubuntu 11.10. 20120111030501/pspp
2012-01-07 Ben Pfaffcairo: Only apply options to table items, to avoid... 20120108030503/pspp 20120109030503/pspp 20120110030502/pspp
2012-01-05 John Darringtononline_help: use g_spawn_async instead of g_spawn_comma... 20120106030503/pspp 20120107030502/pspp
2012-01-05 John DarringtonAvoid crash rendering charts in the gui interface.
2012-01-05 John DarringtonFix memory leaks parsing string expressions
2012-01-05 John DarringtonFix memory leaks 20120105030505/pspp
2012-01-05 John Darringtonlex_get_text_buffer_read: Avoid potential buffer overflow.
2012-01-03 John DarringtonAdd files to manifest, inadvertantly omitted from previ... 20120104030501/pspp
2012-01-03 John DarringtonNew file: builder-wrapper.h and builder-wrapper.c
2011-12-22 John DarringtonSet the output driver parameters dynamically from the... 20111223030502/pspp 20111224030502/pspp 20111225030503/pspp 20111226030503/pspp 20111227030503/pspp 20111228030503/pspp 20111229030502/pspp 20111230030503/pspp 20111231030503/pspp 20120101030503/pspp
2011-12-21 Ben Pfaffpsppire-dialog: Add missing prototype for psppire_dialo... 20111221030502/pspp 20111222030502/pspp
2011-12-18 John DarringtonCorrect packing properties of sort cases dialog.
2011-12-17 John DarringtonEscape # character in call to g_spawn_command_line_async 20111218030503/pspp
2011-12-17 John DarringtonAdded a callback to the dialog help buttons, and a...
2011-12-17 John DarringtonOutput Viewer: Try to adapt to changes in style 20111217030502/pspp
2011-12-13 Ben Pfaffgui: Make Enter work in the Goto Case dialog. 20111214030502/pspp 20111215030508/pspp 20111216030509/pspp
2011-12-11 John DarringtonOutput viewer: use the widget's style to set the colors... 20111212030508/pspp 20111213030502/pspp
2011-12-11 John DarringtonCairo output driver: Added options to set the foregroun...
2011-12-11 John DarringtonRemove xr_draw_chart from cairo.h and make static
2011-12-10 John DarringtonAdded basic framework for the MEANS command. 20111211030508/pspp
2011-12-10 John DarringtonAdded a function to clone an interaction.
2011-12-07 John DarringtonValue Labels Dialog: Fix packing properties 20111208030508/pspp 20111209030502/pspp 20111210030509/pspp
2011-12-04 Ben Pfaffgui: Fix behavior of print preview in psppire-output... 20111206030508/pspp 20111207030508/pspp
2011-12-03 John DarringtonONEWAY: Fixed crash when the dependent variable contain... 20111204030502/pspp 20111205030508/pspp
next