Syntax Window: Dynamically set paste sensitivity
[pspp] / src / ui / gui / psppire-syntax-window.c
2010-08-24 John DarringtonSyntax Window: Dynamically set paste sensitivity
2010-08-24 John DarringtonImplemented Edit->Paste in the syntax viewer
2010-08-23 John DarringtonSyntax Window: Edit->* item sensitivity follows selection
2010-08-23 John DarringtonImplemented Cut, Copy and Delete in the syntax editor
2010-05-21 John DarringtonMerge commit 'origin/covariance'
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-11 John DarringtonUse signal handlers with the window as the first argume...
2010-05-10 John DarringtonRefactor the Help menu.
2010-05-02 John DarringtonConvert syntax files to UTF-8 before loading them.
2010-03-10 Ben Pfaffgui: Merge File|Open|Syntax and File|Open|Data into... 20100310040505/pspp
2010-02-20 Ben PfaffFix format string errors.
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-19 John DarringtonSeparate the execute_syntax function into its own file.
2009-04-08 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonFixed problem saving syntax files with non-ascii names.
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-23 John DarringtonShow error dialog if syntax file is not readable.
2009-03-23 John DarringtonConvert filename encodings when opening files.
2009-03-07 John DarringtonBetter abstraction of the unsaved window status.
2009-03-05 John DarringtonRefactor Data and Syntax Loading
2009-03-04 John DarringtonImprove behaviour of recent file lists.
2009-03-02 John DarringtonAdded stock icon to About menuitem
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-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-21 John DarringtonRe enable the connect_help function
2009-02-21 John DarringtonSet more appropriate default names for Syntax and Outpu...
2009-02-21 John DarringtonConverted output-viewer.glade to GtkBuilder
2009-02-20 John DarringtonConverted syntax-editor definition from libglade to...
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-04 John DarringtonWrite message to status bar on saving syntax files
2009-01-04 John DarringtonMerge commit 'HEAD'; commit 'master/master'
2009-01-02 John DarringtonFix warnings
2009-01-02 John DarringtonMake sure finalizers are called properly
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 DarringtonRefactor common code in dialog implementations
2009-01-01 John DarringtonNew (singleton) object psppire-window-register
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.