projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
reractor
[pspp]
/
src
/
output
/
table.c
2021-03-09
Ben Pfaff
pivot-table: Reduce size of struct pivot_value from...
blob
|
commitdiff
|
raw
2021-03-09
Ben Pfaff
pivot-table: Reduce size of struct pivot_value from...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-11
Ben Pfaff
output-item: Collapse the inheritance hierarchy into...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-02
Ben Pfaff
output: Make table_item a pivot_table, table_cell a...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-02
Ben Pfaff
text-item: Use struct font_style instead of individual...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-02
Ben Pfaff
table-item: Make caption into table_cell too.
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Ben Pfaff
table-item: Change title from table_item_text to table_...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Ben Pfaff
table-provider: Remove "const" from struct table_cell...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Ben Pfaff
output: Improve comments.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-31
Ben Pfaff
output: Remove superscript support.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-27
Ben Pfaff
table: Get rid of accessor functions for 'h' and 'n...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-27
Ben Pfaff
table: Delete some functions that were unused or barely...
blob
|
commitdiff
|
raw
|
diff to current
2020-10-30
Ben Pfaff
table: Rename area_style to table_area_style for consis...
blob
|
commitdiff
|
raw
|
diff to current
2020-06-27
John Darrington
Fix memory leak in src/output/table.c
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
output: Refine support for footnotes, subscripts, and...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Factor out common code and improve comments.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Replace table_joined_cell by table_cell.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
render: Fix up layer violation in add_footnote_page().
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Get rid of TAL_* constants.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Get rid of TAB_* for horizontal and vertical...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Add pool parameter to area_style_copy(), font_st...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Move tab.h into table.h and rename tab_*() to...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Merge tab.c into table.c.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
tab: Merge struct tab_table into struct table.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Require headers to be set at table creation.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Get rid of table_class.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Simplify interface for number of rows and columns.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Get rid of table_cell destructors, which were...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table-item: Generalize support for layer info.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Make table_collect_footnotes() not return NULL...
blob
|
commitdiff
|
raw
|
diff to current
2019-10-11
Ben Pfaff
output: Reimplement table_from_string in terms of tab.
blob
|
commitdiff
|
raw
|
diff to current
2019-10-11
Ben Pfaff
output: Remove table_unshare.
blob
|
commitdiff
|
raw
|
diff to current
2019-10-11
Ben Pfaff
output: Remove table_select and table_paste.
blob
|
commitdiff
|
raw
|
diff to current
2019-01-01
Ben Pfaff
output: Introduce pivot tables.
blob
|
commitdiff
|
raw
|
diff to current
2019-01-01
Ben Pfaff
output: Support decimal and mixed alignment,
blob
|
commitdiff
|
raw
|
diff to current
2019-01-01
Ben Pfaff
output: Rename a few struct members for consistency.
blob
|
commitdiff
|
raw
|
diff to current
2019-01-01
Ben Pfaff
table: Make table cells have exactly one piece of conte...
blob
|
commitdiff
|
raw
|
diff to current
2018-12-25
Ben Pfaff
output: Implement styling for titles and captions.
blob
|
commitdiff
|
raw
|
diff to current
2018-12-25
Ben Pfaff
output: Add support for colors for rules.
blob
|
commitdiff
|
raw
|
diff to current
2018-12-25
Ben Pfaff
output: Add support for fonts.
blob
|
commitdiff
|
raw
|
diff to current
2018-12-25
Ben Pfaff
output: Add support for cell margins.
blob
|
commitdiff
|
raw
|
diff to current
2018-12-25
Ben Pfaff
output: Add support for colors in cells.
blob
|
commitdiff
|
raw
|
diff to current
2018-12-25
Ben Pfaff
output: Expand footnote support.
blob
|
commitdiff
|
raw
|
diff to current
2018-12-03
Ben Pfaff
output: Remove support for nested tables.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-21
Ben Pfaff
table: Fix memory leak.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-01
Friedrich Beckmann
merge master->gtk3, fixed psppire-output-view.c refacto...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-16
Ben Pfaff
output: Add support for captions.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-13
Ben Pfaff
output: Add footnote support.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-13
Ben Pfaff
render: Render table_items instead of tables.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-24
Ben Pfaff
output: Implement nested tables.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-26
Ben Pfaff
Merge 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
blob
|
commitdiff
|
raw
|
diff to current
2013-08-11
John Darrington
src/output/table.h: Rename class -> klass
20130811030503/pspp
blob
|
commitdiff
|
raw
|
diff to current
2011-07-01
John Darrington
Merge remote branch 'savannah/master' into sourceview
blob
|
commitdiff
|
raw
|
diff to current
2011-03-19
Ben Pfaff
Update all #include directives to the currently preferr...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-21
John Darrington
Merge commit 'origin/covariance'
blob
|
commitdiff
|
raw
|
diff to current
2010-02-08
Ben Pfaff
Merge "output" into "master"
blob
|
commitdiff
|
raw
|
diff to current
2010-01-17
Ben Pfaff
Rewrite PSPP output engine.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-25
John Darrington
Merge branch 'master' into output
blob
|
commitdiff
|
raw
|
diff to current
2009-12-18
John Darrington
Merge branch 'master' into output
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-10-24
Ben Pfaff
Merge "master" into "output".
blob
|
commitdiff
|
raw
|
diff to current
2009-09-24
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Ben Pfaff
Merge master into output branch.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Ben Pfaff
Delete tab_raw function and tab_alloc macro.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Ben Pfaff
Delete tab_create()'s unused third parameter.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
Ben Pfaff
Separate table functions that format their arguments...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-06
Ben Pfaff
output: Always use helper functions to access struct...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Ben Pfaff
output: Remove write-only "col_group' member from struc...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Ben Pfaff
output: Get rid of write-only "hit" member in struct...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
John Darrington
Merge commit 'origin/roc'
blob
|
commitdiff
|
raw
|
diff to current
2009-07-18
John Darrington
Merge commit 'origin/data-encoding'
blob
|
commitdiff
|
raw
|
diff to current
2009-07-18
John Darrington
Improve code to trim leading spaces from numeric output.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-16
Ben Pfaff
Separate table functions that format their arguments...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
John Darrington
Replace legacy_recode with recode_string.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
John Darrington
Add dictionary argument to tab_value.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-06
John Darrington
Convert to utf8 in data_out function.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-06
John Darrington
data_out function to dynamically allocate return value.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-23
Ben Pfaff
output: Include command names in titles in GUI output.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-20
Ben Pfaff
output: Make tables reference-counted.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-20
Ben Pfaff
output: Improve warnings about negative table dimensions.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-16
Ben Pfaff
output: Make global variables less global.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Ben Pfaff
output: Make table dimension functions work in arbitrar...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-13
Ben Pfaff
output: Use "struct string" in tabi_title in place...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-12
Ben Pfaff
Get rid of most global variables in outputting tables.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-12
Ben Pfaff
output: Get rid of unused members of struct som_table_c...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-07
Ben Pfaff
output: Add auxiliary data parameter to tab_dim.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-08
John Darrington
Merge commit 'origin/master' into charset
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
John Darrington
Merge commit 'origin/stable'
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
John Darrington
Allow users to set the precision of output statistics.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-12
Ben Pfaff
xalloc.h-instead-of-alloc.h.patch from patch #6230.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-12
Ben Pfaff
magic-elimination.patch from patch #6230.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-07
Ben Pfaff
Change license from GPLv2+ to GPLv3+.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-08
John Darrington
Delete trailing whitespace at end of lines.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-09
Ben Pfaff
Improve VECTOR implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-15
Ben Pfaff
Remove "Written by Ben Pfaff <blp@gnu.org>" lines every...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-10
Ben Pfaff
Finish converting struct variable to an opaque type...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-25
Ben Pfaff
We've had a mix of min, max from libpspp/misc.h and...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-05
Ben Pfaff
Rewrite and improve formatted output routines.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-03
Ben Pfaff
Completely rewrite src/data/format.[ch], to achieve...
blob
|
commitdiff
|
raw
|
diff to current
next