pivot table procedure conceptually works
[pspp] / src / output /
2011-12-11 John DarringtonRemove xr_draw_chart from cairo.h and make static
2011-08-24 John DarringtonImprove paste to Openoffice.org &c 20110824030501/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-01 John DarringtonFix incorrect conditional
2011-07-01 John DarringtonMark get_rule function as inline.
2011-07-01 John DarringtonAdded support to read OpenDocument spreadsheet files
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-05-07 Ben Pfaffcairo: Left-justify text items rendered in the GUI.
2011-04-23 Ben PfaffAdd new output/ascii.h header to the distribution,...
2011-04-23 Ben Pfaffascii: Print syntax in output single-spaced. 20110423030508/pspp
2011-04-23 Ben Pfaffascii: Don't print command names in output.
2011-04-23 Ben Pfaffodt: Write command name in output both only before...
2011-04-23 Ben Pfaffascii: Add support for multibyte characters.
2011-04-17 Ben Pfaffascii: Drop useless 'wrap_mode' parameter from ascii_la...
2011-04-16 Ben Pfafftable-casereader: Put space between columns. 20110416030505/pspp
2011-04-16 Ben Pfaffrender: Fix rendering of TAL_GAP rules.
2011-04-12 Ben Pfafftab: Make tab_value() take a variable instead of a...
2011-03-23 Ben Pfaffcairo: Correctly render table during scrolling. 20110323030507/pspp 20110324030502/pspp
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfaffoutput: New function text_item_create_nocopy().
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-20 Ben Pfaffi18n: Introduce C_ENCODING as replacement for LEGACY_NA...
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-11-06 Ben Pfaffcsv: Make the character used for quoting configurable. 100/pspp 101/pspp 102/pspp 103/pspp 20101106040501/pspp 20101107040502/pspp 20101108040501/pspp 20101109040501/pspp 20101110040502/pspp 20101111040502/pspp 20101112040502/pspp 20101113040502/pspp 20101114040508/pspp
2010-11-06 Ben Pfaffcsv: Add ability to suppress table captions.
2010-11-05 Ben Pfaffcsv: Better support separators other than comma or... 20101105040501/pspp
2010-10-30 Ben Pfaffcairo: Fix rendering of wide titles for GUI rendering. 20101030040501/pspp
2010-10-29 John DarringtonConditionally compile in the SIGWINCH handler
2010-10-27 Ben Pfaffcairo: Draw table titles in xr_rendering_draw() too.
2010-10-27 Ben Pfaffcairo: Always save output item in xr_rendering_create().
2010-10-27 John DarringtonMake ascii driver's length and width parameters fit...
2010-10-26 Ben Pfaffrender: Fix cells spanning otherwise completely empty...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-03 John DarringtonUpdate generated HTML to conform to W3C standards.
2010-10-03 John DarringtonUndo inappropriate quote substitution in generated...
2010-10-02 John DarringtonUse macros from cast.h instead of literal casts
2010-09-30 John DarringtonFix memory leak in output rendering
2010-09-24 Ben Pfaffcast: New macro NULL_SENTINEL. 20100924040502/pspp
2010-09-19 John DarringtonConst casts.
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-09-04 Michel BoaventuraChange charset from html output to utf-8 20100904040502/pspp 20100905040503/pspp
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
next