pspp-builds.git
2009-01-09 Ben PfaffFix assertion in case_copy().
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2009-01-04 John DarringtonRemove inappropriate include directives
2009-01-04 John DarringtonRemove invalid property
2009-01-04 John DarringtonFix pointer types as appropriate
2009-01-04 John DarringtonConvert psppire.glade to psppire.ui
2009-01-04 John DarringtonConverted T-Test dialogs to GtkBuilder
2009-01-04 John DarringtonAdd *.ui to .gitignore
2009-01-04 John DarringtonConvert Regression dialog to GtkBuilder
2009-01-04 John DarringtonConvert MessageDialog to GtkBuilder
2009-01-04 John DarringtonConvert Crosstabs dialog to GtkBuilder
2009-01-04 John DarringtonConvert Examine dialog to GtkBuilder
2009-01-04 John DarringtonConvert Frequencies dialog to GtkBuilder
2009-01-03 John DarringtonMigrated rank and recode dialogs to GtkBuilder
2009-01-03 John DarringtonAdded infrastructure for GtkBuilder and change oneway...
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 DarringtonAdjusted packing properties as appropriatate
2008-12-14 John DarringtonRemove expand property from inappropriate widget
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-14 John DarringtonMerge commit 'HEAD'; branch 'rewrite-sheet'
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
2008-12-12 John DarringtonFixed bug which manifested itself in the text import...
2008-12-11 John DarringtonRedraw cells when a row/column is resize
2008-12-10 John DarringtonPrevent updates to the model from feeding back to the...
2008-12-10 John DarringtonFix problem where entry strings got mangled
2008-12-10 John DarringtonFix some warnings
2008-12-10 John DarringtonImprove reliability of active cell border rendering
2008-12-10 John DarringtonFixed a problem redrawing the active cell.
2008-12-10 John DarringtonSimplify expose callback
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-10 John DarringtonFix up include path for generated source file
2008-12-09 John DarringtonAdded a chapter to the developers' manual about i18n.
2008-12-09 John DarringtonRemoved that rather kludgy idle callback
2008-12-09 John DarringtonFix bug resizing rows/columns
2008-12-08 John DarringtonDon't crash when resizing columns with no associated...
2008-12-08 John DarringtonDraw the boundary line when resizing rows/columns
2008-12-08 John DarringtonPrevent widths less than 1
2008-12-07 John DarringtonFree the elements from the pool
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 DarringtonTrap some bad usage
2008-12-07 John DarringtonSet variable display width when datasheet's columns...
2008-12-07 John DarringtonAdd a resize method to the axis
2008-12-06 Ben PfaffRemove unused match-files.c.
2008-12-06 John DarringtonImproved robustness of axis implementation
2008-12-06 John DarringtonMake the axis implementation more tolerant of boundary...
2008-12-06 John DarringtonCanonicalise identifier names
2008-12-06 John DarringtonMade the datasheets share axes
2008-12-06 John Darrington(re)enabled dragging of row boundaries
2008-12-06 John DarringtonReplaced implementation of psppire-axis.
2008-12-04 John DarringtonImprove rendering of active cell border
2008-12-04 John DarringtonImprove reliability of active cell border display
2008-12-04 John DarringtonAllow variables to be entered beyond the end of sheet.
2008-12-04 John DarringtonRemove {rows,columns}_resizeable function
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 John DarringtonUse value_compare_3way instead of compare_values_short...
2008-12-03 John DarringtonRemove unused sheetmodel function
2008-12-03 Ben PfaffImplement ADD FILES and UPDATE.
2008-12-03 Ben PfaffReplace case_ordering with subcase.
2008-12-03 Ben PfaffBreak get.c up into multiple files in a logical fashion.
2008-12-03 Ben PfaffAllow MATCH FILES before an active file has been defined.
2008-12-03 Ben PfaffRename compare_values, hash_values with "_short" suffix.
2008-12-03 John DarringtonKeep adjustment values in their relative positions...
2008-12-02 John DarringtonOnly grab the focus when appropriate
2008-12-02 John DarringtonWhitespace change
2008-12-02 John DarringtonRemove extraneous code moving sheet adjustments on...
2008-12-02 John DarringtonAdd range_changed callbacks as appropriate
2008-12-02 John DarringtonUpdate model on inserting/deleting cases
2008-12-02 John DarringtonAdded static qualifier
2008-12-02 John DarringtonAdd handlers for inserting/deleteing cases
2008-12-02 John DarringtonDestroy datasheet, but not if we've made a reader of it
2008-12-02 John DarringtonDeleted psppire-case-file.[ch]
2008-12-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-12-01 John DarringtonFixed some boundary conditions displaying row/column...
2008-12-01 John DarringtonRemove marshaller from helper.c and use a generated...
2008-12-01 John DarringtonRemoved an unsed variable and used an unused macro
2008-12-01 John DarringtonDeleted some superflous nonsense
2008-12-01 John DarringtonReplaced extern "C" with G_BEGIN_DECLS
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 DarringtonAdded popup menu to row titles in variable sheet
2008-12-01 John DarringtonAdd cast to avoid warning
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 unused variable
2008-12-01 John DarringtonRemove font information from cell attributes and sheet...
2008-11-30 Ben PfaffFix memory leak in get_system_decimal().
2008-11-30 Ben PfaffAdd PKG_CHECK_MODULES to forbidden m4 patterns.
2008-11-30 John DarringtonRemove unused property from var-sheet
2008-11-30 John DarringtonAdd mutual links to VARIABLE/DATAFILE ATTRIBUTE documen...
2008-11-30 John DarringtonWhen adding variables in varsheet, add at the current...
next