Allow translation of default filenames in GUI
[pspp] / src / ui / gui / psppire-window.c
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.