pspp
2020-12-26 Ben Pfaffcairo-pager: Add outline to PDF output.
2020-12-26 Ben Pfaffcairo: Avoid using cairo_t for a destroyed cairo_surface_t.
2020-12-26 Ben Pfaffdoc: Suppress fontconfig warnings from Leak Sanitizer...
2020-12-26 Ben PfaffFix memory leaks reported by Address Sanitizer.
2020-12-26 Ben PfaffAdd more Valgrind leak report suppressions.
2020-12-25 Ben Pfaffcairo: Add missing new-lines at the end of messages...
2020-12-22 Ben PfaffAdd --table-look command line option and SET TLOOK...
2020-12-20 John DarringtonFix building --without-cairo
2020-12-20 John Darringtonconfigure.ac: Abort attempts to cross build in source
2020-12-20 John DarringtonNew function width_of_m to get the width of M rendered...
2020-12-20 John DarringtonAdd new popup menu to the dictionary view widget
2020-12-20 John DarringtonFix make distcheck
2020-12-20 John DarringtonReimplement the variable info dialog.
2020-12-20 John DarringtonPsppireButtonBox: Allow widget to be explicitly created.
2020-12-21 Ben Pfaffpivot-table: Make pivot_table_look a refcounted object.
2020-12-21 Ben PfaffMEANS: Remove one more assignment to omit_empty missed...
2020-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
2020-12-21 Ben Pfaffdoc: Fix formatting of output in formats that use text...
2020-12-21 Ben Pfaffdoc: Add .png output to the Info manual.
2020-12-21 Ben Pfaffcairo: Add support for png and trim.
2020-12-20 Ben Pfaffcairo-pager: New.
2020-12-20 Ben Pfaffcairo: Use pango_cairo_context_set_resolution() to...
2020-12-20 Ben Pfaffcairo: Use arrays for page sizes and margins, to simpli...
2020-12-20 Ben Pfaffcairo: Move chart code into cairo-chart.
2020-12-20 Ben Pfaffcairo: Get rid of unused PangoLayouts.
2020-12-20 Ben Pfaffcairo: Factor out code for basic rendering.
2020-12-20 Ben Pfaffcairo: Remove "emphasis" font option because it had...
2020-12-20 Ben Pfaffoptions: Make parse_color() parse alpha.
2020-12-20 Ben Pfaffdoc: Use "rm", not nonexistent variable $(RM), in unins...
2020-12-20 Ben Pfaffdoc: Use $(infodir) for Info, not $(prefix)/share/info.
2020-12-20 John DarringtonFix make distcheck
2020-12-20 John DarringtonAdd missing parentheses
2020-12-19 John DarringtonFix reproducibility issues when generating .eps files
2020-12-19 John DarringtonUse clean-temp module instead of tmpdir module
2020-12-19 John DarringtonInstall the documentation screenshots in the correct...
2020-12-19 Ben Pfaffrender: Make struct render_params a little smaller.
2020-12-19 Ben Pfaffpage-eject-item: Factor out of text_item.
2020-12-19 Ben Pfaffpsppire-output-view: Consistently apply "transparent...
2020-12-19 Ben Pfaffcairo: Drop unused line_spacing, line_width members...
2020-12-19 Ben Pfaffrender: Add comment.
2020-12-19 Ben Pfaffoutput: Fix typos in copyright notices.
2020-12-19 Ben Pfaffsys-file-reader: Omit @(#) from file strings in sfm_get...
2020-12-17 Ben Pfaffexpressions: Improve error messages.
2020-12-17 Ben Pfafftests: Restore tests that were commented out by buggy...
2020-12-13 Stéphane AuleryUpdated the fr.po translation
2020-12-13 John Darringtondoc/automake.mk (html-local): Add dependency on the...
2020-12-13 John DarringtonWhen cross-compiling, also build native binaries, and...
2020-12-13 Ben Pfaffpsppire-dialog-action-crosstabs: Mention Cramer's V...
2020-12-05 Ben Pfaffoutput: Move parse_color() from cairo.c to options.c.
2020-12-05 Ben Pfaffoptions: Fix error message for parsing chart file names.
2020-11-30 Ben Pfaffcairo: Remove 'x' from struct xr_driver.
2020-11-30 Ben Pfaffcairo: Remove 'heading_vars' from struct xr_driver.
2020-11-30 Ben Pfaffcairo: Remove unused 'command_name', 'title', 'subtitle...
2020-11-30 Ben Pfaffcairo: Remove obsolete 'nest' member from struct xr_driver.
2020-11-29 Ben Pfaffcairo: Simplify and modernize xr_create().
2020-11-28 John DarringtonDocumentation: Add the generated screenshots to the...
2020-11-28 John DarringtonDocumentation: Add some screenshots to the user manual.
2020-11-28 John Darringtondoc/variables.texi: Rearrange sections into a more...
2020-11-28 John DarringtonDocumentation: Add an example for SORT CASES
2020-11-28 John DarringtonDocumentation: Add an example showing how AGGREGATE...
2020-11-28 John DarringtonDocumentation: Add an example showing the use of SELECT IF.
2020-11-28 John DarringtonDocumentation: New example for the temporary command
2020-11-28 Ben Pfaffdoc: Make figure references relative to doc/, not to...
2020-11-28 Ben Pfaffdoc: Use $(convert) variable consistently.
2020-11-28 Ben Pfaffdoc: Be consistent about plurals in figure target and...
2020-11-28 Ben Pfaffdoc: Move output examples from "examples" to "pspp...
2020-11-27 Ben PfaffMakefile: Fix spelling of "prerequisites".
2020-11-27 Ben Pfaffsrc/libpspp/Makefile.am: Fix atomicity of version.c...
2020-11-17 John Darringtonsrc/ui/gui/psppire-import-textfile.c: Fix compiler...
2020-11-17 John DarringtonOnly reset the separators page when going forwards
2020-11-17 John DarringtonFix on_quote_combo_change callback
2020-11-17 John DarringtonRemove diagnostic
2020-11-17 John Darringtonsrc/data/dictionary.c (make_hinted_name): Limit generat...
2020-11-17 John DarringtonMove syntax generation to the psppire-import-textfile...
2020-11-15 John DarringtonPartial revert "work on getting better output into...
2020-11-16 Friedrich Beckmannwindows: EXEEXT was at wrong place
2020-11-16 Ben Pfaffsvg2png: Speed up gimp startup with -d option.
2020-11-16 Ben PfaffSmake: Clean icons from "clean" target and add clean...
2020-11-16 Ben Pfaffwork on getting better output into documentation
2020-11-16 John Darringtondoc/automake.mk: Re-instate html-local as a dummy rule
2020-11-16 Friedrich BeckmannMacOS: wc does not support -L option
2020-11-15 Friedrich Beckmanncheck gcc version before using gnu_printf attribute
2020-11-14 Friedrich Beckmannautomake: added EXEEXT for windows support
2020-11-14 John DarringtonFix leak in perl module
2020-11-13 Ben PfaffFix parsing of some more .tlo files.
2020-11-10 Ben PfaffAdd support for .tlo TableLook files from SPSS 15 and...
2020-11-07 John DarringtonNew function: xr_draw_eps_chart
2020-11-07 John DarringtonTeX driver: Add some REVERSED glyphs
2020-11-07 John DarringtonTeX driver: Use the glyphs from wasyfont instead of...
2020-11-01 John Darringtondoc/automake.mk: Simplify conversion rules
2020-11-01 John Darringtondoc/automake.mk: Remove comment which is no longer...
2020-11-03 Ben Pfaffspv-table-look: Don't use user-provided text as format...
2020-10-31 John DarringtonFix oneway bug and add a test
2020-10-25 John DarringtonUser manual: Add 2020 to copyright date
2020-10-25 John DarringtonUser manual: kg -> kilogram
2020-10-25 John DarringtonUser manual: Mention TeX in the list of supported outpu...
2020-10-25 John DarringtonUser manual: Move some sentances out of the future...
2020-10-25 John DarringtonUser manual: filename -> file name
2020-10-25 John DarringtonUser manual: Use italic typeface for latin abbreviations
2020-10-30 Ben Pfaffoutput: Break struct pivot_table_look out of struct...
next