Add examples directory "shortcut" to file_open dialog
[pspp] / src / ui / gui / psppire-window.c
2015-01-22 John DarringtonAdd examples directory "shortcut" to file_open dialog
2014-11-29 Ben PfaffAdd support for reading SPSS/PC+ system files.
2014-02-04 Ben Pfaffgui: Allow File|Open to select an encoding for system... 20140204030509/pspp 20140205030510/pspp 20140206030503/pspp 20140207030506/pspp 20140208030509/pspp
2013-12-15 John Darringtonsrc/data/any-reader.c (any_reader_may_open): Return... 20131216030506/pspp 20131217030518/pspp 20131218030515/pspp
2013-10-26 Ben Pfaffpsppire-window: Display .zsav files in the File|Open...
2013-05-24 John DarringtonAdd hint paramater to Window Load method
2013-05-09 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-05-06 Ben Pfaffpsppire-window: Disconnect signal handlers before unreg... 20130506011838/pspp
2013-03-13 Ben PfaffMerge 'master' into 'psppsheet'.
2013-02-05 Ben Pfaffpsppire-window: Avoid doubled separator in Windows... 20130205032134/pspp 20130206032048/pspp 20130207032111/pspp 20130208032126/pspp 20130209032123/pspp 20130210032050/pspp 20130211032108/pspp 20130212032112/pspp 20130213032105/pspp 20130214032106/pspp 20130215032137/pspp 20130216032128/pspp 20130217032054/pspp 20130218032052/pspp 20130219032106/pspp 20130220032108/pspp 20130221032107/pspp 20130222032012/pspp 20130223032034/pspp 20130224032110/pspp 20130225032119/pspp 20130226031903/pspp 20130227031905/pspp 20130228031906/pspp 20130301031844/pspp 20130302032046/pspp
2012-02-04 John DarringtonNew abstract base class: PsppireWindowBase 20120204030502/pspp
2011-11-10 John DarringtonFile Open: Don't try to analyse the file if it's a... 20111111030502/pspp 20111112030502/pspp 20111113030508/pspp
2011-09-03 John DarringtonFile Open dialog: disable encoding selector when not... 20110904030504/pspp 20110905030503/pspp 20110906030503/pspp
2011-09-03 John DarringtonFilter file choosers by mimetype instead of file name
2011-09-02 John DarringtonFix make makedistcheck and re-organize icon paths. 20110902125922/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-08-13 John DarringtonSet the "local-only" property on GtkFileChooser widgets...
2011-07-01 John DarringtonRemove unused functions
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: Move null_if_empty_param() from psppire-window...
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-10 Ben Pfaffgui: Remove redundant call to psppire_window_set_title().
2011-05-10 Ben Pfaffgui: Make File|Open open multiple datasets by default.
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: Include only <gtk/gtk.h> to use GTK+.
2011-05-03 Ben Pfaffpsppire-window: Use g_string_append_unichar() instead...
2011-05-03 Ben Pfaffgui: Put a separator line before list of windows in...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-08-28 John DarringtonAllow translation of default filenames in GUI
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-26 Ben Pfaffgui: Save positions of windows only when they are closed. 20100227040506/pspp 20100228040509/pspp 20100301040511/pspp
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-09 John DarringtonFix some compiler warnings
2009-04-08 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-23 John DarringtonConvert filename on confirmation dialog
2009-03-23 John DarringtonConvert filename encodings when opening files.
2009-03-23 John DarringtonInitialise description on init.
2009-03-14 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-14 John DarringtonSave windows' maximized status as well as their geometry.
2009-03-07 John DarringtonDefault response to be same as Cancel
2009-03-07 John DarringtonMade the save-before-quit dialog more HIG compliant.
2009-03-07 John DarringtonRename identifier and add timestamp for unsaved flag.
2009-03-07 John DarringtonBetter abstraction of the unsaved window status.
2009-03-06 John DarringtonRemove some unused variables
2009-03-05 John DarringtonRefactor Data and Syntax Loading
2009-03-04 John DarringtonImprove behaviour of recent file lists.
2009-03-04 John DarringtonConvenience functions for setting/retrieving window...
2009-03-03 John DarringtonAdded a simple singleton object for user preference...
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-03-02 John DarringtonRewrote the recent file manager stuff
2009-03-02 John DarringtonSave window contents on closing.
2009-02-25 John DarringtonFix crash which occurred under mingw.
2009-02-25 John DarringtonFix display of window icon
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-24 John DarringtonMade psppire-window an abstract type
2009-02-22 John DarringtonAdd a set_unsaved method.
2009-02-22 John DarringtonMerge commit 'window-manager/master'
2009-02-22 John DarringtonReplace "usage" property with a "description" property
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-04 John DarringtonMerge commit 'HEAD'; commit 'master/master'
2009-01-01 John DarringtonSet default name on File->New
2009-01-01 John DarringtonSet the window title when opening a file on the command...
2009-01-01 John DarringtonRe-enable reporting of filename in syntax errors
2009-01-01 John DarringtonAdd actions to the menuitem signals
2009-01-01 John DarringtonNew (singleton) object psppire-window-register
2008-12-31 John DarringtonFixed bug finalizing window
2008-12-30 John DarringtonMove data-editor.c to psppire-data-window.c
2008-12-30 John DarringtonEnabled the minimise_all menu, and set the title bar...
2008-12-30 John DarringtonNew objects psppire-window and psppire-syntax-window.