2020-06-21 |
Friedrich Beckmann | desktop: add mimetypes application/x-spss-sps and appli... |
commit | commitdiff | tree | snapshot |
2020-06-21 |
Friedrich Beckmann | desktop: reversed mimetype to application/x-spss-sps |
commit | commitdiff | tree | snapshot |
2020-06-21 |
John Darrington | Fixed some calls to xcalloc where the quantity and... |
commit | commitdiff | tree | snapshot |
2020-06-21 |
John Darrington | recode dialog: set "old and new values" sentivitity... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Ben Pfaff | matrix-reader: Fix possibly-zero second argument to... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Ben Pfaff | build-aux: Ignore more files. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Ben Pfaff | sys-file-reader: Tolerate duplicate document records. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Ben Pfaff | sys-file-reader: Tolerate invalid variable names. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Ben Pfaff | sys-file-reader: Accept bad variable indexes, with... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Ben Pfaff | gui: Fix compatibility with older gettext. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Allow /RENAME target to use the TO keyword. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Friedrich Beckmann | main.c: set "register-session" property for gtk_application |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Friedrich Beckmann | desktop file: added Keywords and removed Education... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Friedrich Beckmann | metainfo.xml: changed id to org.fsf.pspp, added more... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Friedrich Beckmann | desktop: changed translations to msgfmt and xgettext |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Add a test for bug #58591 |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | psppire-dict.c: Avoid compiler warning |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Avoid negative overflow when the text output driver... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | libpspp/str.c (ds_splice_uninit): Add assertion |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Fixed a use after free error when manipulating datasets. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | spv.c: Avoid warnings about uninitialised variables |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | find-dialog.c: Replace exp10 with our own integer version |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Revert "exp10 replaced with pow when exp10 is not avail... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Fix buffer overflow in lex_ellipsize__ |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Fix crash when parsing a badly formatted variable string. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Fix buffer overflow in linear regression. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Fix crash when cleaning up after parsing bad MODIFY... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Don't crash when parsing bad MATRIX DATA commands. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Fix use after free error in vector command. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Don't ref or unref the inline file handle. |
commit | commitdiff | tree | snapshot |
2020-06-20 |
John Darrington | Update spread-sheet-widget to version 0.4 |
commit | commitdiff | tree | snapshot |
2020-06-14 |
John Darrington | file-handle-def.h (fh_ref): Add WARN_UNUSED_RESULT... |
commit | commitdiff | tree | snapshot |
2020-06-14 |
John Darrington | Fix broken build when ./configure --without-gui is... |
commit | commitdiff | tree | snapshot |
2020-06-14 |
John Darrington | PSPPIRE: Add feature to search for text in the syntax... |
commit | commitdiff | tree | snapshot |
2020-06-18 |
Friedrich Beckmann | exp10 replaced with pow when exp10 is not available |
commit | commitdiff | tree | snapshot |
2020-06-14 |
John Darrington | Replace use of deprecated GTimeVal with GDateTime |
commit | commitdiff | tree | snapshot |
2020-06-14 |
John Darrington | Remove trailing whitespace at end of lines |
commit | commitdiff | tree | snapshot |
2020-06-14 |
John Darrington | src/libpspp/message.h (msg_error): Add printf_format... |
commit | commitdiff | tree | snapshot |
2020-06-14 |
John Darrington | GUI: Find dialog: Compare only to the decimal places... |
commit | commitdiff | tree | snapshot |
2020-06-14 |
Friedrich Beckmann | help: added help_page property at various ui files |
commit | commitdiff | tree | snapshot |
2020-06-14 |
Friedrich Beckmann | doc: fixed references for DESCRIPTIVES, T-TEST, RELIABI... |
commit | commitdiff | tree | snapshot |
2020-06-14 |
Friedrich Beckmann | doc: added prepdoc.sh script for simple working on... |
commit | commitdiff | tree | snapshot |
2020-06-10 |
Ben Pfaff | tests: Fix misspelling in test name. |
commit | commitdiff | tree | snapshot |
2020-06-07 |
John Darrington | Whitespace changes only. |
commit | commitdiff | tree | snapshot |
2020-06-07 |
John Darrington | Update recommended gnulib commit |
commit | commitdiff | tree | snapshot |
2020-06-07 |
John Darrington | Fix crash when using the find function. |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Friedrich Beckmann | fixed wrong goto case after opening .sav file |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Friedrich Beckmann | fixed goto case dialog |
commit | commitdiff | tree | snapshot |
2020-06-06 |
Friedrich Beckmann | fixed variable type change during text import bug ... |
commit | commitdiff | tree | snapshot |
2020-05-31 |
John Darrington | Remove #include "gl/dosname.h" |
commit | commitdiff | tree | snapshot |
2020-06-05 |
Friedrich Beckmann | avoid crash by drag-n-drop in variable dialog #58457 |
commit | commitdiff | tree | snapshot |
2020-06-05 |
Friedrich Beckmann | improve deletion of consecutive variables #55357 |
commit | commitdiff | tree | snapshot |
2020-05-31 |
John Darrington | psppire: Deal properly with inverted variable selections. |
commit | commitdiff | tree | snapshot |
2020-05-31 |
Friedrich Beckmann | insert variables in var view (#55357) |
commit | commitdiff | tree | snapshot |
2020-05-03 |
John Darrington | Correct syntax when generating code for autorecode... |
commit | commitdiff | tree | snapshot |
2020-05-07 |
Friedrich Beckmann | Makefile.am - added check for debian package directory |
commit | commitdiff | tree | snapshot |
2020-04-26 |
John Darrington | Fix crash when bad autorecode /blank is encountered. |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Friedrich Beckmann | MacOS: added a setup section to avoid script in applica... |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Friedrich Beckmann | svg2png: Adapted syntax to gimp 2.10.18 |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Friedrich Beckmann | Smake: added more files to remove for clean target |
commit | commitdiff | tree | snapshot |
2020-02-22 |
Ben Pfaff | documentation: Fix build with some versions of makeinfo. |
commit | commitdiff | tree | snapshot |
2020-02-09 |
John Darrington | Fix order of arguments in error message |
commit | commitdiff | tree | snapshot |
2020-02-09 |
John Darrington | Fix bug #57731. |
commit | commitdiff | tree | snapshot |
2020-02-02 |
John Darrington | Fix bug #57722. |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Ben Pfaff | psppire-output-window: Avoid calling gdk_window_begin_d... |
commit | commitdiff | tree | snapshot |
2020-01-10 |
Ben Pfaff | LIST: Fix case numbering. |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Ben Pfaff | ascii: Correct multiple bugs regarding output width. |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Ben Pfaff | ascii: Fix parsing of -O width=<n> option. |
commit | commitdiff | tree | snapshot |
2020-01-01 |
Ben Pfaff | pivot-table: Avoid ctime_r() for portability reasons. |
commit | commitdiff | tree | snapshot |
2019-12-30 |
Ben Pfaff | spv: Make parser generators compatible with python3. |
commit | commitdiff | tree | snapshot |
2019-12-30 |
Ben Pfaff | doc: PRINT on DO REPEAT is not yet implemented. |
commit | commitdiff | tree | snapshot |
2019-12-30 |
Ben Pfaff | spv: Run Python at build time via $PYTHON variable. |
commit | commitdiff | tree | snapshot |
2019-12-30 |
Ben Pfaff | psppire-import-assistant: Implement quotation checkbox... |
commit | commitdiff | tree | snapshot |
2019-12-30 |
Ben Pfaff | pspp-convert: Add options for selecting variables and... |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | cairo: Fix font scaling. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | pivot-table: Kluge dropping default 9-point font to... |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | pspp-convert: Add --labels, --recode to usage message. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | pspp-convert: Add --labels and --recode options. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | pspp-output: Correct manpage. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | Add support for reading and writing SPV files. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | pivot-table: Add support for hiding footnotes. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | pivot-table: Add support for hiding the caption. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | output: Refine support for footnotes, subscripts, and... |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Factor out common code and improve comments. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Replace table_joined_cell by table_cell. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | render: Fix up layer violation in add_footnote_page(). |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Get rid of TAL_* constants. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Get rid of TAB_* for horizontal and vertical... |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | pivot-table: Make pivot_area_get_default_style() return... |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Add pool parameter to area_style_copy(), font_st... |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Move tab.h into table.h and rename tab_*() to... |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Merge tab.c into table.c. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | tab: Merge struct tab_table into struct table. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Require headers to be set at table creation. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Get rid of table_class. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Simplify interface for number of rows and columns. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | tab: Fix overlap between table enumerations. |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | table: Get rid of table_cell destructors, which were... |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | pivot-table: Initialize subtype, command_id for pivot... |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Ben Pfaff | pivot-table: Make template pivot_values localized. |
commit | commitdiff | tree | snapshot |
next |