Warnings: missing initializer for value_tables and function type cast (GObject)
[pspp] / src / ui / gui / psppire-data-editor.c
2020-08-24 Friedrich BeckmannWarnings: missing initializer for value_tables and...
2020-07-12 Friedrich Beckmanngui: clipboard CUT and COPY store same data with/withou...
2020-07-04 John DarringtonAudit and cleanup dispose methods of classes which...
2020-07-04 John DarringtonAdd finalize methods to some classes which don't have...
2020-06-07 John DarringtonWhitespace changes only.
2020-05-31 John Darringtonpsppire: Deal properly with inverted variable selections.
2019-04-28 John DarringtonGUI: Scroll to correct datasheet position after deletin...
2018-11-16 Friedrich Beckmannfixed setting the font size via css syntax - Closes...
2017-11-24 John Darringtonpsppire_data_editor: Don't crash when trying to insert...
2017-09-13 John DarringtonFix some compiler warnings
2017-09-10 John DarringtonMerge remote-tracking branch 'origin/sheet'
2017-09-06 John DarringtonFocus the sheet when the user hits enter in the datum...
2017-09-06 John DarringtonPsppireDataEditor: focus the datum entry widget when...
2017-09-05 John DarringtonFix memory leak
2017-09-04 John DarringtonSet the cell value when the reference entry changes
2017-09-04 John DarringtonWhitespace changes only
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-06-24 John DarringtonEnable the show value labels feature
2017-06-02 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-27 John DarringtonRemoved GtkXPaned which is currently not used
2017-05-25 John DarringtonDeal with formal release of upstream library
2017-05-25 John DarringtonUpdate identifiers to reflect new identity of upstream...
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-08 John DarringtonCope with new location of upstream files
2017-05-07 John DarringtonPsppireDataEditor: Automatically set the dictionary...
2017-05-05 John DarringtonNew module: psppire_data_sheet.c
2017-05-05 John DarringtonNew module: psppire_variable_sheet.c
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2017-04-19 John DarringtonDon't crash when attempting to enter data in a column...
2017-04-19 John DarringtonMake warning message a little more severe.
2017-04-19 John DarringtonUpdate the datum entry when the selection changes
2017-04-19 John DarringtonPsppireDataEditor: unref objects on dispose
2017-04-19 John DarringtonEnable setting of variable type from var sheet
2017-04-19 John DarringtonPass the top level window to dialog creation functions
2017-04-19 John DarringtonEnable changing of missing values from the variable...
2017-04-17 John DarringtonRemove unused variable
2017-04-17 John DarringtonEnable the value_labels popup dialog
2017-04-16 John DarringtonEnable changing of width and decimals from var sheet
2017-04-14 John DarringtonRemove diagnostic message
2017-04-09 John DarringtonMake the split window menuitem apply to the var sheet...
2017-04-08 John DarringtonVariable Sheet: Display 'None' for value labels if...
2017-04-07 John Darringtonchange_var_property: Make parameter const
2017-04-07 John DarringtonRemove reduntant #include
2017-04-07 John DarringtonChange the signature of myreversefunc to return bool
2017-04-07 John DarringtonMove paste related code from PsppireDataWindow to Psppi...
2017-04-07 John DarringtonDon't update the cell entry ref if there is no active...
2017-04-06 John DarringtonUse g_object_set rather than obsolete setter function
2017-04-06 John DarringtonFix some compiler warnings
2017-04-06 John DarringtonRemove call to property which no longer exists
2017-04-05 John DarringtonEnable Edit Menuitems
2017-04-05 John DarringtonRename myconvfunc --> psppire_data_store_value_to_string
2017-04-05 John DarringtonFix pasting from data sheet
2017-04-04 John DarringtonMake the combo boxes in the variable sheet work properly
2017-04-04 John DarringtonMake the split window feature work again
2017-04-04 John DarringtonMake the goto variable feature work again
2017-04-04 John DarringtonDisplay data in the var sheet properly
2017-04-03 John DarringtonRemove some variables from global scope
2017-03-31 John DarringtonAllow adding new variables in the var sheet
2017-03-31 John DarringtonEnable deletion of variables from var sheet
2017-03-31 John DarringtonAdd popup menu on var sheet row header
2017-03-31 John DarringtonEnable sorting of cases
2017-03-31 John DarringtonEnable the deletion of variables from the data sheet
2017-03-30 John DarringtonAdd popup menu to insert a variable
2017-03-30 John DarringtonAdd popup menu for variables in data sheet
2017-03-30 John DarringtonUse the "items-changed" signal instead of "changed"
2017-03-30 John DarringtonNew popup menu for cases
2017-03-28 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-15 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-15 John DarringtonFont Selection: Use a local css_provider instead of...
2016-08-14 John DarringtonFix memory leak
2016-08-14 John DarringtonUse modern method of setting font, instead of deprecate...
2016-08-14 John DarringtonPopulate the datum entry on cell change
2016-08-14 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-13 John DarringtonImprove the conversion to and from cell values
2016-08-13 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-12 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-12 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-09 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-08 John DarringtonFail more gracefully when selecting cells out of range
2016-08-07 John DarringtonMerge branch 'master' into sheet
2016-08-07 John DarringtonRe-enable the gridlines toggle and mark some other...
2016-08-06 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-06 John DarringtonRemove deprecated objects GtkAction and GtkUIManager
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-19 John DarringtonChange the align, role and measure columns on the appro...
2016-03-19 John DarringtonAdded naive callbacks for the "value-changed" signal
2016-03-17 John DarringtonFix compiler warnings
2016-03-17 John DarringtonLocalise values of comboboxes in var sheet
2016-03-17 John DarringtonSet individual cell renderers for variable sheet columns
2016-03-13 John DarringtonRe-enable display of cell reference label
2016-03-12 John DarringtonChange view and scroll to position on header double...
2016-02-22 John DarringtonUse new sheet in var-sheet
2016-02-22 John DarringtonFix things
2016-02-22 John DarringtonAdapt to new sheet
2015-09-06 John DarringtonRemove some unnecessary #include directives
2015-08-09 John DarringtonRemove deprecation: gtk_misc_set_alignment -> gtk_widge...
next