work on pivot table and FREQUENCIES usage
[pspp] / src / output /
2010-05-03 Ben Pfaffwork on pivot table and FREQUENCIES usage pivot-table
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.
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-07-05 Ben Pfaffoutput: Make box-whisker plots work again.
2009-07-03 Ben PfaffFix segfault drawing pie charts with old versions of...
2009-07-02 Ben Pfaffoutput: Refactor implementation of charts.
2009-07-02 Ben Pfaffchart: Fix format string issues in draw_tick callers.
2009-07-02 Ben Pfaffchart: Fix format string issues in chart_write_title...
2009-07-02 Ben Pfaffchart: Fix format string issues in draw_tick callers.
2009-07-02 Ben Pfaffchart: Fix format string issues in chart_write_title...
2009-07-02 Ben Pfaffpiechart: Change 'angle' variable from static to automatic.
2009-07-02 Ben Pfaffpiechart: Fix spelling of "magnitude".
2009-07-02 Ben Pfaffpiechart: Use definition of M_PI from GSL.
2009-07-01 Ben Pfaffoutput: Get rid of 'prc' member of struct outp_driver.
2009-07-01 Ben Pfaffoutput: Get rid of histogram_plot_n function.
2009-07-01 Ben Pfaffoutput: Fix segfault for writing output outside a comma...
2009-06-23 Ben Pfaffoutput: Include command names in titles in GUI output.
2009-06-20 Ben Pfaffoutput: Implement very rudimentary graphical GUI output...
2009-06-20 Ben Pfaffoutput: Make tables reference-counted.
next