FILE HANDLE: Get rid of VAR_NAME_LEN limit on handle name.
[pspp-builds.git] / src / output /
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-11-06 Ben Pfaffcsv: Make the character used for quoting configurable.
2010-11-06 Ben Pfaffcsv: Add ability to suppress table captions.
2010-11-05 Ben Pfaffcsv: Better support separators other than comma or...
2010-10-30 Ben Pfaffcairo: Fix rendering of wide titles for GUI rendering.
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-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.
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
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.
2010-06-26 Ben Pfaffcairo: Remove support for printed headers.
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...
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.
2010-02-21 Ben Pfaffcsv: Fix setting output file name.
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". origin/output fc11-i386-build82 fc11-x64-build79 sid-i386-build149
2010-01-20 Ben Pfaffascii: Fix handling of file open error. fc11-i386-build80 fc11-x64-build77 sid-i386-build147
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... fc11-i386-build77 fc11-x64-build74 sid-i386-build144
2010-01-17 Ben PfaffRewrite PSPP output engine. fc11-i386-build74 fc11-x64-build71 sid-i386-build141
2009-12-25 John DarringtonFACTOR: Added "Scree Plots" fc11-i386-build64 fc11-x64-build61 lenny-x64-build85 sid-i386-build131
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 fc11-i386-build61 fc11-x64-build58 lenny-x64-build82 sid-i386-build128
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-12-15 Ben PfaffRename src/output/charts/box-whisker.[ch] to src/output... fc11-i386-build54 fc11-x64-build51 lenny-x64-build75 sid-i386-build121
2009-12-15 Ben PfaffGet rid of superfluous Makefile in src/output/charts. fc11-i386-build53 fc11-x64-build50 lenny-x64-build74 sid-i386-build120
2009-12-06 Ben Pfaffoutput: Remove PostScript driver. fc11-i386-build50 fc11-x64-build47 lenny-x64-build71 sid-i386-build117
2009-12-06 Ben Pfafffile-name: Generalize fn_interp_vars(). fc11-i386-build49 fc11-x64-build46 lenny-x64-build70
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". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
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
next