pspp
2020-08-16 Friedrich Beckmannpspp-convert.1 - fixed a syntax typo
2020-08-16 John DarringtonRevive psppire's glade compatibility
2020-08-16 John DarringtonPsppireSelector: Don't attempt to unref a null pointer
2020-08-16 John DarringtonUpdate GtkBuilder files to mention gtk+ version 3.22
2020-08-16 jdarringtonsrc/language/stats/chart-category.h: Add #include directive
2020-08-16 jdarringtonPsppireVarView: Use g_realloc instead of xrealloc
2020-08-16 jdarringtonsrc/ui/gui/automake.mk: Sort the manifest
2020-08-16 jdarringtonRename PsppireButtonbox to PsppireButtonBox
2020-08-16 John Darringtonsrc/ui/gui/psppire-conf.c: On error, give a reason...
2020-08-16 John DarringtonAvoid warnings about ! being passed a non-boolean
2020-08-16 John DarringtonPsppireImportAssistant: Proceed to next page when a...
2020-08-16 John DarringtonRemove/Replace some obsolete gnulib modules
2020-08-16 John DarringtonSmake: create build-aux/config.rpath
2020-08-16 jdarringtonUpdate to more recent GNULIB
2020-08-16 John DarringtonBump version to 1.5.0
2020-08-15 Ben PfaffRelease PSPP version 1.4.0.
2020-08-14 Friedrich Beckmannsys-file-reader: get_text_token did not set delimiter...
2020-08-03 Ben Pfaffrender-test: Initialize i18n to make tests pass on...
2020-08-03 Ben Pfafftests: Tolerate 3-digit exponents in output for chart...
2020-08-03 Ben Pfafftests: Ignore Pango warnings when generating charts.
2020-08-03 Ben Pfaffplacement-parser: Properly handle LONG_MAX != INT_MAX.
2020-08-02 Ben Pfafftests: More character encoding issues on command line.
2020-08-02 Ben Pfafftests: Use AUTOTEST_PATH to find chart test programs.
2020-08-02 Ben Pfaffzip-test: Open files in binary mode.
2020-08-02 Ben Pfafftests: Avoid dealing with character encoding issues...
2020-08-02 Ben Pfafftests: Tolerate carriage-returns in output for SAMPLE...
2020-08-02 Ben Pfafftests: Always set a paper size.
2020-08-02 Ben Pfafftests: Don't output to PDF without a good reason.
2020-08-02 Ben Pfafftests: Fix synthetic system file reader tests on Windows.
2020-07-31 Friedrich BeckmannSmake: added 16x16, 32x32 and 256x256 pspp.png icons
2020-07-26 John DarringtonRecent spread-sheet-widget to version 0.6
2020-07-19 John DarringtonFix typo in po/automake.mk
2020-07-18 John DarringtonRecent spread-sheet-widget to 0.5 or later
2020-07-12 John DarringtonImport Assistant Sheet Page: Set the sheet selector...
2020-07-12 Friedrich Beckmanngui: normalize clipboard cut selection rectangle (...
2020-07-12 Friedrich Beckmanngui: clipboard CUT and COPY store same data with/withou...
2020-07-12 Friedrich Beckmanngui: Pasting also considers labels as valid data
2020-07-11 John Darringtonpsppire-import-assistant (struct _PsppireImportAssistan...
2020-07-11 John DarringtonFix memory leak in the value labels dialog
2020-07-11 John Darringtonsrc/ui/gui/org.fsf.pspp.desktop.in: Add translator...
2020-07-11 John Darringtonpsppire-data-window.c: Remove ssw api protection
2020-07-11 John DarringtonSpreadLevel Plot: Don't try to take the logarithm of...
2020-07-11 John Darringtonsrc/output/cairo-chart.h (xrchart_write_scale): Check...
2020-07-11 John Darringtonpsppire-data-window.c (on_cut): Do not append trailing...
2020-07-11 John Darringtonpsppire-data-window.c (on_cut): Deal properly with...
2020-07-11 John DarringtonDo not attempt to use the output driver while it's...
2020-07-11 John Darringtonsrc/ui/gui/automake.mk: Remove OBSOLETE
2020-07-11 John Darrington#undef close which was causing problems on w32
2020-07-11 John DarringtonRevert "Conditional Compilation per GCS 3.5"
2020-07-11 John DarringtonRevert "Keep systems happy which do not have sys/resour...
2020-07-11 John DarringtonHistogram Dialog: Allow only numeric variables to be...
2020-07-11 John DarringtonReduce the length of the icon names.
2020-07-11 John Darringtonpo/metainfo.its: New file.
2020-07-08 Friedrich Beckmanngui: cut from editable to clipboard when cell is focused
2020-07-08 Friedrich Beckmanngui: trim displayed string for string variables (spaces)
2020-07-08 Friedrich Beckmanngui: render empty string for numeric system missing...
2020-07-05 John DarringtonKeep systems happy which do not have sys/resource.h
2020-07-06 Ben Pfaffconfigure.ac: Select ustar format for distribution.
2020-07-06 Ben PfaffDocument /*...*/ style comments.
2020-07-05 Friedrich Beckmannicons: added psppire- prefix to action items #58708...
2020-07-05 John DarringtonRemove pspp-mode.el
2020-07-04 John DarringtonHTML output driver: Correct typo
2020-07-04 John DarringtonAutorecode Dialog: Use correct dictionary pointer
2020-07-04 John Darringtonpsppire_box_pack_start_defaults: Change to static inline
2020-07-04 John Darringtonsrc/ui/gui/helper.c: Remove unused functions
2020-07-04 John DarringtonRemove the default help function.
2020-07-04 John DarringtonAudit and cleanup dispose methods of classes which...
2020-07-04 John DarringtonMitigate bug #48050
2020-07-04 John DarringtonFix memory leak displaying string values in the data...
2020-07-04 John DarringtonValue variant: Don't over allocate string values
2020-07-04 John Darringtonpspp-mode.el: Make all keywords case insensitive
2020-07-04 John Darringtonpspp-mode.el: Make indentation closer to what lisp...
2020-07-04 John DarringtonAdd finalize methods to some classes which don't have...
2020-07-04 John DarringtonUnref variables after fetching from treeview model.
2020-07-04 John Darringtongtk.in.h: Remove redundant macro replacements.
2020-07-04 John Darringtonlib/ptukey.c: Use the standard macro INFINITY from...
2020-07-04 John DarringtonChange all instances of "help_page" to "help-page".
2020-07-04 John DarringtonConditional Compilation per GCS 3.5
2020-07-04 John DarringtonConform to GNU nomenclature.
2020-07-04 John DarringtonFix memory leak introduced in commit e2039bc0694b89d260...
2020-07-04 John DarringtonFollow-up to bugfix #58664
2020-07-04 John DarringtonFix bug #58664
2020-06-28 Friedrich Beckmanntrim.c: avoid zero size xnrealloc memory allocation
2020-06-28 Friedrich Beckmanndesktop: open a file via xdg-open without additional...
2020-06-27 John DarringtonFix bug #54784 (again).
2020-06-27 John DarringtonIntroduce reference counting for variables.
2020-06-27 John Darringtonpsppire-output-view.c (psppire_output_view_destroy...
2020-06-27 John Darringtondictionary.c: Don't emit callbacks when the dictionary...
2020-06-27 John Darringtondata_parser: Keep a reference to the dictionary
2020-06-27 John DarringtonRevert "Fixed a use after free error when manipulating...
2020-06-27 Friedrich Beckmanntypo in title - Lable -> Label
2020-06-27 Friedrich Beckmannswitched to portable control key <Primary> for acceller...
2020-06-27 John DarringtonRevert "Fix crash in gui, when T-TEST or ONEWAY while...
2020-06-27 John DarringtonImprove behaviour when importing trivial csv files.
2020-06-27 John DarringtonAdd a test for bug #58598
2020-06-27 John Darringtonsrc/dictionary.c: Move dict_ref next to dict_unref
2020-06-27 John DarringtonPsppireDataWindow: Fix use after free error
2020-06-27 John DarringtonPSPPIRE: Fix memory leaks in dialogs
2020-06-27 John DarringtonPSPPIRE: fix leaks of GtkAccelGroup
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
next