Convert to utf8 in data_out function.
[pspp-builds.git] / src / ui / gui / psppire-dict.c
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-06-12 Ben PfaffDrop call to deleted function value_cnt_from_width...
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-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-27 John DarringtonRead dictionary encoding from data files.
2009-03-27 John DarringtonRedesign the character re-encoding code.
2009-03-17 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-17 John DarringtonNamespace police duty.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-12-14 John DarringtonMoved marshallers to src/ui/gui
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-08 John DarringtonDon't crash when resizing columns with no associated...
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-01 John DarringtonRemove marshaller from helper.c and use a generated...
2008-11-27 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-26 John DarringtonGenerate marshaller functions instead of using prebuilt...
2008-11-24 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-03-25 John DarringtonRemove inline qualifiers to keep gcc 4.2 happy
2008-03-14 John DarringtonRemove unncessary dependencies on format.h
2008-01-22 John DarringtonFixed bug #22073
2007-09-21 John DarringtonAdded a BACKEND_CHANGED signal on PsppireDict, and...
2007-09-19 Ben PfaffFix bug #20910.
2007-08-13 Ben Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
2007-07-18 John DarringtonAdded the ability to resize string variables from the...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-15 John DarringtonFixed procedure execution in GUI.
2007-01-30 John DarringtonCall dictionary callbacks on replaced dictionary.
2007-01-26 John DarringtonFixed bug which crashed gui if it attempted to enter...
2007-01-26 John DarringtonAdded custom psppire-selector widget.
2007-01-20 John DarringtonPatch #5676 (syntax string source).
2007-01-12 John DarringtonChanged instances of 'signal' to 'signals', to avoid...
2007-01-07 John DarringtonApplied patch #5661
2007-01-04 John DarringtonAdded psppire-dialog and psppire-buttonbox widgets.
2007-01-03 John DarringtonAdded callback for when the weights on a dictionary...
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
2006-12-28 John DarringtonRe-added Data->Insert_Variable menu item
2006-12-25 John DarringtonRemoved signal emissions from psppire-dict.c
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonWhitespace changes only
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-17 John DarringtonAdded the ability to run syntax from the syntax editor.
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-16 John DarringtonCommitted patch #5636
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-07-17 John DarringtonPatch #5209
2006-06-24 John DarringtonAdded the ability to sort the working file.
2006-06-19 John DarringtonImplemented data-store using a casefile instead of...
2006-05-20 John DarringtonFixed some bad interaction between variable and data...
2006-05-15 John DarringtonWhen inserting new cases into the data sheet, initialis...
2006-05-11 John DarringtonConverted strings to utf8 before passing to gtksheet...
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.