pivot-table: Reduce size of struct pivot_value from 96 bytes to 80.
[pspp] / src / output / table.c
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-02 Ben Pfafftext-item: Use struct font_style instead of individual...
2021-01-02 Ben Pfafftable-item: Make caption into table_cell too.
2021-01-01 Ben Pfafftable-item: Change title from table_item_text to table_...
2021-01-01 Ben Pfafftable-provider: Remove "const" from struct table_cell...
2021-01-01 Ben Pfaffoutput: Improve comments.
2020-12-31 Ben Pfaffoutput: Remove superscript support.
2020-12-27 Ben Pfafftable: Get rid of accessor functions for 'h' and 'n...
2020-12-27 Ben Pfafftable: Delete some functions that were unused or barely...
2020-10-30 Ben Pfafftable: Rename area_style to table_area_style for consis...
2020-06-27 John DarringtonFix memory leak in src/output/table.c
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 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 Pfafftable: Get rid of table_cell destructors, which were...
2019-12-29 Ben Pfafftable-item: Generalize support for layer info.
2019-12-29 Ben Pfafftable: Make table_collect_footnotes() not return NULL...
2019-10-11 Ben Pfaffoutput: Reimplement table_from_string in terms of tab.
2019-10-11 Ben Pfaffoutput: Remove table_unshare.
2019-10-11 Ben Pfaffoutput: Remove table_select and table_paste.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2019-01-01 Ben Pfaffoutput: Support decimal and mixed alignment,
2019-01-01 Ben Pfaffoutput: Rename a few struct members for consistency.
2019-01-01 Ben Pfafftable: Make table cells have exactly one piece of conte...
2018-12-25 Ben Pfaffoutput: Implement styling for titles and captions.
2018-12-25 Ben Pfaffoutput: Add support for colors for rules.
2018-12-25 Ben Pfaffoutput: Add support for fonts.
2018-12-25 Ben Pfaffoutput: Add support for cell margins.
2018-12-25 Ben Pfaffoutput: Add support for colors in cells.
2018-12-25 Ben Pfaffoutput: Expand footnote support.
2018-12-03 Ben Pfaffoutput: Remove support for nested tables.
2016-02-21 Ben Pfafftable: Fix memory leak.
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.
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-08-11 John Darringtonsrc/output/table.h: Rename class -> klass 20130811030503/pspp
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-17 Ben PfaffRewrite PSPP output engine.
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-10-24 Ben PfaffMerge "master" into "output".
2009-09-24 John DarringtonMerge commit 'origin/stable'
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-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-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
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-06-23 Ben Pfaffoutput: Include command names in titles in GUI output.
2009-06-20 Ben Pfaffoutput: Make tables reference-counted.
2009-06-20 Ben Pfaffoutput: Improve warnings about negative table dimensions.
2009-06-16 Ben Pfaffoutput: Make global variables less global.
2009-06-15 Ben Pfaffoutput: Make table dimension functions work in arbitrar...
2009-06-13 Ben Pfaffoutput: Use "struct string" in tabi_title in place...
2009-06-12 Ben PfaffGet rid of most global variables in outputting tables.
2009-06-12 Ben Pfaffoutput: Get rid of unused members of struct som_table_c...
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-02-09 Ben PfaffImprove VECTOR implementation.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-22 John DarringtonMore constness/namespace policing
next