Add "dictionary" property to PsppireVarStore and use it.
[pspp-builds.git] / src / ui / gui / psppire-var-store.c
2009-07-25 John DarringtonAdd "dictionary" property to PsppireVarStore and use it.
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-07 John DarringtonFix compile warnings
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-05 John DarringtonStore variable names, labels and value labels as UTF8.
2009-06-07 John DarringtonPrevent invalid variable widths in variable sheet.
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-02 John DarringtonAllow non-ascii characters to be entered as variable...
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-27 John DarringtonRedesign the character re-encoding code.
2009-03-22 John DarringtonAllow non-ascii characters to be entered into the varia...
2009-03-17 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-17 John DarringtonNamespace police duty.
2009-03-16 John DarringtonIndicate filtered cases in data sheet.
2009-03-06 John DarringtonRemove some unused variables
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-12-15 John DarringtonCreated new directory src/ui/gui/sheet
2008-12-14 John DarringtonRename gsheetmodel to psppiresheetmodel
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 John DarringtonRemove unused sheetmodel function
2008-12-01 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-12-01 John DarringtonRemove font information from cell attributes and sheet...
2008-11-30 John DarringtonRemove unused property from var-sheet
2008-11-28 John DarringtonRemoved unsed is_visible from sheetmodel
2008-11-26 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-26 John DarringtonRemove the gsheet-row-* modules and replaced with psppi...
2008-11-24 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-23 John DarringtonReplace gsheet-column interface by psppire-axis
2008-11-19 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-19 John DarringtonFixed problems with justification
2008-11-18 John DarringtonMade everything except gtkitementry.c multi-head safe
2008-11-18 John DarringtonRemoved the visibility predicate from the row/column...
2008-03-14 John Darringtoninclude format.h only where necessary.
2008-03-06 John DarringtonRemove unnecessary gpointer variable from gsheet-row...
2008-02-29 John DarringtonApplied patch #6428
2008-02-20 Ben PfaffPatch #6426. Reviewed by John Darrington.
2007-09-21 John DarringtonAdded a BACKEND_CHANGED signal on PsppireDict, and...
2007-07-18 John DarringtonAdded the ability to resize string variables from the...
2007-07-08 John DarringtonUsed type casenumber in GUI code where appropriate...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-03 Ben Pfaff(psppire_var_store_item_editable): Use var_is_alpha.
2007-04-30 John DarringtonAdded the Variable Information dialog.
2007-01-26 John DarringtonFixed bug which crashed gui if it attempted to enter...
2006-12-28 John DarringtonRe-added Data->Insert_Variable menu item
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonWhitespace changes only
2006-12-16 Ben PfaffDon't assume that MEASURE_* and ALIGN_* have the same...
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-16 John DarringtonCommitted patch #5636
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-06-19 John DarringtonImplemented data-store using a casefile instead of...
2006-06-04 John DarringtonUnlimited the number of variables that the GUI can...
2006-05-31 John DarringtonFixed minor memory leak.
2006-05-30 John DarringtonInternationalisation.
2006-05-27 John DarringtonFixed a lot of internationalisation issues.
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
2006-05-14 John DarringtonFixed some memory leaks in GUI.
2006-05-11 John DarringtonConverted strings to utf8 before passing to gtksheet...
2006-05-07 John DarringtonFixed a number of warnings.
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.