Merge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu.org/srv/git/pspp into rewrite...
[pspp-builds.git] / lib / gtksheet / gtksheet.c
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 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 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 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 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-07-12 John DarringtonStart of new branch involving major rewrite of lib...
2008-05-09 Ben PfaffDon't call gtk_widget_unparent on sheet->button if...
2008-05-07 Ben Pfaff(gtk_sheet_dispose): Set the sheet's entry_container...
2008-05-03 John DarringtonDon't append cell contents when there is none.
2008-03-25 John DarringtonRemove inline qualifiers to keep gcc 4.2 happy
2008-03-08 John DarringtonRemove unused macros
2008-03-06 John DarringtonRemove unnecessary gpointer variable from gsheet-row...
2008-03-02 John DarringtonUpdated some deprecated functions with modern ones.
2008-03-02 John DarringtonGtkSheet now properly owns its model(s)
2008-02-29 John DarringtonApplied patch #6428
2008-02-27 John DarringtonFixed some deallocation problems.
2008-02-27 John DarringtonFixed bug #21073
2008-02-20 John DarringtonWhitespace changes and remove unnecessary casts.
2008-02-20 John DarringtonCleanup gtksheet and add features to var-sheet.[ch]
2008-02-17 John DarringtonRemove superfluous casts and fix whitespace sillyness.
2008-02-08 John DarringtonRemoved the "feature" where rows are automatically...
2008-02-03 John DarringtonFixed various memory leaks in GUI
2008-02-02 John DarringtonFixed some warnings from valgrind.
2007-09-21 John DarringtonAdded a BACKEND_CHANGED signal on PsppireDict, and...
2007-08-18 John DarringtonAdded the ability to paste from the clipboard to the...
2007-08-07 John DarringtonPlugged one more source of GtkCritical errors
2007-07-24 John DarringtonAdded the ability to paste data from the primary selection.
2007-07-18 John DarringtonAdded popup menus to column and row title areas in...
2007-07-18 John DarringtonEnabled deleting of variables from the datasheet
2007-07-16 John DarringtonRemoved legacy code.
2007-07-13 John DarringtonRemoved some deprecated gtk_ calls.
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 DarringtonImplemented the "Insert Case" button and menuitem.
2007-07-08 John DarringtonSet type hints for older gtk versions
2007-07-07 John DarringtonAdded a tooltip like feature to display variables'...
2007-07-03 John DarringtonRemoved some gtksheet features that were causing proble...
2007-06-28 John DarringtonRemoved some gtksheet features that psppire is never...
2007-06-28 John DarringtonMore whitespace changes. Thanks to Ben for pointing...
2007-06-28 John DarringtonChanges to whitespace, formatting and removed some...
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-02-18 Ben PfaffAdd #include <config.h>.
2006-07-23 John DarringtonFixed bug where gui would crash when columns were resized.
2006-06-19 John DarringtonImplemented data-store using a casefile instead of...
2006-05-30 John DarringtonInternationalisation.
2006-05-27 John DarringtonFixed a lot of internationalisation issues.
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
2006-05-20 John DarringtonFixed some bad interaction between variable and data...
next