table: Make table cells have exactly one piece of content again.
[pspp] / src / output / tab.c
2019-01-01 Ben Pfafftable: Make table cells have exactly one piece of conte...
2019-01-01 Ben Pfaffoutput: New page-setup-item.
2018-12-25 Ben Pfaffoutput: Implement styling for footnotes.
2018-12-25 Ben Pfafftab: Support cell-specific styles.
2018-12-25 Ben Pfaffoutput: Add support for colors for rules.
2018-12-25 Ben Pfaffoutput: Add support for colors in cells.
2018-12-25 Ben Pfaffoutput: Add support for dashed, thick, and thin rules.
2018-12-25 Ben Pfafftab: Expand space for table options from 8 to 16 bits...
2018-12-25 Ben Pfaffoutput: Expand footnote support.
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2018-12-03 Ben Pfaffoutput: Remove support for nested tables.
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-07 John Darringtonsrc/output.tab.c: Format according to Gnu Coding Standards
2016-06-04 Friedrich Beckmanntab.c: Compile error in debug mode
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-09-16 Ben Pfaffoutput: Add support for captions.
2014-09-13 Ben Pfaffoutput: Add footnote support.
2014-09-13 Ben Pfaffrender: Render table_items instead of tables.
2014-08-24 Ben Pfaffoutput: Implement nested tables.
2014-07-09 John DarringtonAdd OUTPUT MODIFY command
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-09-25 John DarringtonUse the msg function to report errors wherever possible.
2013-08-11 John Darringtonsrc/output/table.h: Rename class -> klass 20130811030503/pspp
2013-05-26 Ben PfaffAvoid letting data fields overflow in output and GUI. 20130527010502/pspp
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-04-12 Ben Pfafftab: Make tab_value() take a variable instead of a...
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-07-04 John DarringtonFix memory leak in tab_destroy
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-03-13 Ben Pfafftab: Add debugging checks to tab_hline() to match those...
2010-03-09 Ben Pfafftab: Drop redundant assertions.
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-17 Ben PfaffRewrite PSPP output engine.