Fix some typos (found by codespell)
[pspp] / src / ui /
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-08-20 John DarringtonRemove PSEAL macro. It is no longer useful.
2017-08-12 Ben PfaffIgnore all files under src/ui/gui/icons except a few...
2017-07-08 John DarringtonMove XML declarations to the start of .ui files.
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-06-15 John DarringtonAllow dialog boxes to be cancelled by hitting the Escap...
2017-06-02 John DarringtonUse a more reliable way of setting the initial state...
2017-06-02 John DarringtonFix bug where the Examine subdialogs appeared multiple...
2017-05-23 John DarringtonRemove duplicate accelerator from the one-way anova...
2017-05-20 John DarringtonK Independent Samples Dialog: Fix compiler warnings.
2017-05-15 John DarringtonNew Dialog: Non Parametric | K Indepdendent Samples
2017-05-15 John DarringtonPsppireValueEntry: Use a more reliable way to override...
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2017-04-19 John DarringtonDo not allow value labels dialog to enter a label for...
2017-04-18 John DarringtonRemove inappropriate single selection-mode properties...
2017-04-16 John DarringtonDon't try to use TIOCGWINSZ if termios.h is not available.
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 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 DarringtonFix compiler warning
2016-08-14 John DarringtonFix bug where the gui was unresponsive after starting...
2016-08-13 John DarringtonFix bug inadvertently introduced by previous commit
2016-08-13 John DarringtonNew option --no-unique
2016-08-12 John DarringtonAdd markup to the option description strings
2016-08-12 John DarringtonFix GtkCriticals when --no-splash is given
2016-08-12 John DarringtonFix potential null pointer dereference
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 DarringtonAvoid compiler warning
2016-08-09 John DarringtonRemove call to deprecated gtk_style_context_get_font
2016-08-08 John DarringtonFix compiler warning
2016-08-06 John DarringtonFix compiler warning
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-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-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-07 John DarringtonPsppireKeypad: Remove gdkkeysyms-compat.h
2016-03-01 John DarringtonSpeed up rendering of columns in sheet.
2016-02-28 Ben Pfaffpsppire: Remove unused function.
2016-02-27 Ben Pfaffgui: Add some generated files to .gitignore files.
2016-02-26 John DarringtonRemove attempts do destroy windows before quit.
2016-02-25 John Darringtonpsppire-selector.c: Remove unused preprocessor macro
2016-02-21 Ben PfaffMakefiles: Fix use of $(AM_V_at) in makefile rules.
2016-02-02 John DarringtonRemove some g_param_spec_ strings from the translation...
2016-01-31 Ben Pfaffspreadsheet: Avoid sharing a dictionary between spreads...
2016-01-31 John DarringtonUnivariate Dialog: Fix help-page
2016-01-31 John DarringtonUnivariate Dialog: Set margins
2016-01-31 John DarringtonSet visibility on univariate dialog
2016-01-30 John DarringtonCorrect the use of signals vs. events.
2016-01-30 John DarringtonUse win32 functions for accessing filename
2016-01-30 John DarringtonRemove commented out code
2016-01-30 John DarringtonReimplement the Windows menu.
2016-01-27 John DarringtonRemove g_mem_set_vtable
2016-01-26 John DarringtonAdd documentation for GLM
2016-01-22 John DarringtonPsppireDialogAction (generate_syntax): Change signature.
2016-01-22 John DarringtonFix compiler warning
2016-01-21 John DarringtonInclude a dissuader for odd numbered minor releases
2016-01-21 John DarringtonAppend a warning to the window title bar for odd versions.
2016-01-21 John DarringtonPlace a warning on the splash screen for odd numbered...
2016-01-19 John DarringtonRecode Dialog: Convert to PsppireDialogAction
2016-01-18 John DarringtonHelp menu now uses "version" instead of "bare version".
2016-01-16 John DarringtonSet import dialog to fullscreen mode.
2016-01-16 John DarringtonSample Dialog: Ensure that controls stay at self consis...
2016-01-16 John DarringtonPopulate select dialog's dialog_is_valid function
2016-01-15 John DarringtonUpdate appdata.xml
2016-01-15 Ben Pfaffpsppire-button-editable: Don't mark spec parameter...
2016-01-06 Ben Pfaffpsppire-var-view: Fix constness error.
2016-01-06 Ben PfaffMakefiles: Add $(AM_V_GEN) and $(AM_V_at) to a few...
2016-01-05 John DarringtonScatter plot dialog: Correct order of variables in...
2016-01-05 John Darrington.ui files: Bump version of required Gtk to 3.4.2
next