render: Center and emphasize table titles.
[pspp] / src /
2014-09-16 Ben Pfaffrender: Center and emphasize table titles. center-titles
2014-09-16 Ben PfaffFREQUENCIES: Fix treatment of string variables.
2014-09-16 Ben Pfaffoutput: Add support for captions.
2014-09-14 Ben Pfaffrender: Fix bug in render_pager_draw_region().
2014-09-13 Ben Pfaffoutput: Rename caption to title.
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-09-13 Ben Pfaffstr: Make str_format_26adic() able to use lowercase.
2014-09-13 Ben PfaffRUNS: Correct calculation of significance.
2014-09-09 Ben Pfaffu8-istream: Fix handling of partial reads.
2014-09-04 Ben Pfaffhtml: Format new-lines as line breaks.
2014-09-04 Ben Pfaffhtml: Align table cells vertically at the top.
2014-09-04 Ben Pfaffzip-writer: Write size and CRC in local directory when...
2014-09-04 Ben Pfaffodt: Use text:outline-level instead of text:level insid...
2014-09-01 Ben Pfaffpsppire-dialog-action-var-info: Only allow "Jump To...
2014-08-30 Ben Pfaffpsppire-dialog-action-varinfo: Make dialog use output...
2014-08-30 Ben Pfaffpsppire-output-view: New features for use separate...
2014-08-30 Ben Pfaffpsppire-output-view: Adjust output formatting as widget...
2014-08-30 Ben Pfaffpsppire-output-view: Fix memory leaks.
2014-08-30 Ben Pfaffpsppire-output-window: Factor out output view as psppir...
2014-08-30 Ben Pfaffgui: Consistently call PsppireOutputWindow a "window...
2014-08-30 Ben Pfaffoutput: Make it possible to push and pop output engines.
2014-08-24 Ben PfaffSYSFILE INFO: Improve output formatting by using nested...
2014-08-24 Ben Pfaffoutput: Implement nested tables.
2014-07-22 Ben Pfaffrender: Rename 'cell' variables used for breaking to...
2014-07-22 Ben Pfafftable-paste: Add error-checking assertion to table_paste().
2014-07-22 Ben Pfafftable-paste: Fix comments and variable naming.
2014-07-22 Ben Pfaffrender: Fix typo in comment.
2014-07-20 Ben Pfaffrender: Fix rendering corner cases when a cell is broke...
2014-07-20 Ben PfaffMake minimum breaks configurable.
2014-07-13 Ben Pfaffrender: Don't add overflows when header is contiguous...
2014-07-13 Ben Pfafftable-select: Only cut headers into two if needed in...
2014-07-12 Ben Pfaffrender: Fix typo in comment.
2014-07-09 John DarringtonAdd OUTPUT MODIFY command
2014-07-09 John DarringtonFix typo in printed string
2014-06-24 Ben Pfaffcairo: Use same scale factor as Pango, for precision...
2014-06-24 Ben Pfaffcairo: Fix failures to scale between cairo and pango...
2014-06-24 Ben Pfaffcairo: Remove PangoWrapMode parameter that was always...
2014-06-23 John DarringtonFixed crash in REGRESSION when only one SAVE parameter...
2014-06-01 Ben Pfaffhtml: Fix right border of cells that span columns at...
2014-05-25 Ben Pfaffvariable: Report only changes in width that actually...
2014-05-11 Ben PfaffCROSSTABS: Calculate significance for lambda and Somers' d.
2014-05-06 Ben PfaffCROSSTABS: Calculate ASE for asymmetric lambda (correctly).
2014-05-06 Ben PfaffCROSSTABS: Don't calculate symmetric uncertainty coeffi...
2014-05-06 Ben PfaffCROSSTABS: Don't calculate ASE for symmetric Somers' d.
2014-05-06 Ben PfaffCROSSTABS: Drop buggy ASE for asymmetric lambda; fix...
2014-05-04 Ben PfaffCROSSTABS: Fix T values for Spearman's R and Pearson...
2014-05-04 Ben PfaffCROSSTABS: Add tests for Pearson's R, and update docume...
2014-05-04 Ben Pfaffexpressions: Reword error message upon use of unimpleme...
2014-05-04 Ben Pfaffsyntax-gen: Include missing header file.
2014-05-01 John DarringtonAnnotate some more results as p-values and update the...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2014-04-28 John Darringtonsyntax-gen.c : Allow conversion specifiers of the form...
2014-04-27 John DarringtonFixed a bug where contrasts with negative T where incor...
2014-04-26 Ben Pfaffsys-file-info: Add IBM850 and DIN_66003 encodings.
2014-04-26 John DarringtonFREQUENCIES: Fixed crash showing histograms of limited...
2014-04-25 John DarringtonFREQUENCIES: Replaced frequencies.q with frequencies.c
2014-04-25 John Darringtonsrc/ui/syntax-gen.c: Correct misleading comment
2014-04-24 John DarringtonAvoid crash in psppire-dialog-action-logistic.c
2014-04-05 Ben Pfaffpage-first-line: Make the Text column expand as the...
2014-04-04 Ben PfaffDESCRIPTIVES: Fix treatment of FILTER in presence of...
2014-04-04 Ben Pfaffline-reader: Fix null derefe in line_reader_for_fd...
2014-04-04 Ben Pfaffpsppire-syntax-window: Recode file from final encoding...
2014-03-29 John DarringtonT-TEST: Fixed a bug in reporting the independent sample...
2014-03-23 John DarringtonCartesian Graphs: use circular marker instead of square...
2014-03-19 Ben Pfaffsys-file-reader: Raise maximum number of bytes in varia...
2014-03-18 John DarringtonAdded display sort feature to PsppireDictView
2014-03-18 Ben Pfaffodt: Format newlines in table cells as Open Document...
2014-03-16 Ben Pfaffcsv-file-writer: Write all line breaks in system-specif...
2014-03-16 Ben PfaffAllow variable labels longer than 255 bytes.
2014-03-09 Ben PfaffFix warnings about casts between pointers and different...
2014-03-09 Ben Pfaffline-reader: Fix bad math when size_t is bigger than...
2014-03-09 Ben Pfaffsys-file-reader: Fix bad printf format specifiers.
2014-03-07 John DarringtonAdded some accelerator keys to the menu items. 20140308030511/pspp
2014-02-26 John Darringtonsrc/libpspp/zip-reader.c: Possible fix for windoze... 20140227030508/pspp 20140228030505/pspp 20140301030504/pspp 20140302030505/pspp 20140303030503/pspp 20140304030518/pspp 20140305030503/pspp 20140306030505/pspp
2014-02-22 John DarringtonFix issue reported on macos where the toolbar icons... 20140223030508/pspp 20140224030519/pspp 20140225030507/pspp 20140226030518/pspp
2014-02-22 John DarringtonReplace syntactical keywords in error/warning messages...
2014-02-22 John DarringtonFixed bug importing ODS files.
2014-02-21 John DarringtonReplace syntactical keywords in error/warning messages... 20140222030507/pspp
2014-02-19 John DarringtonMeans Dialog: Fix issue where the wrong syntax was... 20140220030511/pspp
2014-02-19 John Darringtonpsppire-var-view.c: Allow multiple selections
2014-02-18 Ben Pfaffdata-out: Avoid excessive spaces in data_out_stretchy... 20140219030512/pspp
2014-02-18 Ben Pfaffdialog: Avoid assumption that enum val_type can have... 20140218030509/pspp
2014-02-18 Ben Pfaffpsppire-var-sheet: Remove unneeded and useless check...
2014-02-18 Ben Pfaffpspp-widget-facade: Remove odd statement "xalign =...
2014-02-18 Ben PfaffFix printf() format specifiers.
2014-02-18 Ben Pfaffnumeric: Avoid using invalid FMT_* as special value.
2014-02-18 Ben Pfaffsys-file-reader: Fix confusion of types between size_t...
2014-02-18 Ben Pfaffmessage: Add prototype for vmsg() function.
2014-02-17 John DarringtonFix memory fault reading ODS file.
2014-02-17 Ben Pfaffcairo: Let xr_layout_cell() assume its parameters are... 20140217030517/pspp
2014-02-16 Ben PfaffMake SYSFILE INFO able to analyze valid encodings for...
2014-02-16 Ben Pfaffsys-file-reader: Break multiple response set decoding... 20140216030518/pspp
2014-02-16 Ben Pfaffsys-file-reader: Break reading a system file into two...
2014-02-16 Ben Pfaffsys-file-reader: Get rid of longjmp().
2014-02-16 Ben Pfaffpspp-dump-sav: More gracefully handle empty multiple...
2014-02-16 Ben Pfaffsys-file-reader: Handle multiple response sets with...
next