pspp-builds.git
2009-07-30 Ben Pfaffoutput: Use Cairo and Pango to draw charts, instead... v0.7.3
2009-07-29 Ben Pfaffoutput: Make chart geometry the responsibility of the...
2009-07-28 Ben Pfaffcharts: Use numeric colors instead of color names.
2009-07-22 Ben Pfaffoutput: Make building without libplot possible again.
2009-07-22 Ben Pfaffoutput: Use macro HAVE_CHARTS instead of NO_CHARTS.
2009-07-22 Ben Pfaffoutput: Remove barchart implementation, which is unused.
2009-07-20 Ben PfaffMove implementation of NP plots out of EXAMINE into...
2009-07-20 Ben Pfaffcharts: Allow passing a null pointer to chart_unref.
2009-07-15 Ben Pfaffoutput: Fix GUI output, which was broken in the chart...
2009-07-05 Ben Pfaffoutput: Make box-whisker plots work again.
2009-07-02 Ben Pfaffoutput: Refactor implementation of charts.
2009-07-02 Ben Pfaffchart: Fix format string issues in draw_tick callers.
2009-07-02 Ben Pfaffchart: Fix format string issues in chart_write_title...
2009-07-02 Ben Pfaffpiechart: Change 'angle' variable from static to automatic.
2009-07-02 Ben Pfaffpiechart: Fix spelling of "magnitude".
2009-07-02 Ben Pfaffpiechart: Use definition of M_PI from GSL.
2009-07-01 Ben Pfaffoutput: Get rid of 'prc' member of struct outp_driver.
2009-07-01 Ben PfaffLIST: Don't use outp_driver 'prc' member any longer.
2009-07-01 Ben Pfaffoutput: Get rid of histogram_plot_n function.
2009-07-01 Ben Pfaffoutput: Fix segfault for writing output outside a comma...
2009-06-29 Ben Pfaffoutput: Avoid functions added in GTK 2.14 in GUI output...
2009-06-29 Ben Pfaffoutput: Reduce Cairo minimum version to 1.5.
2009-06-27 Ben Pfaffoutput: Make double-clicking in GUI output overview...
2009-06-27 Ben Pfaffoutput: Give the overview pane in the GUI output a...
2009-06-27 Ben Pfaffoutput: Improve title display in overview pane of GUI...
2009-06-24 Ben Pfaffoutput: Add overview pane to GUI output window.
2009-06-23 Ben Pfaffoutput: Include command names in titles in GUI output.
2009-06-22 Ben Pfaffcrosstabs: Fix free of bad pointer and use-after-free...
2009-06-21 Ben Pfaffoutput: Use "base" color for background in GUI output...
2009-06-21 Ben Pfaffoutput: Use gtk_widget_show_all instead of gtk_widget_s...
2009-06-21 Ben Pfaffoutput: Make GUI output window scrollable.
2009-06-20 Ben Pfaffoutput: Implement very rudimentary graphical GUI output...
2009-06-20 Ben Pfaffoutput: Make tables reference-counted.
2009-06-20 Ben Pfaffoutput: Improve warnings about negative table dimensions.
2009-06-20 Ben Pfaffoutput: Make outp_parse_options slightly more general...
2009-06-20 Ben PfaffMake the UTF-8 graphic devices avoid overstriking by...
2009-06-18 Ben PfaffAdd Unicode (UTF-8) line-drawing support to device...
2009-06-17 Ben Pfaffoutput: Make allocating and freeing drivers independent...
2009-06-16 Ben Pfaffcairo: Use default Cairo scale factor.
2009-06-16 Ben Pfaffoutput: Make global variables less global.
2009-06-15 Ben Pfaffsparse-xarray: Add missing #include <limits.h>.
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 Pfaffcairo: Fix values of prop_em_width, fixed_width.
2009-06-12 Ben Pfaffoutput: Get rid of unused SOM_ROW, SOM_COLUMN enums.
2009-06-12 Ben Pfaffoutput: Get rid of unused members of struct som_table_c...
2009-06-12 Ben Pfaffoutput: Remove static variables from manager code.
2009-06-12 Ben Pfafftable: Replace macros by inline functions, to improve...
2009-06-12 Ben PfaffFix type mismatch between value_hash prototype and...
2009-06-09 Ben Pfaffcairo: Fix header box drawing.
2009-06-09 Ben Pfaffcairo: Set line width.
2009-06-08 Ben Pfaffoutput: Add initial support for PSPP output via Cairo.
2009-06-07 Ben PfaffRemove spurious Makefile from src/output.
2009-06-07 Ben Pfaffcrosstabs: Fix chi-square display and add regression...
2009-06-07 Ben Pfaffcrosstab: Remove struct that was defined but never...
2009-06-07 Ben Pfaffcrosstabs: Remove write-only variable.
2009-06-07 Ben Pfaffcrosstabs: Fix segfault when chi-square was requested.
2009-06-07 Ben Pfaffdatasheet-test: Add support for testing string backing...
2009-06-07 Ben Pfaffcrosstabs: Trim unsightly spaces from titles in output.
2009-06-07 Ben Pfaffcrosstabs: Fix memory leaks.
2009-06-07 Ben Pfaffargv-parser: Add assertion to find likely bugs in clien...
2009-06-07 Ben Pfaffdatasheet: Fix bugs in datasheet_resize_column() found...
2009-06-07 Ben Pfaffdatasheet-test: Add test for datasheet_resize_column().
2009-06-07 Ben Pfaffdatasheet-test: Fix printing of string values in error...
2009-06-07 Ben Pfaffdatasheet-test: Check duplicate states before discardin...
2009-06-07 Ben Pfaffdatasheet-test: Make column widths to test configurable...
2009-06-07 Ben Pfaffdatasheet-test: Don't test null operations.
2009-06-07 Ben Pfaffsparse-xarray-test: Style and comment fixes.
2009-06-07 Ben Pfaffvalue: New function value_swap.
2009-06-07 Ben PfaffMove datasheet test out of PSPP into a separate binary.
2009-06-07 Ben PfaffMake MAX_SHORT_STRING an implementation detail of the...
2009-06-07 Ben PfaffUse MAX_SHORT_STRING in place of MIN_LONG_STRING.
2009-06-07 Ben PfaffFix portable file reader use of long strings.
2009-06-07 Ben PfaffGet rid of uses of MAX_SHORT_STRING in Gnumeric and...
2009-06-07 Ben PfaffImplement missing values for long string variables.
2009-06-07 Ben PfaffFix test failure introduced along with parse_value().
2009-06-07 Ben Pfaffsys-file-reader: Fix memory leak.
2009-06-07 Ben PfaffAdd support for value labels on long string variables.
2009-06-07 Ben PfaffNew function parse_value() for parsing a value of speci...
2009-06-07 Ben PfaffMake value_set_missing(), etc. tolerate values of width -1.
2009-06-07 John DarringtonPrevent invalid variable widths in variable sheet.
2009-06-07 Ben PfaffRemove debug printfs that escaped from my local tree.
2009-06-07 Ben Pfaffgui: Fix segfault when pushing Del on a long string...
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-06-07 Ben PfaffNew data structure sparse_xarray.
2009-06-07 Ben PfaffNew wrapper for access to temporary files.
2009-06-07 Ben Pfaffmodel-checker: Add command-line parser for model checki...
2009-06-07 Ben PfaffImplement new command-line argument parser.
2009-06-07 Ben Pfaffmodel-checker: Don't discard error states.
2009-06-07 Ben Pfaffmodel-checker: Revise advice on checking for duplicates.
2009-06-07 Ben Pfaffmodel-checker: Add more progress functions.
2009-06-07 Ben Pfaffmodel-checker: Move summary printing function into...
2009-06-07 Ben Pfaffmodel-checker: Kill dependencies and move back to libpspp.
2009-06-07 Ben Pfaffsparse-array: Simplify code slightly.
2009-06-07 Ben Pfaffsparse-array: Improve iteration interface.
2009-06-07 Ben Pfaffsparse-array: Use __builtin_ctzl on GCC 4.0 or later...
2009-06-07 Ben Pfaffrange-set: New functions range_set_last and range_set_prev.
2009-06-07 Ben Pfaffrange-set: Add new function range_set_scan().
next