Implement the PRESERVE and RESTORE commands.
[pspp] / src / output /
2010-07-30 John DarringtonFlush the journal after every write.
2010-07-30 Ben Pfafftemp-file: New functions for creating temporary files...
2010-07-04 John DarringtonFix various memory leaks
2010-07-04 John DarringtonFix memory leak in tab_destroy
2010-07-04 John DarringtonFix invalid reference
2010-06-29 Ben Pfaffcairo: Fix handling of font sizes. 20100702040502/pspp 20100703040502/pspp
2010-06-26 Ben Pfaffcairo: Remove support for printed headers. 20100627040502/pspp 20100628040502/pspp 20100629040501/pspp 20100630040503/pspp 20100701040502/pspp
2010-06-26 Ben Pfaffoutput: Fix logic error in table_select_slice().
2010-05-29 Ben Pfaffgui: Speed up rendering of large tables that are only... 20100530040501/pspp 20100531040501/pspp 20100601040502/pspp
2010-05-28 John DarringtonFix inconsistent label positions on piecharts.
2010-05-26 John DarringtonRemoved uninitialised variable.
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-20 Ben Pfaffcairo: Implement xr_driver_destroy() and use it during...
2010-05-19 Ben PfaffMerge "paginate" branch into "master".
2010-05-13 Ben Pfaffcairo: Allow xr_driver_create()'s caller to usefully...
2010-05-13 Ben Pfaffcairo: Apply margins to pages added with xr_driver_next...
2010-05-13 Ben Pfaffcairo: Remove write-only member 'file_type' from struct...
2010-05-08 Ben Pfaffoutput: Refactor Cairo output driver to make printing...
2010-05-08 Ben Pfaffcairo: Update #include style.
2010-04-24 Ben Pfaffcairo-chart: Fix Pango version check.
2010-03-22 Ben Pfaffpsppire: Use default GTK+ font in output shown in GUI.
2010-03-13 Ben Pfafftab: Add debugging checks to tab_hline() to match those...
2010-03-09 Ben Pfafftab: Drop redundant assertions.
2010-02-24 Ben Pfaffodt: Remove dependency on external "zip" program. 20100224040512/pspp
2010-02-21 Ben Pfaffcsv: Fix setting output file name. 20100222040508/pspp 20100223040526/pspp
2010-02-20 Ben PfaffBuild the ODT driver only if libxml2 is available.
2010-02-12 Ben Pfaffodt: Restore writing creator metadata.
2010-02-10 Ben Pfaffoutput: Support --without-cairo.
2010-02-10 Ben Pfaffodt: Remove dependency on <pwd.h> because mingw32 does...
2010-02-08 Ben Pfaffoutput: Phrase output driver error messages more consis...
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben Pfaffoutput: Make errors, warnings, and notes into a new...
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2010-02-06 Ben Pfaffodt: Avoid assertion failure if "mimetype" file cannot...
2010-02-06 Ben Pfaffodt: Fix writing files with names different from 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-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 Pfaffascii: Fix closing pipe files in ascii_destroy().
2010-01-19 Ben Pfaffascii: Fix ascii_flush().
2010-01-17 Ben PfaffFix use of uninitialized data in table_casereader_get_c...
2010-01-17 Ben PfaffRewrite PSPP output engine.
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-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
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-06 Ben Pfaffoutput: Remove PostScript driver.
2009-12-06 Ben Pfafffile-name: Generalize fn_interp_vars().
2009-11-18 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-11-18 John DarringtonFix problem building with --without-libplot
2009-10-24 Ben PfaffMerge "master" into "output".
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-09-15 Ben PfaffMerge commit 'origin/stable' into stable
2009-08-14 John DarringtonRevert pango dependency to version 2.20
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-11 Ben PfaffDelete tab_raw function and tab_alloc macro.
2009-08-11 Ben PfaffDelete tab_create()'s unused third parameter.
2009-08-11 Ben PfaffSeparate table functions that format their arguments...
2009-08-09 Ben PfaffAdd CONST_CAST macro, for casting away "const" more...
2009-08-09 Ben PfaffAdd UP_CAST macro, for safer casting from contained...
2009-08-06 Ben Pfaffoutput: Always use helper functions to access struct...
2009-08-05 Ben Pfaffoutput: Remove write-only "col_group' member from struc...
2009-08-05 Ben Pfaffoutput: Get rid of write-only "hit" member in struct...
2009-08-05 Ben Pfaffoutput: Fix warnings about unused function arguments...
2009-08-01 John DarringtonConsolidate translatable strings into a common form.
2009-08-01 John DarringtonAdded options to the ODF driver.
2009-08-01 John DarringtonFixed bug rendering joined columns
2009-08-01 John DarringtonAdd a styles.xml file
2009-08-01 John DarringtonPrevent existing output file from interfereing with zip
2009-08-01 John DarringtonEnable joined cells to be rendered properly
2009-07-31 John DarringtonAdded a meta.xml file.
2009-07-31 John DarringtonAdd comments and cleanup
2009-07-31 John DarringtonAdd the file I forgot to include
2009-07-31 John DarringtonInitial attempt at an ODF driver
2009-07-30 Ben Pfaffoutput: Draw titles on charts in a larger font than...
2009-07-30 Ben Pfaffoutput: Fix vertical alignment of text to a baseline...
2009-07-30 Ben Pfaffoutput: Use Cairo and Pango to draw charts, instead...
2009-07-29 Ben Pfaffoutput: Make chart geometry the responsibility of the...
2009-07-28 Ben Pfaffcharts: Use numeric colors instead of color names.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-22 Ben Pfaffoutput: Make building without libplot possible again.
2009-07-22 Ben Pfaffoutput: Use macro HAVE_CHARTS instead of NO_CHARTS.
2009-07-22 Ben Pfaffoutput: Remove barchart implementation, which is unused.
2009-07-20 Ben PfaffMove implementation of NP plots out of EXAMINE into...
2009-07-20 Ben Pfaffcharts: Allow passing a null pointer to chart_unref.
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-18 John DarringtonImprove code to trim leading spaces from numeric output.
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
2009-07-07 John DarringtonReplace legacy_recode with recode_string.
2009-07-07 John DarringtonAdd dictionary argument to tab_value.
next