render: Render table_items instead of tables.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 7 Sep 2014 18:22:35 +0000 (11:22 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 13 Sep 2014 18:07:03 +0000 (11:07 -0700)
commitbf3af6fb69dc94a6b3010e11e5d359e9e4abd5ba
treea6d6ca06027af335f1cda594d4836aa6829c23a7
parentd2ee46757c7602fb0d6827136fdb00af1140e2e1
render: Render table_items instead of tables.

A table_item includes the caption, which future commits will want to have
render_pager render, so the table_item is a more natural target.
13 files changed:
src/output/ascii.c
src/output/cairo.c
src/output/csv.c
src/output/html.c
src/output/odt.c
src/output/render.c
src/output/render.h
src/output/tab.c
src/output/tab.h
src/output/table-provider.h
src/output/table.c
src/output/table.h
tests/output/render-test.c