Add documentation for SPV file format.
[pspp] / src / ui /
2015-12-05 John DarringtonHistogram Dialog: Remove deprecated widgets
2015-12-05 John DarringtonComments Dialog: Remove deprecated widgets
2015-12-05 John DarringtonEntry Dialog: Remove deprecated widgets
2015-12-05 John DarringtonTranspose Dialog: Remove deprecated widgets
2015-12-05 John DarringtonVariable Info Dialog: Remove deprecated widgets
2015-12-05 John DarringtonGoto Case Dialog: Remove deprecated widgets
2015-12-05 John DarringtonWeight Dialog: Remove deprecated widgets
2015-12-05 John DarringtonBinomial Dialog: Remove deprecated widgets
2015-12-04 John DarringtonOneway Dialog: Remove obsolete widgets
2015-12-04 John DarringtonBinomial dialog: Remove GtkAlignment
2015-12-04 John DarringtonAutorecode Dialog: Replace deprecated widgets
2015-12-04 John DarringtonMissing Value Dialog: Remove GtkAlignment
2015-12-04 John DarringtonVariable Type Dialog: Remove GtkAlignment
2015-12-04 John DarringtonValue Labels Dialog: Remove GtkAlignment
2015-12-04 John DarringtonQuick Cluster Dialog: Remove GtkAlignment
2015-12-04 John DarringtonComment Dialog: Remove GtkAlignment
2015-12-04 John DarringtonFix compiler warning
2015-12-04 John DarringtonFix bug in two sample non-parametric dialog.
2015-12-04 John DarringtonSort Dialog: Remove deprecated widgets and make some...
2015-12-04 John DarringtonSplit psppire.ui into three separate files
2015-12-02 John DarringtonEnsure that the leftmost vertical gridline gets rendere...
2015-12-02 John DarringtonSheet Grid Lines: Correct positioning.
2015-12-02 John DarringtonOutput viewer: Right justify output items if an RTL...
2015-12-02 John DarringtonOutput viewer: Add diagnostic feature
2015-11-29 John DarringtonFix compiler warning
2015-11-28 John DarringtonCorrect the rendering of the data and variable sheets...
2015-11-28 John DarringtonFix change inadvertently added by previous commit
2015-11-28 John DarringtonPersist dialog box widget settings.
2015-11-21 John DarringtonMake fn_open and fn_close take a struct file_handle...
2015-11-20 John DarringtonRemove unnecessary #include directives
2015-11-11 John DarringtonNew top level menu for Graphs.
2015-10-19 John DarringtonMove definition of handler inside the #ifdef HAVE_READLINE
2015-10-09 John DarringtonEnsure all lex_readers have the encoding parameter
2015-09-20 John DarringtonFix memory leak in initialization
2015-09-19 John DarringtonPsppireSpreadsheetModel: Take reference to underlying...
2015-09-16 John DarringtonFix memory leak in PsppireVarSheet
2015-09-16 John DarringtonText file importer: Initialise the total_is_exact variable.
2015-09-15 John DarringtonRef count struct spreadsheet
2015-09-12 Ben Pfaffgui: Mark print_startup_time() unused to avoid warning.
2015-09-06 John DarringtonRemove some unnecessary #include directives
2015-09-06 John DarringtonHave "make distcheck" run without errors
2015-09-05 John DarringtonSplash screen: Flush display after drawing.
2015-08-30 John DarringtonEncoding selector: fix memory leak
2015-08-30 John DarringtonPsppireEncodingSelector: Add comment
2015-08-29 John DarringtonDon't bother freeing import dialog memory. Thus avoid...
2015-08-25 John DarringtonTextImportDialog: Gtk[VH]Box --> GtkBox
2015-08-25 John DarringtonTextImportDialog: Remove unused struct definition
2015-08-25 John DarringtonTextImportDialog: GtkVPaned --> GtkPaned
2015-08-25 John DarringtonTextImportDialog: GtkTable --> GtkGrid
2015-08-18 John DarringtonRestore the splash screen.
2015-08-09 John DarringtonRemove deprecation: gtk_misc_set_alignment -> gtk_widge...
2015-08-02 John DarringtonRemoved superfluous #include directive
2015-08-01 John DarringtonREGRESSION: Relaxed the syntax parser slightly and...
2015-07-31 Ben PfaffT-TEST: Use correct keyword CI (instead of CIN) on...
2015-07-28 John Darringtonpsppire_cell_renderer_button_render: Avoid deprecation...
2015-07-28 John DarringtonPsppireDataWindow (on_switch_page): Add comment and...
2015-07-28 John DarringtonPsppireDataWindow: reduce scope of incidental
2015-07-26 John DarringtonReplace deprecated GtkHBox with GtkBox
2015-07-26 John DarringtonData Editor: Remove the GtkHandleBox
2015-07-26 John DarringtonPsppireDialogAction and subclasses - use function to...
2015-07-26 John DarringtonAdded notes about glade versions to src/ui/gui/memorand...
2015-07-21 Ben PfaffGET DATA/TYPE=TXT: Remove ESCAPE subcommand and make...
2015-07-19 John DarringtonPsppireValueEntry: Enable can_focus in realize callback
2015-07-19 John DarringtonPsppireDialogActionIndepSamples: Replace GtkTable with...
2015-07-19 John DarringtonIndependent Samples T-Test dialog: Replace deprected...
2015-07-18 John DarringtonGET DATA TXT: change syntax generation from /IMPORTCASE...
2015-07-04 John DarringtonAvoid gtk_widget_reparent which is deprecated
2015-07-04 John DarringtonAvoid GtkArrow which is deprecated
2015-07-03 John DarringtonPsppireWindowRegister: Remove unused function
2015-06-29 John DarringtonFix bug when searching through an empty dataset.
2015-06-29 John DarringtonCorrect bad button label
2015-06-28 Friedrich Beckmannmissing-val-dialog.c: fixed bug #45419 - added value...
2015-06-28 John DarringtonFix non-working accelerator key
2015-06-27 John DarringtonPsppireMeansLayer: Remove useless widget
2015-06-27 John DarringtonPsppireValChooser: remove deprecated functions
2015-06-27 John DarringtonGtkTable -> GtkGrid
2015-06-27 John DarringtonRemove deprecations from help-menu.c
2015-06-27 John DarringtonOutputWindow: Convert deprecated widgets to non-depreca...
2015-06-27 John DarringtonRemoved unreachable code section
2015-06-27 John Darringtongtk_widget_size_request --> gtk_widget_get_preferred_size
2015-06-27 John DarringtonReplace two instances of gdk_pointer_grab with gdk_devi...
2015-06-27 John DarringtonRevert "Replaced a few instances of gdk_window_get_poin...
2015-06-27 John DarringtonReplaced a few instances of gdk_window_get_pointer...
2015-06-27 Friedrich Beckmannpsppire-output-view.c: added check for view->xr - fixes...
2015-06-27 John DarringtonReplace deprecated GTK_STOCK_ symbols with translatable...
2015-06-25 John Darringtongdk_cursor_unref -> g_object_unref
2015-06-24 John DarringtonSelect cases dialog: Change GtkTable to GtkGrid
2015-06-24 John DarringtonReplace some obsolete Gtk2 functions
2015-06-24 John DarringtonFix typo in value chooser
2015-06-24 John Darringtongdk_cursor_unref -> g_object_unref
2015-06-22 John DarringtonData import dialog: GtkTable -> GtkGrid
2015-06-22 John DarringtonPsppireKeypad: replace GtkTable with GtkGrid
2015-06-22 John DarringtonRemove deprecated functions gtk_threads_enter and gdk_t...
2015-06-22 John DarringtonReplace GtkFontSelectionDialog with GtkFontChooserDialog
2015-06-21 John DarringtonReplace GtkStock, GtkVBox and GtkHBox with their non...
2015-06-21 John DarringtonPsppireScanf and PsppireAcr: Avoid deprected API features
2015-06-21 Ben Pfaffpspp-sheet-view: Removed unused variable.
2015-06-21 Ben Pfaffpspp-sheet-view: Remove write-only variable from pspp_s...
2015-06-21 Ben PfaffMerge "gtk3" branch into "master".
2015-06-21 John DarringtonMissing value dialog: Simplify error dialog.
next