projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
format: Always output 2-digit hours for TIME format.
[pspp]
/
src
/
2019-02-10
Ben Pfaff
format: Always output 2-digit hours for TIME format.
tree
|
commitdiff
2019-02-09
Ben Pfaff
pivot-output: Improve variable naming.
tree
|
commitdiff
2019-01-23
Ben Pfaff
string-map: Avoid measuring the length of a string...
tree
|
commitdiff
2019-01-23
Ben Pfaff
table-transpose: Remove.
tree
|
commitdiff
2019-01-19
Dave Trollope
Improve MDD writer support.
tree
|
commitdiff
2019-01-13
Ben Pfaff
pspp-convert: Add -a and -l options to search for a...
tree
|
commitdiff
2019-01-13
Ben Pfaff
encrypted-file: Extend magic numbers in try_password().
tree
|
commitdiff
2019-01-13
Ben Pfaff
pivot-table: Fix use-after-free error.
tree
|
commitdiff
2019-01-13
Ben Pfaff
Fix numerous memory leaks.
tree
|
commitdiff
2019-01-13
Ben Pfaff
str: Fix bugs in ds_put_c_vformat().
tree
|
commitdiff
2019-01-06
Ben Pfaff
ascii: Always use Unicode boxes by default if appropriate.
tree
|
commitdiff
2019-01-02
Ben Pfaff
matrix-data: Only use as many bytes as necessary to...
tree
|
commitdiff
2019-01-02
Ben Pfaff
t-test-paired: Fix format specifiers.
tree
|
commitdiff
2019-01-02
Ben Pfaff
regression: Make sure dep_subscript is really initialized.
tree
|
commitdiff
2019-01-02
Ben Pfaff
chisquare: Fix format specifier in chisquare_execute().
tree
|
commitdiff
2019-01-02
Ben Pfaff
tab: Fix implementation of "middle" vertical alignment...
tree
|
commitdiff
2019-01-02
Ben Pfaff
pivot-table: Fix format specifiers.
tree
|
commitdiff
2019-01-02
Ben Pfaff
driver: Fix format specifiers and avoid fixed-size...
tree
|
commitdiff
2019-01-02
Ben Pfaff
por-file-writer: Use xasprintf() to avoid careful buffe...
tree
|
commitdiff
2019-01-02
Ben Pfaff
por-file-reader: Use xasprintf() to avoid need for...
tree
|
commitdiff
2019-01-02
Ben Pfaff
ods-reader: Use proper function type for xml read callback.
tree
|
commitdiff
2019-01-02
Ben Pfaff
pivot-table: Fix type mismatch in equal_indexes().
tree
|
commitdiff
2019-01-02
Ben Pfaff
table: Avoid initializer warnings with GCC 4.9.
tree
|
commitdiff
2019-01-02
Ben Pfaff
psppire-output-window: Avoid using options the ascii...
tree
|
commitdiff
2019-01-02
Ben Pfaff
psppire-output-view: Only rerender for real changes.
tree
|
commitdiff
2019-01-02
Ben Pfaff
psppire-output-view: Add a little extra space to GtkLayout.
tree
|
commitdiff
2019-01-02
Ben Pfaff
cairo: Make xr_rendering_measure() tolerate NULL arguments.
tree
|
commitdiff
2019-01-02
Ben Pfaff
output-item: Add 'name' member to class structure.
tree
|
commitdiff
2019-01-02
Ben Pfaff
string-map: New function string_map_equals().
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: Fix XML parsing in output_get_text_from_markup().
tree
|
commitdiff
2019-01-01
Ben Pfaff
pivot-output: Fix argument order that made lots of...
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: Introduce pivot tables.
tree
|
commitdiff
2019-01-01
Ben Pfaff
cairo: Minor cleanup by factoring out new function...
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: Support decimal and mixed alignment,
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: Rename a few struct members for consistency.
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: Support rotation.
tree
|
commitdiff
2019-01-01
Ben Pfaff
table: Make table cells have exactly one piece of conte...
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: New page-setup-item.
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: Add support for Pango markup of fonts and styles.
tree
|
commitdiff
2019-01-01
Ben Pfaff
psppire-output-view: Render only the visible parts...
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: Cache the script ltr versus rtl direction.
tree
|
commitdiff
2018-12-31
Ben Pfaff
psppire-output-viewer: Make sure that initial items...
tree
|
commitdiff
2018-12-31
Ben Pfaff
psppire-output-view: Fix background color for output...
tree
|
commitdiff
2018-12-31
Ben Pfaff
psppire-output-view: Add titles for groups.
tree
|
commitdiff
2018-12-31
Ben Pfaff
cairo: Render group_open_items.
tree
|
commitdiff
2018-12-26
Ben Pfaff
table-stomp: Remove dead code.
tree
|
commitdiff
2018-12-26
Ben Pfaff
cairo: Improve comment.
tree
|
commitdiff
2018-12-26
Ben Pfaff
cairo: Fix word-wrapping of ".000" and similar.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Introduce group_item in place of TEXT_ITEM_COMM...
tree
|
commitdiff
2018-12-25
Ben Pfaff
text-item: Merge "title" and "subtitle" items into...
tree
|
commitdiff
2018-12-25
Ben Pfaff
cairo: New macros XR_LINE_WIDTH and XR_LINE_SPACE.
tree
|
commitdiff
2018-12-25
Ben Pfaff
driver: New function output_driver_parse_option().
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Add support for alternating row colors.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Add support for layer info in table output.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Implement styling for titles and captions.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Implement styling for footnotes.
tree
|
commitdiff
2018-12-25
Ben Pfaff
cairo: Remove debug print.
tree
|
commitdiff
2018-12-25
Ben Pfaff
tab: Support cell-specific styles.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Add support for colors for rules.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Support styles for text items.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Add support for fonts.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Add support for cell margins.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Add support for colors in cells.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Add support for dashed, thick, and thin rules.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Add support for vertical alignment of cells.
tree
|
commitdiff
2018-12-25
Ben Pfaff
tab: Expand space for table options from 8 to 16 bits...
tree
|
commitdiff
2018-12-25
Ben Pfaff
render: Update style of footnote rendering.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Expand footnote support.
tree
|
commitdiff
2018-12-25
Ben Pfaff
format: New function fmt_from_u32().
tree
|
commitdiff
2018-12-25
Ben Pfaff
string-map: New functions for searching by non-null...
tree
|
commitdiff
2018-12-25
Ben Pfaff
str: New functions ss_starts_with() and ss_find_substri...
tree
|
commitdiff
2018-12-25
Ben Pfaff
integer-format: Add some useful helper functions.
tree
|
commitdiff
2018-12-25
Ben Pfaff
CROSSTABS: Make treatment of crosstab variables and...
tree
|
commitdiff
2018-12-25
Ben Pfaff
CROSSTABS: Rename pivot_table to crosstabulation.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Factor common code for command name tracking...
tree
|
commitdiff
2018-12-25
Ben Pfaff
message: Refactor initializations for struct msg throug...
tree
|
commitdiff
2018-12-25
Ben Pfaff
variable: Make property function return untranslated...
tree
|
commitdiff
2018-12-25
Ben Pfaff
missing-values: New function mv_to_string().
tree
|
commitdiff
2018-12-25
Ben Pfaff
bt, abt: Add initialization and iteration macros.
tree
|
commitdiff
2018-12-25
Ben Pfaff
dictionary: New function dict_get_weight_format().
tree
|
commitdiff
2018-12-25
Ben Pfaff
ascii: Get rid of the idea of pages.
tree
|
commitdiff
2018-12-25
Ben Pfaff
table: Get rid of TAL_GAP.
tree
|
commitdiff
2018-12-25
Ben Pfaff
cairo: Get rid of useless parameter 'y' to xr_layout_ce...
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Convert tabs to spaces.
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Update style and modernize.
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Get rid of 'df_prod' array.
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Drop 'n_vals' member from struct variable...
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Add array of variable_nodes to reduce...
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Avoid setting value_node indexes multiple...
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Give "reverse" members more descriptive...
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Remove unused function categoricals_get_n...
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Don't warn on hash collisions.
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Improve comments.
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Remove 'dep_excl' parameter.
tree
|
commitdiff
2018-12-23
Ben Pfaff
interaction: Better document and update code to modern...
tree
|
commitdiff
2018-12-03
Ben Pfaff
output: Remove support for nested tables.
tree
|
commitdiff
2018-12-03
Ben Pfaff
SYSFILE INFO: Get rid of nested tables.
tree
|
commitdiff
2018-11-26
Ben Pfaff
segment: Fix behavior when #! line is not new-line...
tree
|
commitdiff
2018-11-26
Ben Pfaff
ascii: Fix assertion in ascii_output_table_item().
tree
|
commitdiff
2018-11-26
Ben Pfaff
ascii: Update min_breaks along with width and length.
tree
|
commitdiff
next