Fix clipboard export of non-ascii strings.
[pspp-builds.git] / src / ui / gui / psppire-data-editor.c
2009-07-28 John DarringtonFix clipboard export of non-ascii strings.
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-18 John DarringtonThe length of the string is now not always 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-07-05 John DarringtonStore variable names, labels and value labels as UTF8.
2009-06-09 John DarringtonFixed bug inserting cases in data sheet.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-05-16 John DarringtonFix bug inserting rows and columns and rename state...
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-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-06 John DarringtonMerge psppire-axis and psppire-axis-impl
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-17 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-17 John DarringtonDelete extraneous characters from comment.
2009-03-16 John DarringtonIndicate filtered cases in data sheet.
2009-03-15 John DarringtonFocus var/data sheet after switching tabs
2009-03-05 John DarringtonFix problem focusing variable sheet
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-22 John DarringtonPrevent data sheet from traversing into an invalid...
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.
2008-12-15 John DarringtonRename lib/gtksheet to lib/gtk-contrib
2008-12-15 John DarringtonCreated new directory src/ui/gui/sheet
2008-12-14 John DarringtonRename GtkSheet to PsppireSheet
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-08 John DarringtonPrevent widths less than 1
2008-12-07 John DarringtonMake the axes members of the data editor object
2008-12-07 John DarringtonWritten a proper implementation of psppire_axis_impl_delete
2008-12-07 John DarringtonSet variable display width when datasheet's columns...
2008-12-06 John DarringtonMade the datasheets share axes
2008-12-06 John DarringtonReplaced implementation of psppire-axis.
2008-12-04 John DarringtonAllow variables to be entered beyond the end of sheet.
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-02 John DarringtonAdd handlers for inserting/deleteing cases
2008-12-02 John DarringtonDeleted psppire-case-file.[ch]
2008-12-01 John DarringtonFixed some boundary conditions displaying row/column...
2008-12-01 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-12-01 John DarringtonAdded popup menu to row titles in variable sheet
2008-12-01 John DarringtonRename properties so as to be more specific
2008-12-01 John DarringtonCalculate the width of M based on the current font
2008-12-01 John DarringtonRemove font information from cell attributes and sheet...
2008-11-30 John DarringtonWhen adding variables in varsheet, add at the current...
2008-11-30 John DarringtonFixed problem when double clicking on column header
2008-11-27 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-27 John DarringtonRemove [hv]geo arguments to gtksheet which no longer...
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 DarringtonFix problem inserting variables at end of var sheet
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-22 John DarringtonChange traverse signal to take GtkSheetCell instead...
2008-11-21 John DarringtonPrevent traversing to cells for which there is no variable
2008-11-20 John DarringtonImproved behaviour of arrow keys
2008-11-20 John DarringtonImprove the behaviour of the moveto function
2008-11-13 John DarringtonSimplified the scrolling behaviour
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-11 John DarringtonMade some gui functions multi-head safe.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-07-12 John DarringtonActually add the code for the "Split Window" factility
2008-07-12 John DarringtonStart of new branch involving major rewrite of lib...
2008-03-02 John DarringtonUpdated some deprecated functions with modern ones.
2008-02-29 John DarringtonApplied patch #6428