Fix pasting from data sheet
[pspp] / src / ui /
2017-04-05 John DarringtonFix pasting from data sheet
2017-04-05 John DarringtonAdd comments to value-variant implementation
2017-04-04 John DarringtonMake the combo boxes in the variable sheet work properly
2017-04-04 John DarringtonMake the split window feature work again
2017-04-04 John DarringtonMake the goto variable feature work again
2017-04-04 John DarringtonDisplay data in the var sheet properly
2017-04-03 John DarringtonRemove some variables from global scope
2017-03-31 John DarringtonAllow adding new variables in the var sheet
2017-03-31 John DarringtonFix typo in comment
2017-03-31 John DarringtonEnable deletion of variables from var sheet
2017-03-31 John DarringtonAdd popup menu on var sheet row header
2017-03-31 John DarringtonEnable sorting of cases
2017-03-31 John DarringtonEnable the deletion of variables from the data sheet
2017-03-30 John DarringtonAdd popup menu to insert a variable
2017-03-30 John DarringtonAdd popup menu for variables in data sheet
2017-03-30 John DarringtonUse the "items-changed" signal instead of "changed"
2017-03-30 John DarringtonNew popup menu for cases
2017-03-30 John Darringtonremove case-inserted signal
2017-03-28 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-03-27 John DarringtonEdit|Options: Add fields to change behaviour of output...
2017-03-27 John DarringtonNew menu: Edit|Options
2017-03-24 John DarringtonTerminal interface: Remove support for the ncurses...
2017-01-14 John Darringtonpsppire-import-assistant: Use maximised window instead...
2017-01-13 John DarringtonEnsure that help page manifest is not empty.
2016-12-03 Ben Pfaffgui: Remove unused static variables.
2016-12-03 Ben Pfaffgui: Fix #includes for gtksourceview.
2016-09-16 Friedrich Beckmannhelp: added t-test reference to help page
2016-09-01 John DarringtonFix missing buttonbox in frequencies dialog
2016-09-01 John Darringtonpsppire-output-view: Avoid GtkWarnings
2016-08-20 John DarringtonFix bugs in frequencies dialog.
2016-08-18 John DarringtonRe-enable the relocation feature.
2016-08-15 John DarringtonFix compiler warning
2016-08-15 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-15 John DarringtonDisable deprecation warnings for all sheet related...
2016-08-15 John DarringtonRemove call to gtk_style_context_add_provider_for_screen
2016-08-15 John DarringtonFont Selection: Use a local css_provider instead of...
2016-08-15 John DarringtonPrevent the font selection of comment dialog affecting...
2016-08-14 John DarringtonFix memory leak
2016-08-14 John DarringtonUse modern method of setting font, instead of deprecate...
2016-08-14 John DarringtonAdded "translate" url to pspp.appdata.xml
2016-08-14 John DarringtonPopulate the datum entry on cell change
2016-08-14 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-14 John DarringtonFix compiler warning
2016-08-14 John DarringtonFix bug where the gui was unresponsive after starting...
2016-08-13 John DarringtonImprove the conversion to and from cell values
2016-08-13 John DarringtonNew module value-variant
2016-08-13 John DarringtonFix bug inadvertently introduced by previous commit
2016-08-13 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-13 John DarringtonNew option --no-unique
2016-08-12 John DarringtonAdd markup to the option description strings
2016-08-12 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-12 John DarringtonFix GtkCriticals when --no-splash is given
2016-08-12 John DarringtonFix potential null pointer dereference
2016-08-12 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-11 John DarringtonAvoid unnecessary test
2016-08-11 John DarringtonFix possible buffer overrun
2016-08-11 John DarringtonRemove redundant "break"
2016-08-10 John DarringtonRemove unused code
2016-08-10 John DarringtonRe-enable the goto-case dialog
2016-08-10 John DarringtonAvoid compiler warning
2016-08-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-09 John DarringtonInitialise iter stamp and fix compiler warning
2016-08-09 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-09 John DarringtonRemove call to deprecated gtk_style_context_get_font
2016-08-08 John DarringtonFail more gracefully when selecting cells out of range
2016-08-08 John DarringtonEnable the Cut menuitem
2016-08-08 John DarringtonFix compiler warning
2016-08-07 John DarringtonEnable the Edit Copy functionality
2016-08-07 John DarringtonMerge branch 'master' into sheet
2016-08-07 John DarringtonRemove obsolete file
2016-08-07 John DarringtonRe-enable the gridlines toggle and mark some other...
2016-08-06 John DarringtonFix compiler warning
2016-08-06 John DarringtonFix compiler warning
2016-08-06 John DarringtonFix compiler warning
2016-08-06 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-06 John DarringtonRemove deprecated objects GtkAction and GtkUIManager
2016-07-30 John DarringtonFix possible crash if no buttons are active (should...
2016-07-30 John DarringtonRemove PsppireVButtonBox and PsppireHButtonBox
2016-07-23 John DarringtonAllow the variable info dialog to paste more than one...
2016-07-14 John DarringtonFix compiler warning on gcc 5.4
2016-07-11 John DarringtonReplace gtk_widget_get_style in favour of gtk_widget_ge...
2016-07-11 John DarringtonLogistic Regression syntax generator: replace ds_data...
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-12 John DarringtonFixed a small bug in te variable info dialog.
2016-05-30 John DarringtonRecode Dialog Action: Split into RecodeDialogAction...
2016-05-28 Friedrich Beckmannhelp-menu.c: start the default html browser via wscript...
2016-05-28 John DarringtonWhitespace changes only
2016-05-28 John DarringtonIndependent Samples Gui: Make the on_grp_var function...
2016-05-26 Friedrich Beckmannhelp-menu.c: fix default html browser start on windows...
2016-05-23 Friedrich Beckmannadded help function via html if yelp is not installed
2016-04-09 John DarringtonChange warning about test versions.
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-31 John DarringtonPsppireSelector: Do not add a default selector func...
2016-03-29 Friedrich Beckmannuse fixed format string to avoid -Wformat-security...
2016-03-19 John DarringtonChange the align, role and measure columns on the appro...
2016-03-19 John DarringtonNew transform function for converting enums to strings
2016-03-19 John DarringtonAdded naive callbacks for the "value-changed" signal
2016-03-19 John DarringtonAdded transform function for string to int
2016-03-18 John DarringtonPsppireDict: Added GType values for missing columns
2016-03-18 John DarringtonExtend the build to include new sheet files
next