Merge remote branch 'savannah/master' into sourceview
[pspp] / src / ui / gui / psppire-data-window.c
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-05-13 Ben Pfaffgui: Make File|Recent Files remember the correct encoding.
2011-05-13 Ben Pfaffgui: Recode syntax files on load and save.
2011-05-12 Ben Pfaffgui: Refactor checking for .sav and .por suffixes.
2011-05-10 Ben Pfaffgui: Get rid of the_recent_manager global.
2011-05-10 Ben Pfaffgui: Make File|Recently Used Data behave like File...
2011-05-04 Ben Pfaffgui: Change View|Data and View|Variables to radio butto...
2011-05-04 Ben PfaffImplement DATASET commands.
2011-05-03 Ben Pfaffgui: Fix g_object_get() memory leaks for PsppireWindow...
2011-05-03 Ben Pfaffgui: Fix File|Open in syntax editor.
2011-05-03 Ben Pfaffgui: Eliminate dataset-related global variables.
2011-05-03 Ben Pfaffgui: Make syntax execution functions take a PsppireData...
2011-05-03 Ben Pfaffgui: Include only <gtk/gtk.h> to use GTK+.
2011-05-03 Ben Pfaffgui: Use dispose instead of finalize method in PsppireD...
2011-05-03 Ben Pfaffgui: Drop null base_finalize function from PsppireDataW...
2011-05-03 Ben Pfaffgui: Always convert file names to UTF-8 for use in...
2011-03-20 Ben Pfaffdataset: Use similar form to dictionary code for callba...
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2010-12-05 Ben Pfaffgui: Factor out duplicated code for executing and pasti... 124/pspp 125/pspp 126/pspp 127/pspp 128/pspp 129/pspp 130/pspp 20101206030505/pspp 20101207030502/pspp 20101208030508/pspp 20101209030502/pspp 20101210030502/pspp 20101211030502/pspp 20101212030503/pspp
2010-10-30 John DarringtonAdded a dialog box for the k-related-sample non-paramet...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfaffsyntax-string-source: Fix format string problems.
2010-08-28 John DarringtonAllow translation of default filenames in GUI
2010-08-24 John DarringtonMerge commit 'origin/master' into sso
2010-08-11 John DarringtonAdded basic undo/redo to syntax window
2010-07-29 John DarringtonAdded dialog box for the aggregate command
2010-06-23 John Darrington(Re)enable select cases dialog.
2010-05-21 John DarringtonFix problem opening files with non-ascii names on Windows
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-19 John DarringtonImplemented the Binomial Test dialog box.
2010-05-19 John DarringtonAdded an implementation of the Chi-Square dialog box
2010-05-19 Ben PfaffMerge "paginate" branch into "master".
2010-05-14 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2010-05-12 John DarringtonCreated convenience function connect_action
2010-05-12 John DarringtonRemove unnecessary GtkAction * variables
2010-05-11 John DarringtonUse signal handlers with the window as the first argume...
2010-05-11 John DarringtonRemove unused GObject pointer from dialog functions...
2010-05-11 John DarringtonWhitespace changes only
2010-05-10 John DarringtonRefactor the Help menu.
2010-05-09 John DarringtonMove data sheet cases popup menu to GtkBuilder file
2010-05-09 John DarringtonMove var sheet variables popup menu to GtkBuilder file
2010-05-09 John DarringtonRemove property settings from psppire_data_window and...
2010-05-09 John DarringtonMove implementation of the datasheet variable popup...
2010-05-09 John DarringtonRemove the resolve_action function which is no longer...
2010-05-09 John DarringtonConvert data-editor.glade to data-editor.ui
2010-03-10 Ben Pfaffgui: Merge File|Open|Syntax and File|Open|Data into... 20100310040505/pspp
2010-02-08 Ben PfaffMerge "output" into "master"
2009-12-28 John DarringtonRemoved some calls to deprecated Gtk functions
2009-12-27 John DarringtonAdded a menu entry and dialog box for the FACTOR command.
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-12-13 John DarringtonMerge branch 'master' of ssh://john@cellform.com/home...
2009-12-13 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-12-13 John DarringtonAdded a dialog box for the CORRELATION command
2009-12-12 John DarringtonImplemented a dialog box for the ROC command
2009-10-24 Ben PfaffMerge "master" into "output".
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-16 John DarringtonDon't override label for Save As menuitem
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-25 John DarringtonAdd "dictionary" property to PsppireVarStore and use it.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-06-09 John DarringtonFixed bug inserting cases in data sheet.
2009-05-14 John DarringtonRemove unneeded object members
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-19 John DarringtonSeparate the execute_syntax function into its own file.
2009-04-15 John DarringtonAvoid warnings when opening a new system file.
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-08 John DarringtonFix problems saving data files with non-ascii filenames.
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-03 John DarringtonAdd a dialog box for the reliability command.
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-25 John DarringtonAdded the "Display Data File Information" item.
2009-03-23 John DarringtonConvert filename encodings when opening files.
2009-03-17 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-17 John DarringtonRemove some unnecessary #includes
2009-03-14 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-13 John DarringtonFix critical when opening fonts dialog
2009-03-13 John DarringtonDon't proxy button-open to action_data_open.
2009-03-12 John DarringtonFixed problems getting accelerator keys to work in...
2009-03-07 John DarringtonMade the save-before-quit dialog more HIG compliant.
2009-03-07 John DarringtonBetter abstraction of the unsaved window status.
2009-03-06 John DarringtonRemove some unnecessary casts
2009-03-05 John DarringtonRefactor Data and Syntax Loading
2009-03-04 John DarringtonImprove behaviour of recent file lists.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-03-02 John DarringtonRewrote the recent file manager stuff
2009-03-02 John DarringtonRename get_object_assert to get_action_assert
2009-03-02 John DarringtonSave window contents on closing.
2009-02-25 John DarringtonPrompt for save on closing data window
2009-02-24 John DarringtonQuit the application after closing the last window
2009-02-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-02-23 John Darringtonfix warnings
2009-02-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-02-23 John DarringtonRemove remaining GladeXML references from psppire-data...
2009-02-23 John DarringtonRemoved most uses of GladeXML from data window
2009-02-23 John DarringtonSet the filename on loading a new file
2009-02-23 John DarringtonRefactor code from psppire.c
next