pspp-builds.git
2008-11-23 John DarringtonReplace gsheet-column interface by psppire-axis
2008-11-23 John DarringtonBen's patches to tower.[ch]
2008-11-22 John DarringtonFix crash
2008-11-22 John DarringtonRemove unused signal
2008-11-22 John DarringtonChange traverse signal to take GtkSheetCell instead...
2008-11-22 John DarringtonRemove inline qualifiers
2008-11-22 John DarringtonRemoved function default_row_height
2008-11-21 John DarringtonAvoid annoying double line at beginning of rows/columns
2008-11-21 John DarringtonAvoid critical when renewing dataset
2008-11-21 John DarringtonRemove gtk_sheet_move_query function
2008-11-21 John DarringtonAvoid runtime warning
2008-11-21 John DarringtonBlock entry change handler whilst traversing cells
2008-11-21 John DarringtonPrevent double-click signal from being emitted when...
2008-11-21 John DarringtonPrevent traversing to cells for which there is no variable
2008-11-20 John DarringtonPrevent sheet from stepping outside its valid cell...
2008-11-20 John DarringtonFixed the scrolling of the sheet when the active cell...
2008-11-20 John DarringtonImproved behaviour of arrow keys
2008-11-20 John DarringtonRename functions
2008-11-20 John DarringtonRemoved unused return value from cell activation features
2008-11-20 John DarringtonImprove the behaviour of the moveto function
2008-11-20 John DarringtonReduce flicker on scrolling
2008-11-20 John DarringtonCombine cell_draw_bg and cell_draw_label into a single...
2008-11-20 John DarringtonFix entry widget size allocation.
2008-11-19 John DarringtonDeleted lib/gtksheet/gtkextrafeatures.h
2008-11-19 John DarringtonDeleted gtkitementry
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 DarringtonAdded event handler for the Delete key
2008-11-18 John DarringtonMade attributes justification default to GTK_JUSTIFY_LEFT
2008-11-18 John DarringtonFix vertical alignment of text.
2008-11-18 John DarringtonFixed horizontal alignment of text within cells.
2008-11-18 John DarringtonUse rectangle_from_cell where appropriate.
2008-11-18 John DarringtonNew function rectangle_from_range.
2008-11-18 John DarringtonNew function rectangle_from_cell
2008-11-18 John DarringtonFixed problem where the old active cell wasn't hidden.
2008-11-18 John DarringtonRemoved the visibility predicate from the row/column...
2008-11-18 John DarringtonCorrect scrollbar adjustments for row/column titles...
2008-11-17 John DarringtonWhitespace changes
2008-11-17 John DarringtonFixed the tooltips/hover feature
2008-11-15 John DarringtonFixed some other little bugs which kept in.
2008-11-15 John DarringtonRemove "backing pixmap".
2008-11-14 John DarringtonAdded .libs to .gitignore
2008-11-14 John DarringtonWhitespace changes, and function refactoring.
2008-11-14 John DarringtonMore unused code deleted.
2008-11-14 John DarringtonRemoved some unused code.
2008-11-14 John DarringtonAdd useful test/example file.
2008-11-14 John DarringtonRemoved some unused gtksheet features.
2008-11-14 John DarringtonDelete gtkextra.c
2008-11-13 John DarringtonMake the arrow keys behave more like what popular sprea...
2008-11-13 John DarringtonSimplified the scrolling behaviour
2008-11-13 John DarringtonReplaced macros with static inline functions
2008-11-12 John DarringtonAdd prototype for gtk_xpaned_compute_position
2008-11-12 John DarringtonRemove calls to gdk_pointer_ungrab
2008-11-12 John DarringtonRemove calls to gdk_cursor_new
2008-11-12 John DarringtonRemove unsafe colormap operations.
2008-11-12 John DarringtonChange bg_color and grid_color to an array of two colors
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-11-08 John DarringtonFail more gracefully when the file specified on the...
2008-11-08 John DarringtonFixed problems when configured with --without-libplot
2008-11-08 John DarringtonDon't canonicalise pathnames of included files.
2008-11-08 John DarringtonCorrected problem with mismatched linefeed characters.
2008-11-08 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-08 John DarringtonUpdated British translations.
2008-11-08 John DarringtonRewrote the command line parser using argp.
2008-11-06 Jason H Stovercovariance-matrix.c: Added one-pass algorithm to comput...
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-01 John DarringtonRemove reference to sa_restorer, because it's not part...
2008-10-16 John DarringtonNew .gitignore file
2008-10-16 John DarringtonFixed return type of design_matrix_get_case_count.
2008-10-15 Jason H Stoverglm.q: Removed code to us QR decomposition, which requi...
2008-10-15 Jason H Stovercovariance_accumulate: New function for one-pass comput...
2008-10-15 John DarringtonSet the DECIMAL point character from the LC_NUMERIC
2008-10-15 John DarringtonAllow value labels for non integer values.
2008-10-14 John DarringtonMark variables as unused
2008-10-12 Ben PfaffMake pspp_linreg_with_cov() void, since it doesn't...
2008-10-12 Ben PfaffUse const consistently in linreg routines, to avert...
2008-10-12 Ben PfaffFix GCC 4.3 warning about uninitialized structure member.
2008-10-12 Ben PfaffFix warning due to unmunge() returning a const string...
2008-10-12 Ben PfaffAdvise not to build in a directory whose name contains...
2008-10-12 Ben PfaffAdd prototype for design_matrix_clone() to design-matrix.h.
2008-10-12 Ben PfaffEliminate unused variable.
2008-10-12 Ben PfaffFix typo in comment.
2008-10-12 Ben PfaffParenthesize more defensively in macro definition.
2008-10-12 Ben PfaffEliminate unused code in glm.q, regression.q.
2008-10-12 Ben PfaffFix GCC 4.3 warnings about parameters of incomplete...
2008-10-12 Ben PfaffImplement variable and data file attributes.
2008-10-11 Ben PfaffMake str_copy_rpad() behave properly with a DST_SIZE...
2008-10-11 Ben PfaffMake [ and ] valid tokens in the lexer.
2008-10-11 Ben PfaffFix build when build and source directories are separate.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-10-10 Ben PfaffUpdate NEWS for 0.6.1. v0.6.1
2008-10-10 John DarringtonFixed problems when building with --enable-relocatable
2008-10-06 John DarringtonAllow hyphens in {sub}command names.
2008-10-06 John DarringtonAdd generated c files to .gitignore
2008-10-05 Ben PfaffUse Gnulib module "regex", to fix linking on Mingw.
2008-10-05 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-05 John DarringtonMoved the datasheet testing code out of src/{libspp...
next