work on PRINT encoding
[pspp] / lib /
2012-04-17 Ben Pfaffgtkxpaned: Remove write-only variables.
2012-01-26 John DarringtonDon't crash on Games-Howell test when there are small... 20120127030502/pspp 20120128030503/pspp
2011-12-02 Ben PfaffAvoid declaring variables in the middle of a block...
2011-11-15 John Darringtonsweep.c: Use gsl_matrix_memcpy instead of element by... 20111117030502/pspp 20111118030503/pspp 20111119030502/pspp 20111120030502/pspp
2011-11-15 John Darringtonsweep.c: Move repeated call out of if ... else
2011-11-15 John Darringtonsweep.c: Reduce scope of local variables and avoid...
2011-11-15 John Darringtonsweep.c: Reverse sense of consistency tests.
2011-11-15 John Darringtonsweep.c: swap rows/columns instead of using indirection...
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-29 John DarringtonFix problem building under Gtk+2.18
2011-07-01 John DarringtonImplemented the POSTHOC subcommand for the ONEWAY command.
2011-07-01 John DarringtonReplace some deprecated GTK macros
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-05-10 Ben Pfaffpsppire-sheet: Avoid CRITICAL unselecting range before...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-30 John DarringtonFix memory leak in sweep.c 20100930040501/pspp
2010-07-25 Jason H StoverFix upper bound for subscript in ordered_cols. 20100726040509/pspp
2010-07-20 Jason H StoverAdd argument specifying column containing dependent... 20100722040501/pspp 20100723040501/pspp
2010-05-24 John DarringtonFix compiler warnings
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-19 Ben PfaffMerge "paginate" branch into "master".
2010-05-10 John DarringtonRemove reference to gtk-builder-convert which is no...
2010-05-10 John DarringtonConverted output-viewer from .glade to .ui
2010-05-08 Michel Boaventuragui: Fix crash clicking on the upper-left corner of... 20100509040503/pspp
2010-02-08 Ben PfaffMerge "output" into "master"
2009-12-28 John DarringtonUse non-deprecated macros.
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-10-24 Ben PfaffMerge "master" into "output".
2009-10-05 Ben PfaffUpgrade gtk-builder-convert to newer version that adds...
2009-10-01 Ben PfaffUpgrade to latest Gnulib version and fix resulting...
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-09-24 Ben PfaffMake GtkItemEntry compatible with GTK+ 2.17.4 and later.
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-30 Ben Pfaffoutput: Use Cairo and Pango to draw charts, instead...
2009-07-28 John DarringtonRemove commented code
2009-07-28 John Darringtonremove unused return value
2009-07-28 John DarringtonAllow ranges with left to right and bottom to top sense...
2009-07-28 John DarringtonReplace safe_strcmp with g_strcmp0.
2009-07-27 John DarringtonRemove the RESIZE feature of the sheet.
2009-07-27 John DarringtonRe-enable signal emmission on row/column selection
2009-07-27 John DarringtonRemoved unused function
2009-07-27 John DarringtonRemoved unnecessary variable and consequently unreachab...
2009-07-27 John DarringtonAvoid the need for an extra click when de-selecting...
2009-07-27 John DarringtonRe-enable selection of complete rows/columns
2009-07-27 John DarringtonRemove unused function psppire_sheet_cell_get_state
2009-07-27 John DarringtonRedraw affected areas after de-selecting a region
2009-07-27 John DarringtonRedraw selection when reducing its area.
2009-07-27 John DarringtonReplaced GTK_STATE_NORMAL with PSPPIRE_SHEET_NORMAL...
2009-07-27 John DarringtonRemoved unnecessary variables
2009-07-27 John DarringtonMade selection a bit more reliable
2009-07-27 John DarringtonRemove unnecessary variable
2009-07-27 John DarringtonPartial fix of selection in the sheet.
2009-07-25 John DarringtonDisable extend_selection call.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-05-16 John DarringtonFix bug inserting rows and columns and rename state...
2009-05-14 John DarringtonRemove gratuitous call to change_active_cell.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-23 John DarringtonFix bug where data sometimes got erroneously copied...
2009-04-23 John DarringtonRemove unused code
2009-04-23 John DarringtonFix GUI bug risizing columns.
2009-04-22 John DarringtonCompensate cell border for gridline thickness
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonReplace BORDER_WIDTH macro with appropriate cell_paddin...
2009-04-16 John DarringtonHide tooltip when leaving sheet
2009-04-16 John DarringtonUnmap tooltip when sheet is unmapped
2009-04-16 John Darringtonremove superfluous tests
2009-04-16 John DarringtonImprove the style handling of the column/row title...
2009-04-15 John DarringtonHold the thread lock in a timer callback
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-06 John DarringtonAdded a cell-padding parameter to the sheet.
2009-04-06 John DarringtonMerge psppire-axis and psppire-axis-impl
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-19 John DarringtonAdded missing '#include <config.h>' lines.
2009-03-17 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-16 John DarringtonMake psppire_sheet_get_attributes a private function
2009-03-16 John DarringtonIndicate filtered cases in data sheet.
2009-03-16 John DarringtonPrevent wierd focusing issues when changing cell
2009-03-10 John DarringtonInclude gtk-builder-convert to process .glade files
2009-03-06 John DarringtonTab key now moves to next row, upon end of line.
2009-03-05 John DarringtonFix problem focusing variable sheet
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-02-06 Ben PfaffSpeed up Wilcoxon matched-pairs signed-ranks significan...
2009-01-17 John DarringtonMerge commit 'origin/stable'
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 DarringtonReadd lost files
2008-12-14 John DarringtonMoved marshallers to src/ui/gui
2008-12-14 John DarringtonRename GtkSheet to PsppireSheet
2008-12-14 John DarringtonRename gsheetmodel to psppiresheetmodel
2008-12-13 John DarringtonFix warning
2008-12-13 John DarringtonRe-enabled display of global sheet button
2008-12-12 John DarringtonMore runtime warnings fixed
2008-12-12 John DarringtonFix some runtime warnings
2008-12-12 John DarringtonDon't set row/column to zero when selecting
2008-12-12 John DarringtonFix compiler warning
next