Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / ui /
2009-08-16 John DarringtonDon't override label for Save As menuitem
2009-07-28 John DarringtonAllow ranges with left to right and bottom to top sense...
2009-07-28 John DarringtonFix clipboard export of non-ascii strings.
2009-07-27 John DarringtonPrevent var sheet from traversing to an invalid cell
2009-07-26 John DarringtonWhitespace changes for the benefit of xgettext.
2009-07-25 John DarringtonAdd "dictionary" property to PsppireVarStore and use it.
2009-07-24 John DarringtonChange signature of text_to_value.
2009-07-24 John Darringtonremove return values from callbacks which don't need...
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-18 John DarringtonThe length of the string is now not always the
2009-07-14 John DarringtonReplaced the glade definition of about dialog with...
2009-07-13 John DarringtonFix crash in find dialog and make code less horrible.
2009-07-13 John DarringtonFix bug encodig missing value keys in gui
2009-07-12 John DarringtonFix crash on text import dialog
2009-07-12 John DarringtonAdded a dict parameter to data_in and dealt with the...
2009-07-08 John DarringtonRemove recoding in data_store.
2009-07-07 John DarringtonFix compile warnings
2009-07-07 John DarringtonFix bug in value labels dialog box
2009-07-06 John DarringtonFix crash when opening empty dataset
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-07-05 John DarringtonStore variable names, labels and value labels as UTF8.
2009-06-14 John DarringtonFix compile warning
2009-06-12 Ben PfaffDrop call to deleted function value_cnt_from_width...
2009-06-09 John DarringtonFixed bug inserting cases in data sheet.
2009-06-07 Ben PfaffImplement missing values for long string variables.
2009-06-07 Ben PfaffAdd support for value labels on long string variables.
2009-06-07 John DarringtonPrevent invalid variable widths in variable sheet.
2009-06-07 Ben PfaffRemove debug printfs that escaped from my local tree.
2009-06-07 Ben Pfaffgui: Fix segfault when pushing Del on a long string...
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-05-16 John DarringtonFix bug inserting rows and columns and rename state...
2009-05-16 John DarringtonRemove unused code
2009-05-15 John DarringtonCorrect typo in command line argument string.
2009-05-14 John DarringtonRemove unneeded object members
2009-05-13 John DarringtonEnsure that windows opens the right file for output.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-05-09 John DarringtonFor consistency, use gnulib's memory allocation functio...
2009-04-28 John DarringtonFix compilation error on Cygwin.
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-20 John DarringtonRevert "Made psppire-conf thread safer"
2009-04-20 John DarringtonRevert "Make psppire-axis thread safer"
2009-04-19 John DarringtonMade psppire-conf thread safer
2009-04-19 John DarringtonMake psppire-axis thread safer
2009-04-19 John DarringtonSeparate the execute_syntax function into its own file.
2009-04-16 John DarringtonContinue button to grab default on realization
2009-04-16 John DarringtonGrab default for close button on message dialog
2009-04-15 John DarringtonAvoid warnings when opening a new system file.
2009-04-14 John DarringtonMake the gui more thread safe
2009-04-13 John DarringtonFixed bug opening the find dialog.
2009-04-11 John DarringtonChange g_print to g_warning
2009-04-09 John DarringtonFix some compiler warnings
2009-04-08 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-08 John DarringtonFix problems saving data files with non-ascii filenames.
2009-04-07 John DarringtonFixed problem saving syntax files with non-ascii names.
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-06 John DarringtonAdded a cell-padding parameter to the sheet.
2009-04-06 John DarringtonMerge psppire-axis and psppire-axis-impl
2009-04-03 John DarringtonAnother one I forgot ...
2009-04-03 John DarringtonOops. Add new file.
2009-04-03 John DarringtonAdd a dialog box for the reliability command.
2009-04-03 John DarringtonAdd PsppireDictView to glade library.
2009-04-02 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-04-02 John DarringtonAllow non-ascii characters to be entered as variable...
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-04-01 John DarringtonRefactor locale initialisation.
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-29 John DarringtonEnsure value labels dialog doesn't grow unreasonably...
2009-03-28 John DarringtonPass dict to name_to_string and label_to_string.
2009-03-28 John DarringtonRemove LIB_CLOSE variables from linker options.
2009-03-28 John DarringtonConvert files named on the command line to filename...
2009-03-27 John DarringtonRead dictionary encoding from data files.
2009-03-27 John DarringtonRedesign the character re-encoding code.
2009-03-25 John DarringtonAdded the "Display Data File Information" item.
2009-03-24 John DarringtonSet the text import dialog's default button.
2009-03-24 John DarringtonAdded #include <config.h> to files as appropriate.
2009-03-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-23 John DarringtonFix bug in text-import-dialog
2009-03-23 John DarringtonConvert filename on confirmation dialog
2009-03-23 John DarringtonShow error dialog if syntax file is not readable.
2009-03-23 John DarringtonConvert filename encodings when opening files.
2009-03-23 John DarringtonInitialise description on init.
2009-03-22 John DarringtonAllow non-ascii characters to be entered into the varia...
2009-03-19 John DarringtonAdded missing '#include <config.h>' lines.
2009-03-18 John DarringtonChange name of config parameter
2009-03-18 John DarringtonRename the "model" property to "dictionary"
2009-03-17 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-17 John DarringtonFix bug saving window positions
2009-03-17 John DarringtonAdd a popup menu to the PsppireDictView object.
2009-03-17 John DarringtonRemove some unnecessary #includes
2009-03-17 John DarringtonNamespace police duty.
2009-03-17 John DarringtonDelete extraneous characters from comment.
2009-03-17 John DarringtonNew object PsppireDictView
2009-03-16 John DarringtonRemove preprocessor condition
2009-03-16 John DarringtonMake psppire_sheet_get_attributes a private function
2009-03-16 John DarringtonUse GtkHPaned in variable info dialog
2009-03-16 John DarringtonIndicate filtered cases in data sheet.
next