font resolution works!
[pspp] / src / output /
2020-12-15 Ben Pfafffont resolution works! dev2
2020-12-14 Ben Pfaffpango fucking cairo resolution!
2020-12-14 Ben Pfaffprinting works; font sizes are weird
2020-12-14 Ben PfaffRefactoring.
2020-12-13 Ben Pfaffcairo output works again
2020-12-13 Ben Pfaffcairo: Use arrays for page sizes and margins, to simpli...
2020-12-13 Ben Pfaffcairo: Move chart code into cairo-chart.
2020-12-13 Ben Pfaffcairo: Get rid of unused PangoLayouts.
2020-12-13 Ben Pfaffcairo: Remove unneeded code.
2020-12-13 Ben PfaffRevert "something odd with extra-large fixed font in...
2020-12-13 Ben Pfaffsomething odd with extra-large fixed font in export...
2020-12-13 Ben Pfaffcairo: Get rid of xr_render_fsm.
2020-12-13 Ben PfaffRevert "work"
2020-12-13 Ben Pfaffwork
2020-12-13 Ben Pfaffcairo: Factor out code for basic rendering.
2020-12-13 Ben Pfaffrender: Add comment.
2020-12-13 Ben Pfaffcairo: Remove "emphasis" font option because it had...
2020-12-13 Ben Pfaffrender: Make struct render_params a little smaller.
2020-12-13 Ben Pfaffpage-eject-item: Factor out of text_item.
2020-12-13 Ben Pfaffoutput: Fix typos in copyright notices.
2020-12-13 Ben Pfaffcairo: Drop unused line_spacing, line_width members...
2020-12-13 Ben Pfaffpsppire-output-view: Consistently apply "transparent...
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-15 Friedrich Beckmanncheck gcc version before using gnu_printf attribute
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-03 Ben Pfaffspv-table-look: Don't use user-provided text as format...
2020-10-30 Ben Pfaffoutput: Break struct pivot_table_look out of struct...
2020-10-30 Ben Pfafftable: Rename area_style to table_area_style for consis...
2020-10-29 Ben Pfaffrender: Fix rendering of backgrounds in middle- or...
2020-10-29 Ben Pfaffoutput: New HTML driver option "bare".
2020-10-29 Ben Pfaffpspp-output: New command get-table-look.
2020-10-29 Ben Pfaffspv: Support underlining in table styles.
2020-10-27 Ben Pfaffspv: Avoid some compiler warnings on mingw.
2020-10-27 Ben PfaffUse gnu_printf in attribute(()) to indicate GNU printf...
2020-10-27 Ben Pfaffpspp-output: New option --table-look.
2020-10-26 John DarringtonTeX driver: Conditionally emit "\input graphics" contro...
2020-10-25 Ben Pfafftex: Avoid compiler warning for unused variable.
2020-10-25 Ben Pfaffpspp-output: Add new --nth-commands option.
2020-10-25 John DarringtonAdd a TeX driver
2020-10-25 Ben Pfaffspv-driver: Fix double free on error path.
2020-09-11 Friedrich Beckmanncairo: added xr_draw_svg_file function
2020-09-11 Friedrich Beckmannoutput view: make items selectable and use system colours
2020-08-31 Ben Pfaffspv-light-decoder: Avoid GCC 10.x warning in decode_spv...
2020-08-29 Friedrich Beckmannxml-parser-generator - iterate over sorted dict - ...
2020-08-24 Friedrich BeckmannWarnings: added cast for enumaration types
2020-08-16 John Darringtonhtml.c: Reimplement as HTML5
2020-08-18 John Darringtonbarchart.c: Sort the categories before displaying them.
2020-08-17 Friedrich Beckmannlimit the number of variables in barchart from crosstab...
2020-07-11 John DarringtonSpreadLevel Plot: Don't try to take the logarithm of...
2020-07-11 John Darringtonsrc/output/cairo-chart.h (xrchart_write_scale): Check...
2020-07-11 John DarringtonDo not attempt to use the output driver while it's...
2020-07-04 John DarringtonHTML output driver: Correct typo
2020-06-27 John DarringtonIntroduce reference counting for variables.
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-27 John DarringtonFix memory leak in src/output/table.c
2020-06-20 John Darringtonspv.c: Avoid warnings about uninitialised variables
2020-06-14 John DarringtonFix broken build when ./configure --without-gui is...
2020-06-14 John DarringtonRemove trailing whitespace at end of lines
2020-06-07 John DarringtonWhitespace changes only.
2020-01-09 Ben Pfaffascii: Correct multiple bugs regarding output width.
2020-01-09 Ben Pfaffascii: Fix parsing of -O width=<n> option.
2020-01-01 Ben Pfaffpivot-table: Avoid ctime_r() for portability reasons.
2019-12-30 Ben Pfaffspv: Make parser generators compatible with python3.
2019-12-30 Ben Pfaffspv: Run Python at build time via $PYTHON variable.
2019-12-29 Ben Pfaffcairo: Fix font scaling.
2019-12-29 Ben Pfaffpivot-table: Kluge dropping default 9-point font to...
2019-12-29 Ben PfaffAdd support for reading and writing SPV files.
2019-12-29 Ben Pfaffpivot-table: Add support for hiding footnotes.
2019-12-29 Ben Pfaffpivot-table: Add support for hiding the caption.
2019-12-29 Ben Pfaffoutput: Refine support for footnotes, subscripts, and...
2019-12-29 Ben Pfafftable: Factor out common code and improve comments.
2019-12-29 Ben Pfafftable: Replace table_joined_cell by table_cell.
2019-12-29 Ben Pfaffrender: Fix up layer violation in add_footnote_page().
2019-12-29 Ben Pfafftable: Get rid of TAL_* constants.
2019-12-29 Ben Pfafftable: Get rid of TAB_* for horizontal and vertical...
2019-12-29 Ben Pfaffpivot-table: Make pivot_area_get_default_style() return...
2019-12-29 Ben Pfafftable: Add pool parameter to area_style_copy(), font_st...
2019-12-29 Ben Pfafftable: Move tab.h into table.h and rename tab_*() to...
2019-12-29 Ben Pfafftable: Merge tab.c into table.c.
2019-12-29 Ben Pfafftab: Merge struct tab_table into struct table.
2019-12-29 Ben Pfafftable: Require headers to be set at table creation.
2019-12-29 Ben Pfafftable: Get rid of table_class.
2019-12-29 Ben Pfafftable: Simplify interface for number of rows and columns.
2019-12-29 Ben Pfafftab: Fix overlap between table enumerations.
2019-12-29 Ben Pfafftable: Get rid of table_cell destructors, which were...
2019-12-29 Ben Pfaffpivot-table: Initialize subtype, command_id for pivot...
2019-12-29 Ben Pfaffpivot-table: Make template pivot_values localized.
2019-12-29 Ben Pfaffpivot-table: Also dump sizing info in pivot_table_dump().
2019-12-29 Ben Pfaffpivot-table: Minor comment and style improvements.
2019-12-29 Ben Pfaffpivot-table: Make struct pivot_cell public.
next