Fix some typos (found by codespell)
[pspp] / src / ui / gui / psppire-dict.c
2017-08-20 Stefan WeilFix some typos (found by codespell)
2016-08-12 John DarringtonFix potential null pointer dereference
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-03-18 John DarringtonAdded display sort feature to PsppireDictView
2013-06-24 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2013-06-22 John Darringtondictionary.c: Remove the var_resized and var_display_wi...
2013-06-22 John DarringtonChanged the signature of the VARIABLE_CHANGED signal...
2013-06-22 John DarringtonAdded the WHAT and OLDVAR parameters to the var_changed...
2012-07-09 Ben PfaffMerge "master" into "psppsheet" to obtain bug fixes... 20120709001830/pspp 20120710001843/pspp
2012-07-09 Ben Pfaffpsppire-dict: Make PsppireDict not own its "struct...
2012-04-21 Ben Pfaffgui: Use canonical names for signals.
2012-04-19 Ben PfaffRevert "psppire-dict: g_return_if_fail for idx in psppi... 20120419030507/pspp
2012-04-18 Ben Pfaffpsppire-dict: g_return_if_fail for idx in psppire_dict_...
2012-04-17 Ben Pfaffpsppire-dict: Return new var from psppire_dict_insert_v... 20120417030503/pspp
2012-04-17 Ben Pfaffpsppire-dict: Make auto_generate_var_name() public...
2012-04-17 Ben Pfaffpsppire-dict: Get rid of static var in auto_generate_va...
2012-04-17 Ben PfaffAllow dictionary 'var_deleted' callback to examine...
2011-10-12 John DarringtonAdded some missing gettext macros
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-08-28 John DarringtonAllow translation of default variable name.
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben Pfaffoutput: Make errors, warnings, and notes into a new...
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-12-13 John DarringtonMerge branch 'master' of ssh://john@cellform.com/home...
2009-12-13 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-12-13 John DarringtonChange psppire_dicts pointers from G_POINTER to PSPPIRE...
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-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.