data_out function to dynamically allocate return value.
[pspp-builds.git] / src / ui / gui / psppire-data-store.c
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-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-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 DarringtonRedesign the character re-encoding code.
2009-03-22 John DarringtonAllow non-ascii characters to be entered into the varia...
2009-03-16 John DarringtonIndicate filtered cases in data sheet.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-03-02 John DarringtonSave window contents on closing.
2009-02-22 John DarringtonMerge commit 'window-manager/master'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2009-01-04 John DarringtonMerge commit 'HEAD'; commit 'master/master'
2009-01-01 John DarringtonRefactor common code in dialog implementations
2008-12-15 John DarringtonCreated new directory src/ui/gui/sheet
2008-12-14 John DarringtonMoved marshallers to src/ui/gui
2008-12-14 John DarringtonRename gsheetmodel to psppiresheetmodel
2008-12-12 John DarringtonMore runtime warnings fixed
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-02 John DarringtonAdd range_changed callbacks as appropriate
2008-12-02 John DarringtonUpdate model on inserting/deleting cases
2008-12-02 John DarringtonAdded static qualifier
2008-12-02 John DarringtonAdd handlers for inserting/deleteing cases
2008-12-02 John DarringtonDestroy datasheet, but not if we've made a reader of it
2008-12-02 John DarringtonDeleted psppire-case-file.[ch]
2008-12-01 John DarringtonRemoved an unsed variable and used an unused macro
2008-12-01 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-12-01 John DarringtonRemove unused variable
2008-12-01 John DarringtonRemove font information from cell attributes and 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-18 John DarringtonMade everything except gtkitementry.c multi-head safe
2008-11-18 John DarringtonRemoved the visibility predicate from the row/column...
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-07-12 John DarringtonStart of new branch involving major rewrite of lib...
2008-03-25 John DarringtonRemove inline qualifiers to keep gcc 4.2 happy
2008-03-14 John Darringtoninclude format.h only where necessary.
2008-03-06 John DarringtonRemove unnecessary gpointer variable from gsheet-row...
2008-03-02 John DarringtonRemove unnecessary dependencies on gtksheet.h
2008-02-08 John DarringtonRemoved the "feature" where rows are automatically...
2008-02-03 John DarringtonFixed various memory leaks in GUI
2007-09-19 Ben PfaffFix bug #20910.
2007-08-07 John DarringtonFixed the two biggest sources of GtkCritical errors.
2007-07-29 John DarringtonImplemented the Select Cases Dialog
2007-07-18 John DarringtonAdded popup menus to column and row title areas in...
2007-07-18 John DarringtonAdded the ability to resize string variables from the...
2007-07-13 John DarringtonFinally got the datasheet responding fast enough.
2007-07-12 John DarringtonMade the datasheet redraw itself when new data is loaded.
2007-07-10 John DarringtonEnabled deletion of cases from the datasheet.
2007-07-09 John DarringtonPrevent crash when attempting to insert cases when...
2007-07-08 John DarringtonUsed type casenumber in GUI code where appropriate...
2007-07-08 John DarringtonImplemented the goto-case dialog
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-07-07 John DarringtonMade the datasheet number cases from 1 instead of zero.
2007-07-07 John DarringtonAdded a tooltip like feature to display variables'...
2007-07-05 John DarringtonGet rid of unused function.
2007-06-29 John Darrington(Re)enabled cell reference entry and datum entry widgets.
2007-06-15 John DarringtonFixed procedure execution in GUI.
2007-06-12 John DarringtonImproved the encapsulation of PsppireCaseFile
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-01-12 John DarringtonChanged instances of 'signal' to 'signals', to avoid...
2007-01-10 John DarringtonPatch #5672
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-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonWhitespace changes only
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-16 Ben PfaffDon't assume that ALIGN_* and GTK_JUSTIFY_* values...
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-16 John DarringtonCommitted patch #5636
2006-12-12 John DarringtonFixed bugs which crept in with the variable encapsulati...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-07-30 John DarringtonRe-enabled automatic insertion of cases in data sheet.
2006-07-29 John DarringtonRe-enabled saving of the current file.
2006-07-23 John DarringtonFixed bug where gui would crash when columns were resized.
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-30 John DarringtonInternationalisation.
next