treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / output / ascii.c
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-04-18 John DarringtonOutput drivers: Remove assertions on OUTPUT_ITEM_GROUP
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-02-21 Ben Pfaffascii: Always include <sys/ioctl.h> if we're calling...
2021-01-25 Ben Pfaffoutput: Replace OUTPUT_ITEM_PAGE_SETUP by a new driver...
2021-01-25 Ben Pfaffoutput: Make groups contain their subitems, and get...
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-10 Ben Pfaffascii: Include footnote markers in output.
2021-01-09 Ben PfaffMake the Cairo and Pango libraries required rather...
2021-01-08 Ben PfaffAdd support for PNG images in .spv files.
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-01 Ben Pfaffoutput-item: Make label a part of every output_item.
2020-12-31 Ben Pfaffoutput: Remove superscript support.
2020-12-31 Ben Pfaffascii: Support dashed lines in output.
2020-12-31 Ben Pfaffascii: Refactor definition of box characters.
2020-12-27 Ben Pfafftable: Delete some functions that were unused or barely...
2020-12-27 Ben Pfaffhtml: Pop up tooltip with table notes in output.
2020-12-20 John DarringtonFix building --without-cairo
2020-12-20 Ben Pfaffcairo: Move chart code into cairo-chart.
2020-12-19 Ben Pfaffrender: Make struct render_params a little smaller.
2020-12-19 Ben Pfaffpage-eject-item: Factor out of text_item.
2020-12-05 Ben Pfaffoutput: Move parse_color() from cairo.c to options.c.
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-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.
2019-12-29 Ben Pfaffoutput: Refine support for footnotes, subscripts, and...
2019-12-15 Ben Pfaffascii: Open output file immediately instead of deferrin...
2019-10-30 Ben Pfaffascii: Avoid buffer overread outputting page longer...
2019-10-11 Ben Pfaffoutput: Move text_item and group_item usage closer...
2019-10-11 Ben Pfaffoutput: Reimplement table_from_string in terms of tab.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-06 Ben Pfaffascii: Always use Unicode boxes by default if appropriate.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2019-01-01 Ben Pfaffoutput: Support decimal and mixed alignment,
2019-01-01 Ben Pfafftable: Make table cells have exactly one piece of conte...
2019-01-01 Ben Pfaffoutput: Add support for Pango markup of fonts and styles.
2019-01-01 Ben Pfaffoutput: Cache the script ltr versus rtl direction.
2018-12-25 Ben Pfaffoutput: Introduce group_item in place of TEXT_ITEM_COMM...
2018-12-25 Ben Pfafftext-item: Merge "title" and "subtitle" items into...
2018-12-25 Ben Pfaffoutput: Add support for alternating row colors.
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 dashed, thick, and thin rules.
2018-12-25 Ben Pfaffoutput: Add support for vertical alignment of cells.
2018-12-25 Ben Pfaffoutput: Expand footnote support.
2018-12-25 Ben Pfaffoutput: Factor common code for command name tracking...
2018-12-25 Ben Pfaffascii: Get rid of the idea of pages.
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2018-12-03 Ben Pfaffoutput: Remove support for nested tables.
2018-11-26 Ben Pfaffascii: Fix assertion in ascii_output_table_item().
2018-11-26 Ben Pfaffascii: Update min_breaks along with width and length.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-26 John DarringtonFix assertion failure when using PRINT with an empty...
2015-12-02 John DarringtonVertically reflect the table borders for RTL locales
2015-11-21 John DarringtonMake fn_open and fn_close take a struct file_handle...
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: Fold caption drawing into rendering engine.
2014-09-13 Ben Pfaffrender: Render table_items instead of tables.
2014-09-13 Ben Pfaffrender: Push all rendering, not just pagination, into...
2014-09-13 Ben Pfaffrender: Introduce render_pager to factor out code from...
2014-08-24 Ben Pfaffoutput: Implement nested tables.
2014-07-20 Ben PfaffMake minimum breaks configurable.
2014-01-28 John DarringtonFix broken build with ./configure --without-cairo 20140129030505/pspp 20140130030504/pspp
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-10-19 John DarringtonRespect forground and background options when writing...
2013-09-26 Ben Pfaffascii: Use correct arguments in call to msg_error().
2013-09-25 John DarringtonUse the msg function to report errors wherever possible.
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-07 Ben Pfaffascii: Omit whitespace at the end of a line.
2013-04-05 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-04 John Darringtonascii.c: Use symbol instead of constant literal 20130405030516/pspp 20130406010505/pspp 20130407010512/pspp
2013-04-04 John DarringtonFixed bug displaying unicode box characters.
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-25 Ben Pfaffu8-line: Add new u8_line_set_length() function.
2012-12-25 Ben Pfaffu8-line: Factor out new library for composing lines...
2012-12-02 Ben PfaffMerge 'master' into 'psppsheet'. 20121202031952/pspp 20121203032039/pspp 20121204032004/pspp 20121205032030/pspp 20121206032021/pspp 20121207032036/pspp 20121208032040/pspp 20121209032019/pspp 20121210032023/pspp 20121211032038/pspp 20121212032028/pspp 20121213032029/pspp 20121214032036/pspp 20121215032028/pspp 20121216032020/pspp 20121217032038/pspp 20121218031957/pspp 20121219032034/pspp 20121220032031/pspp 20121221032037/pspp 20121222032032/pspp 20121223032002/pspp 20121225032008/pspp 20121226032016/pspp 20121227032003/pspp 20121228032058/pspp 20121229032201/pspp 20121230032128/pspp
2012-11-24 Ben Pfaffoutput: Make default output file name depend on the...
2012-02-26 John Darringtonascii.c: Reallocate the lines after the page is resized
2012-02-26 John DarringtonRemove redundant assignment
2012-02-26 John Darringtonascii.c: Move auto out of the #if HAVE_DECL_SIGWINCH...
2012-02-26 John Darringtonascii.c (ascii_reserve) Added assertion.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-04-23 Ben Pfaffascii: Don't print command names in output.
2011-04-23 Ben Pfaffascii: Add support for multibyte characters.
2011-04-17 Ben Pfaffascii: Drop useless 'wrap_mode' parameter from ascii_la...
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-10-29 John DarringtonConditionally compile in the SIGWINCH handler
2010-10-27 John DarringtonMake ascii driver's length and width parameters fit...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfaffcast: New macro NULL_SENTINEL. 20100924040502/pspp
2010-09-19 John DarringtonConst casts.
next