2009-08-11 |
Ben Pfaff | Merge master into output branch.
|
commit | commitdiff | tree |
2009-08-11 |
Ben Pfaff | Delete tab_raw function and tab_alloc macro.
|
commit | commitdiff | tree |
2009-08-11 |
Ben Pfaff | Delete tab_create()'s unused third parameter.
|
commit | commitdiff | tree |
2009-08-11 |
Ben Pfaff | Separate table functions that format their arguments...
|
commit | commitdiff | tree |
2009-08-09 |
Ben Pfaff | Add CONST_CAST macro, for casting away "const" more...
|
commit | commitdiff | tree |
2009-08-09 |
Ben Pfaff | Add CHECK_POINTER_HAS_TYPE macro, and use it to make...
|
commit | commitdiff | tree |
2009-08-09 |
Ben Pfaff | Eliminate unnecessary casts.
|
commit | commitdiff | tree |
2009-08-09 |
Ben Pfaff | Add UP_CAST macro, for safer casting from contained...
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | Eliminate casts that can be replaced by uses of the...
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | output: Always use helper functions to access struct...
|
commit | commitdiff | tree |
2009-08-05 |
Ben Pfaff | output: Remove write-only "col_group' member from struct...
|
commit | commitdiff | tree |
2009-08-05 |
Ben Pfaff | output: Get rid of write-only "hit" member in struct...
|
commit | commitdiff | tree |
2009-08-05 |
Ben Pfaff | output: Fix warnings about unused function arguments...
|
commit | commitdiff | tree |
2009-07-30 |
Ben Pfaff | output: Draw titles on charts in a larger font than...
|
commit | commitdiff | tree |
2009-07-30 |
Ben Pfaff | output: Fix vertical alignment of text to a baseline...
|
commit | commitdiff | tree |
2009-07-30 |
Ben Pfaff | output: Use Cairo and Pango to draw charts, instead...
|
commit | commitdiff | tree |
2009-07-29 |
Ben Pfaff | output: Make chart geometry the responsibility of the...
|
commit | commitdiff | tree |
2009-07-28 |
Ben Pfaff | charts: Use numeric colors instead of color names.
|
commit | commitdiff | tree |
2009-07-22 |
Ben Pfaff | output: Make building without libplot possible again.
|
commit | commitdiff | tree |
2009-07-22 |
Ben Pfaff | output: Use macro HAVE_CHARTS instead of NO_CHARTS.
|
commit | commitdiff | tree |
2009-07-22 |
Ben Pfaff | output: Remove barchart implementation, which is unused.
|
commit | commitdiff | tree |
2009-07-20 |
Ben Pfaff | Move implementation of NP plots out of EXAMINE into...
|
commit | commitdiff | tree |
2009-07-20 |
Ben Pfaff | charts: Allow passing a null pointer to chart_unref.
|
commit | commitdiff | tree |
2009-07-17 |
Ben Pfaff | i18n: Merge translatable strings.
|
commit | commitdiff | tree |
2009-07-17 |
Ben Pfaff | "Sig." is an abbreviation, "Exact" is not.
|
commit | commitdiff | tree |
2009-07-17 |
Ben Pfaff | i18n: Eliminate some translatable strings.
|
commit | commitdiff | tree |
2009-07-17 |
Ben Pfaff | i18n: Reduce translatable strings in SHOW command.
|
commit | commitdiff | tree |
2009-07-17 |
Ben Pfaff | i18n: Change some strings to reduce work of translation.
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | Separate table functions that format their arguments...
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | Consistently capitalize the name "Gnumeric".
|
commit | commitdiff | tree |
2009-07-15 |
Ben Pfaff | output: Fix GUI output, which was broken in the chart...
|
commit | commitdiff | tree |
2009-07-05 |
Ben Pfaff | output: Make box-whisker plots work again.
|
commit | commitdiff | tree |
2009-07-02 |
Ben Pfaff | output: Refactor implementation of charts.
|
commit | commitdiff | tree |
2009-07-02 |
Ben Pfaff | chart: Fix format string issues in draw_tick callers.
|
commit | commitdiff | tree |
2009-07-02 |
Ben Pfaff | chart: Fix format string issues in chart_write_title...
|
commit | commitdiff | tree |
2009-07-02 |
Ben Pfaff | piechart: Change 'angle' variable from static to automatic.
|
commit | commitdiff | tree |
2009-07-02 |
Ben Pfaff | piechart: Fix spelling of "magnitude".
|
commit | commitdiff | tree |
2009-07-02 |
Ben Pfaff | piechart: Use definition of M_PI from GSL.
|
commit | commitdiff | tree |
2009-07-01 |
Ben Pfaff | output: Get rid of 'prc' member of struct outp_driver.
|
commit | commitdiff | tree |
2009-07-01 |
Ben Pfaff | LIST: Don't use outp_driver 'prc' member any longer.
|
commit | commitdiff | tree |
2009-07-01 |
Ben Pfaff | output: Get rid of histogram_plot_n function.
|
commit | commitdiff | tree |
2009-07-01 |
Ben Pfaff | output: Fix segfault for writing output outside a command...
|
commit | commitdiff | tree |
2009-06-29 |
Ben Pfaff | output: Avoid functions added in GTK 2.14 in GUI output...
|
commit | commitdiff | tree |
2009-06-29 |
Ben Pfaff | output: Reduce Cairo minimum version to 1.5.
|
commit | commitdiff | tree |
2009-06-27 |
Ben Pfaff | output: Make double-clicking in GUI output overview...
|
commit | commitdiff | tree |
2009-06-27 |
Ben Pfaff | output: Give the overview pane in the GUI output a...
|
commit | commitdiff | tree |
2009-06-27 |
Ben Pfaff | output: Improve title display in overview pane of GUI...
|
commit | commitdiff | tree |
2009-06-24 |
Ben Pfaff | output: Add overview pane to GUI output window.
|
commit | commitdiff | tree |
2009-06-23 |
Ben Pfaff | output: Include command names in titles in GUI output.
|
commit | commitdiff | tree |
2009-06-22 |
Ben Pfaff | crosstabs: Fix free of bad pointer and use-after-free...
|
commit | commitdiff | tree |
2009-06-21 |
Ben Pfaff | output: Use "base" color for background in GUI output...
|
commit | commitdiff | tree |
2009-06-21 |
Ben Pfaff | output: Use gtk_widget_show_all instead of gtk_widget_show_now.
|
commit | commitdiff | tree |
2009-06-21 |
Ben Pfaff | output: Make GUI output window scrollable.
|
commit | commitdiff | tree |
2009-06-20 |
Ben Pfaff | output: Implement very rudimentary graphical GUI output...
|
commit | commitdiff | tree |
2009-06-20 |
Ben Pfaff | output: Make tables reference-counted.
|
commit | commitdiff | tree |
2009-06-20 |
Ben Pfaff | output: Improve warnings about negative table dimensions.
|
commit | commitdiff | tree |
2009-06-20 |
Ben Pfaff | output: Make outp_parse_options slightly more general...
|
commit | commitdiff | tree |
2009-06-20 |
Ben Pfaff | Make the UTF-8 graphic devices avoid overstriking by...
|
commit | commitdiff | tree |
2009-06-18 |
Ben Pfaff | Add Unicode (UTF-8) line-drawing support to device...
|
commit | commitdiff | tree |
2009-06-18 |
Ben Pfaff | sys-file-reader: Don't warn if compression bias field...
|
commit | commitdiff | tree |
2009-06-18 |
Ben Pfaff | por-file-reader: Tolerate short lines when detecting...
|
commit | commitdiff | tree |
2009-06-17 |
Ben Pfaff | output: Make allocating and freeing drivers independent...
|
commit | commitdiff | tree |
2009-06-16 |
Ben Pfaff | cairo: Use default Cairo scale factor.
|
commit | commitdiff | tree |
2009-06-16 |
Ben Pfaff | output: Make global variables less global.
|
commit | commitdiff | tree |
2009-06-15 |
Ben Pfaff | sparse-xarray: Add missing #include <limits.h>.
|
commit | commitdiff | tree |
2009-06-15 |
Ben Pfaff | sparse-xarray: Add missing #include <limits.h>.
|
commit | commitdiff | tree |
2009-06-15 |
Ben Pfaff | output: Make table dimension functions work in arbitrary...
|
commit | commitdiff | tree |
2009-06-15 |
Ben Pfaff | Allow variables created by var_create_internal to have...
|
commit | commitdiff | tree |
2009-06-13 |
Ben Pfaff | output: Use "struct string" in tabi_title in place...
|
commit | commitdiff | tree |
2009-06-12 |
Ben Pfaff | Get rid of most global variables in outputting tables.
|
commit | commitdiff | tree |
2009-06-12 |
Ben Pfaff | cairo: Fix values of prop_em_width, fixed_width.
|
commit | commitdiff | tree |
2009-06-12 |
Ben Pfaff | output: Get rid of unused SOM_ROW, SOM_COLUMN enums.
|
commit | commitdiff | tree |
2009-06-12 |
Ben Pfaff | output: Get rid of unused members of struct som_table_class.
|
commit | commitdiff | tree |
2009-06-12 |
Ben Pfaff | output: Remove static variables from manager code.
|
commit | commitdiff | tree |
2009-06-12 |
Ben Pfaff | table: Replace macros by inline functions, to improve...
|
commit | commitdiff | tree |
2009-06-12 |
Ben Pfaff | Fix type mismatch between value_hash prototype and...
|
commit | commitdiff | tree |
2009-06-12 |
Ben Pfaff | Fix type mismatch between value_hash prototype and...
|
commit | commitdiff | tree |
2009-06-12 |
Ben Pfaff | Drop call to deleted function value_cnt_from_width...
|
commit | commitdiff | tree |
2009-06-09 |
Ben Pfaff | cairo: Fix header box drawing.
|
commit | commitdiff | tree |
2009-06-09 |
Ben Pfaff | cairo: Set line width.
|
commit | commitdiff | tree |
2009-06-08 |
Ben Pfaff | output: Add initial support for PSPP output via Cairo.
|
commit | commitdiff | tree |
2009-06-08 |
Ben Pfaff | Fix handling of #! at beginning of PSPP syntax file...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | Remove spurious Makefile from src/output.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | crosstabs: Fix chi-square display and add regression...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | crosstab: Remove struct that was defined but never...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | crosstabs: Remove write-only variable.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | crosstabs: Fix segfault when chi-square was requested.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | datasheet-test: Add support for testing string backing...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | crosstabs: Trim unsightly spaces from titles in output.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | crosstabs: Fix memory leaks.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | argv-parser: Add assertion to find likely bugs in client...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | datasheet: Fix bugs in datasheet_resize_column() found...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | datasheet-test: Add test for datasheet_resize_column().
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | datasheet-test: Fix printing of string values in error...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | datasheet-test: Check duplicate states before discarding...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | datasheet-test: Make column widths to test configurable...
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | datasheet-test: Don't test null operations.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | sparse-xarray-test: Style and comment fixes.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | value: New function value_swap.
|
commit | commitdiff | tree |
2009-06-07 |
Ben Pfaff | Move datasheet test out of PSPP into a separate binary.
|
commit | commitdiff | tree |
next |