added spreadsheetwidget CFLAGS to automake
[pspp] / src /
2020-10-01 Friedrich Beckmannadded spreadsheetwidget CFLAGS to automake
2020-09-27 John DarringtonPsppire: On irrecoverable error display fatal error...
2020-09-27 John DarringtonAvoid calling stdio function calls from within signal...
2020-09-27 John Darringtonpsppire.xml: Replace placeholder strings, add missing...
2020-09-27 John DarringtonPspppireKeypad: Add tooltips to buttons
2020-09-26 John Darringtonsrc/ui/gui/psppire-window-base.c: Remove erroneous...
2020-09-20 John DarringtonPsppireKeypad: Remove deprecated properties
2020-09-20 John Darringtonsrc/ui/gui/psppire.xml: Add definition of PsppireKeypad
2020-09-19 John DarringtonOneway Dialog: Remove deprecated properties
2020-09-19 John DarringtonReliability Dialog: Remove depdecated properties
2020-09-19 John DarringtonFactor Dialog: Remove depdecated properties
2020-09-19 John DarringtonAggregate Dialog Box: Remove deprecated properties
2020-09-19 John DarringtonRecode Dialog Box: Remove deprecated properties
2020-09-19 John Darringtonpsppire.xml: Add PsppireAcr and PsppireValChooser
2020-09-19 John DarringtonSelect Cases Dialog: Make the 'All Cases' button easier...
2020-09-19 John DarringtonSelect Cases Dialog: Cosmetic Improvements
2020-09-19 John DarringtonRank Dialog: Cosmetic Improvements
2020-09-19 John DarringtonFrequencies Dialog: Cosmetic Improvements
2020-09-19 John DarringtonExamine Spreadlevel: Allow power to be non-integer
2020-09-19 John DarringtonExamine Plots Dialog : Set combo box sensitivity
2020-09-19 John Darringtonsrc/ui/gui/psppire-dialog-action-examine.c: constness
2020-09-19 John DarringtonExamine Dialog: Cosmetic improvements
2020-09-15 Friedrich Beckmannmetainfo - changed url from commit to tree
2020-09-15 Friedrich Beckmannmetainfo: added releases 1.4.0 and 1.4.1
2020-09-15 Friedrich Beckmannmetainfo: Fixed typos in metainfo
2020-09-13 Friedrich Beckmannpsppire: add "Plots" subdialog for examine (Explore)
2020-09-13 John DarringtonPsppire: Move Mac OS specific code to its own file
2020-09-12 John DarringtonPercentiles: Remove unused static data
2020-09-12 Ben Pfaffi18n: Fix use of const qualifiers in create_iconv().
2020-09-12 John DarringtonRegression Dialog: Reduce the size of the Independent...
2020-09-12 John DarringtonAdd static qualifiers where appropriate.
2020-09-11 Friedrich Beckmannpsppire-output: added drag-n-drop
2020-09-11 Friedrich Beckmannpsppire-output: disable the select-all menu
2020-09-11 Friedrich Beckmannpsppire-output-view: modified the way how copy and...
2020-09-11 Friedrich Beckmanncairo: added xr_draw_svg_file function
2020-09-11 Friedrich Beckmannoutput view: make items selectable and use system colours
2020-09-07 Ben PfaffHOST: Implement timeouts on Hurd.
2020-09-07 Ben PfaffHOST: Check for setitimer() failure.
2020-09-06 John DarringtonCorrect the copyright holder named in some files.
2020-09-05 Ben PfaffMakefiles: Use $(PHONY) instead of .PHONY.
2020-09-05 John DarringtonUse g_ascii_strtoll instead of strtol.
2020-09-05 John DarringtonRemove the --enable-debug configure option.
2020-09-05 John Darringtonsrc/ui/*/automake.mk: Conditionally include the gui...
2020-09-05 John DarringtonDeal properly with EOF in the REPL, when built without...
2020-09-02 Ben Pfaffencoding-guesser: Explain UTF-16, UTF-16BE, UTF-16LE...
2020-09-02 Ben Pfaffmake-file: Pass O_BINARY or O_TEXT to open() call in...
2020-09-02 Ben Pfaffcsv-file-writer: Fix typo in user message.
2020-09-02 Ben PfaffHOST: Reimplement and add support for TIMELIMIT subcommand.
2020-08-31 Ben Pfaffspv-light-decoder: Avoid GCC 10.x warning in decode_spv...
2020-08-31 Ben Pfaffvalue: Suppress uninitialized tmp.s warning in value_re...
2020-08-30 Friedrich BeckmannGFUNC_COMPAT_CAST also for dialog-common.c
2020-08-30 John DarringtonWork around bug in Automake 1.16.1
2020-08-30 Friedrich Beckmannmoved GFunc cast to macro GFUNC_COMPAT_CAST
2020-08-30 Friedrich Beckmannpsppire-spread-sheetmodel.c: modified userdata incremen...
2020-08-30 John Darringtondummy.c: Conform to exact prototypes
2020-08-30 John DarringtonPrefer GTK+ style casts rather than C-style casts.
2020-08-30 John DarringtonReplace '(GObjectClass*) class' with 'G_OBJECT_CLASS...
2020-08-30 John DarringtonRemove _base_init functions from custom widget definitions.
2020-08-29 Friedrich Beckmannswitched off unused-paramter warning for lib-essential...
2020-08-29 John Darringtonsrc/ui/gui/automake.mk: Add missing AM_CFLAGS parameter
2020-08-29 Friedrich BeckmannWarnings: correct cast for psppire-spread-sheet model
2020-08-29 John DarringtonRemove src/ui/gui/memorandum.txt
2020-08-29 John DarringtonAdd convenience library libwidgets-essential
2020-08-29 Friedrich Beckmannxml-parser-generator - iterate over sorted dict - ...
2020-08-29 John Darringtonsrc/ui/gui/psppire-conf.c: Use GError instead of strerror.
2020-08-25 Friedrich Beckmannreplace finite with isfinite
2020-08-25 Friedrich BeckmannWarning: added missing initializer for closure_callback...
2020-08-25 Friedrich BeckmannWarning: "static const" instead of "const static"
2020-08-25 Friedrich BeckmannWarning: avoid warning that weekday may be used uniniti...
2020-08-25 Friedrich BeckmannWarning: adhere to const qualifier for initializations...
2020-08-24 Friedrich BeckmannWarnings: fix missing function prototypes
2020-08-24 Friedrich BeckmannWarnings: removed fallthrough in case statements
2020-08-24 Friedrich BeckmannWarnings: added cast for enumaration types
2020-08-24 Friedrich BeckmannAdded tooltip for statistics in dialogs
2020-08-24 Friedrich BeckmannWarnings: function type cast for g_list_foreach
2020-08-24 Friedrich BeckmannWarnings: missing initializer for value_tables and...
2020-08-24 Friedrich BeckmannWarnings: add AM_CFLAGS also for the psppire build
2020-08-23 John DarringtonFixed bug which caused a crash when using the Find...
2020-08-22 John Darringtonsrc/ui/gui/dummy.c: Eliminate warnings when building...
2020-08-16 John Darringtonsrc/ui/gui/automake.mk: Remove yelp-check rule
2020-08-16 John Darringtonpsppire-marshaller.c: Include the header file
2020-08-16 John Darringtonhtml.c: Reimplement as HTML5
2020-08-19 John Darringtonget_language: New function
2020-08-19 John DarringtonIssue error message if failing to change directory
2020-08-18 John Darringtonbarchart.c: Sort the categories before displaying them.
2020-08-17 Friedrich Beckmannlimit the number of variables in barchart from crosstab...
2020-08-17 Friedrich Beckmannfixed range check in parse_record_placement (32Bit...
2020-08-17 Friedrich Beckmannfactor.c: added translation hint
2020-08-16 John DarringtonFixed error running 'make distcheck'
2020-08-16 John DarringtonFixed some errors in format and orthography of printed...
2020-08-16 John DarringtonRevive psppire's glade compatibility
2020-08-16 John DarringtonPsppireSelector: Don't attempt to unref a null pointer
2020-08-16 John DarringtonUpdate GtkBuilder files to mention gtk+ version 3.22
2020-08-16 jdarringtonsrc/language/stats/chart-category.h: Add #include directive
2020-08-16 jdarringtonPsppireVarView: Use g_realloc instead of xrealloc
2020-08-16 jdarringtonsrc/ui/gui/automake.mk: Sort the manifest
2020-08-16 jdarringtonRename PsppireButtonbox to PsppireButtonBox
2020-08-16 John Darringtonsrc/ui/gui/psppire-conf.c: On error, give a reason...
2020-08-16 John DarringtonAvoid warnings about ! being passed a non-boolean
2020-08-16 John DarringtonPsppireImportAssistant: Proceed to next page when a...
next