Text input dialog: Use widget-io
[pspp] / src / ui / gui / text-data-import-dialog.c
2010-08-21 John DarringtonText input dialog: Use widget-io
2010-08-19 John DarringtonFix translation of column headers in text import dialog. 20100820040508/pspp
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-19 Ben PfaffMerge "paginate" branch into "master".
2010-05-16 John DarringtonRenamed function to reflect change of purpose from...
2010-05-14 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2010-05-11 John DarringtonUse signal handlers with the window as the first argume...
2010-03-26 Ben Pfaffdict: Make dict_clone_var(), dict_clone_var_assert...
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
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-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-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-06-07 Ben PfaffImplement missing values for long string variables.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-19 John DarringtonSeparate the execute_syntax function into its own file.
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-24 John DarringtonSet the text import dialog's default button.
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-18 John DarringtonRename the "model" property to "dictionary"
2009-03-06 John DarringtonRemove some unnecessary casts
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-03-02 John DarringtonSet icon for text import assistant window
2009-03-02 John DarringtonRemove reference to 'struct data_editor' which is a...
2009-03-02 John DarringtonRemove preprocessor condition which could no longer...
2009-02-24 John DarringtonInitialise the quote_combobox list manually.
2009-02-24 John DarringtonRemove last vestiges of libglade dependencies
2009-02-22 John DarringtonMerge commit 'window-manager/master'
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-04 John DarringtonMerge commit 'HEAD'; commit 'master/master'
2009-01-01 John DarringtonRefactor common code in dialog implementations
2008-12-30 John DarringtonMove data-editor.c to psppire-data-window.c
2008-12-30 John DarringtonNew objects psppire-window and psppire-syntax-window.
2008-12-15 John DarringtonRename lib/gtksheet to lib/gtk-contrib
2008-12-14 John DarringtonRename GtkSheet to PsppireSheet
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-01 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-30 John DarringtonRemove unused property from var-sheet
2008-11-27 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-27 John DarringtonRemoved reference to row-geometry property which no...
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-11 John DarringtonMade some gui functions multi-head safe.
2008-05-29 John DarringtonAdded a --enable-anachronistic-dependencies flag to...
2008-05-08 Ben PfaffDon't make the user wiggle the mouse to be able to...
2008-05-08 Ben PfaffChange the mouse pointer to a watch to indicate that...
2008-05-07 Ben Pfaff(get_tooltip_location): Prevent crash when a tooltip...
2008-05-07 Ben Pfaff(text_data_import_assistant): Allocate the struct impor...
2008-03-16 Ben PfaffPatch #5368. Reviewed by John Darrington. Tested...