Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / lib /
2008-12-01 John DarringtonRemove flicker drawing cell ranges
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 DarringtonFixed problem when double clicking on column header
2008-11-30 John DarringtonImprove drawing of active cell border
2008-11-29 John DarringtonFixed crash when scrolling
2008-11-28 John DarringtonFixed bug redrawing row/column title windows
2008-11-28 John DarringtonDont try to draw cells outside the valid range
2008-11-28 John DarringtonFix problem redrawing old active cell
2008-11-28 John DarringtonDraw active cell on adjustment changes
2008-11-28 John DarringtonFixed problem displaying the active cell.
2008-11-28 John DarringtonRemoved unsed is_visible from sheetmodel
2008-11-28 John DarringtonRemove unused auxvalues variable
2008-11-28 John DarringtonRemoved internal_allocation member which was assigned...
2008-11-28 John DarringtonMade the active cell border a lot more noticeable
2008-11-27 John DarringtonUse BUILT_SOURCES to ensure that marshallers get built
2008-11-27 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-27 John DarringtonRemoved condition which was always true
2008-11-27 John DarringtonDisabled sheet entry for non-editable cells
2008-11-27 John DarringtonChange return type of gtk_sheet_get_entry and removed...
2008-11-27 John DarringtonRemove sheet_container member which served no useful...
2008-11-27 John DarringtonRemove [hv]geo arguments to gtksheet which no longer...
2008-11-27 John DarringtonAdded g_return_if_fail to new methods
2008-11-26 John DarringtonAdded extra include path necessary when building outsid...
2008-11-26 John DarringtonGenerate marshaller functions instead of using prebuilt...
2008-11-26 John DarringtonRemove obscure pango_font_description munging which...
2008-11-26 John DarringtonOops
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-25 John DarringtonRemove gtkextrafeatures.h from file manifest
2008-11-25 John DarringtonSet the minimum-extent property from the size_allocate...
2008-11-25 John DarringtonFixed minor bug getting the extent of the last unit
2008-11-25 John DarringtonAdded "min-extent" and "default-size" properties.
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-24 John DarringtonDon't redraw buttons in size_allocate callback
2008-11-24 John DarringtonRemoved the STRING_WIDTH function
2008-11-24 John DarringtonRemoved feature relating to multiline column button...
2008-11-24 John DarringtonRemoved the autoresize-column feature which was unused
2008-11-24 John DarringtonRemove flicker when redrawing row/column titles
2008-11-23 John DarringtonReplace gsheet-column interface by psppire-axis
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-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 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 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 DarringtonMerge branch 'master' into rewrite-sheet
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-20 John DarringtonMoved all static libraries to libtool libraries.
2008-09-20 John DarringtonAdded the /WILCOXON subcommand to NPAR TESTS
2008-09-15 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-09-13 John DarringtonAdded README to distributed files
next