Syntax Window: Dynamically set paste sensitivity
[pspp] / src / ui /
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-08-22 John DarringtonMove MX* processing to libpspp/message.c
2010-08-21 John Darringtonsyntax-editor.ui cleanup 20100821040503/pspp
2010-08-21 John DarringtonAllow undo/redo of pasted text as a single item
2010-08-21 John DarringtonText input dialog: Use widget-io
2010-08-19 John DarringtonFix translation of column headers in text import dialog. 20100820040508/pspp
2010-08-19 John DarringtonFix translation of column header.
2010-08-08 John DarringtonAggregate-dialog: Preselect summary function and variab... 20100809040503/pspp
2010-08-07 John DarringtonAggregate dialog: Initialize HPane widget width on...
2010-08-01 John DarringtonAvoid compiler warning 20100801040501/pspp 20100802040501/pspp 20100803040504/pspp 20100804040501/pspp 20100805040502/pspp
2010-07-29 John DarringtonAdded dialog box for the aggregate command
2010-07-26 John DarringtonRemove URL from translatable string 20100727040509/pspp 20100728040502/pspp
2010-07-16 John DarringtonReliability dialog: Add checkbox for summary subcommand 20100717040502/pspp 20100718040501/pspp
2010-07-04 John DarringtonFix uninitialized variable
2010-06-26 Ben Pfaffcairo: Remove support for printed headers. 20100627040502/pspp 20100628040502/pspp 20100629040501/pspp 20100630040503/pspp 20100701040502/pspp
2010-06-26 Ben Pfaffgui: Fix spelling error in user-visible string.
2010-06-23 John DarringtonMove compute dialog definition to its own file 20100624040502/pspp
2010-06-23 John DarringtonMove select cases into its own definition file
2010-06-23 John Darrington(Re)enable select cases dialog.
2010-06-23 John DarringtonSeperate the goto-case dialog into its own definition...
2010-06-16 John DarringtonEnsure that psppire's --help and --version options...
2010-06-16 Ben Pfaffpsppire: Fix insecure temporary file creation in clipbo...
2010-06-16 Ben Pfaffpspp: Mark the pspp --help text as translatable.
2010-06-16 Ben Pfaffpsppire: Re-implement --help and --version options.
2010-06-09 John DarringtonRemove unnecessary translatiosn of stock items. 20100610040508/pspp
2010-06-08 Ben Pfaffgui: Fix permissions when creating configuration directory.
2010-06-08 Ben Pfaffgui: Create user settings directory if it doesn't alrea... 20100608040508/pspp
2010-06-06 Ben Pfaffpspp: Add --no-output option to allow entirely disablin...
2010-05-29 Ben Pfaffgui: Speed up rendering of large tables that are only... 20100530040501/pspp 20100531040501/pspp 20100601040502/pspp
2010-05-25 John DarringtonOutput viewer: Guess file type from filename suffix. 20100525040507/pspp
2010-05-24 John DarringtonUse gtk stock item instead of a custom one
2010-05-24 John DarringtonFix compiler warnings
2010-05-24 John DarringtonAdded remaining relevant unicode box characters
2010-05-24 John DarringtonEntered some extra unicode box chars in the table
2010-05-24 John DarringtonCall expand all on Edit->SelectAll
2010-05-24 John DarringtonAdded an ODT target to the output viewer clipboard
2010-05-24 John DarringtonAdded a SelectAll menuitem to the output viewer
2010-05-24 John DarringtonAdd html target to output viewer clipboard
2010-05-24 John DarringtonAdded basic clipboard functionality to the output viewer.
2010-05-24 John DarringtonAdded a GTK_STOCK_INFO icon to the file information...
2010-05-24 John DarringtonUse meaningful identifier for the Edit|Copy action
2010-05-21 John DarringtonFix problem opening files with non-ascii names on Windows
2010-05-21 John DarringtonFix crash on Windows when calculating a covariance...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-21 John DarringtonImplemented a rotations subdialog for the FACTOR command
2010-05-21 John DarringtonAdded ROTATION to this list of default tables
2010-05-20 Ben Pfaffcairo: Implement xr_driver_destroy() and use it during...
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 John DarringtonAdd stock items to output viewer menuitems
2010-05-19 John DarringtonRemoved diagnostic messages from print operation callbacks
2010-05-19 Ben PfaffMerge "paginate" branch into "master".
2010-05-19 Ben Pfaffpsppire-axis: Use rint() instead of nearbyint(), for...
2010-05-16 John DarringtonRenamed function to reflect change of purpose from...
2010-05-16 John DarringtonPaste to a single common syntax window instead of a...
2010-05-14 John DarringtonTranslate the contents of frequencies and descriptives...
2010-05-14 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2010-05-13 Ben Pfaffgui: Configure page setup when printing in the GUI.
2010-05-13 Ben Pfaffgui: Factor out creation of Cairo output driver in...
2010-05-13 Ben Pfaffcairo: Allow xr_driver_create()'s caller to usefully...
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 DarringtonChange gpointer variable to PsppireDataWindow * in... 20100512040525/pspp
2010-05-11 John DarringtonRemove unused GObject pointer from dialog functions...
2010-05-11 John DarringtonWhitespace changes only
2010-05-10 John DarringtonConverted output-viewer from .glade to .ui
2010-05-10 John DarringtonConvert syntax-editor from .glade to .ui
2010-05-10 John DarringtonRefactor the Help menu.
2010-05-09 John DarringtonAdded some missing translation tags
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 DarringtonUse consistent orthography for "stock-id" property
2010-05-09 John DarringtonConvert data-editor.glade to data-editor.ui
2010-05-09 John DarringtonFirst attempt at a psppire print dialog.
2010-05-08 Ben Pfaffoutput: Refactor Cairo output driver to make printing...
2010-05-08 Michel Boaventurapsppire: Translate more GUI strings.
2010-05-06 John DarringtonFix crash on variable type dialog custom currency display.
2010-05-06 John DarringtonDon't convert values returned from gettext to UTF8. 20100506040521/pspp
2010-05-05 Michel Boaventurapsppire: Translate all format type categories, not...
2010-05-03 Ben PfaffTake advantage of Gnulib configmake module.
2010-05-02 John DarringtonConvert syntax files to UTF-8 before loading them.
2010-04-16 Ben PfaffMove definition of UI_FILES out of HAVE_GUI. 20100416040523/pspp
2010-04-12 Ben Pfaffvariable: Introduce and use new function var_get_encodi...
2010-03-26 Ben Pfaffdict: Make dict_clone_var(), dict_clone_var_assert...
2010-03-22 Ben Pfaffpsppire: Use default GTK+ font in output shown in GUI.
2010-03-14 Ben Pfaffgui: Add charts, additional formatting feature to FREQU... 20100314040516/pspp 20100315040510/pspp 20100316040524/pspp
2010-03-10 Ben PfaffFREQUENCIES: Fix spelling error in dialog box text. 20100311040503/pspp 20100312040506/pspp 20100313040505/pspp
2010-03-10 Ben PfaffDESCRIPTIVES: In GUI, generate Z scores immediately...
2010-03-10 Ben Pfaffgui: Fix build problem (missing header #include).
2010-03-10 Ben Pfaffgui: Merge File|Open|Syntax and File|Open|Data into... 20100310040505/pspp
2010-03-10 Ben Pfaffconfigure: Check for glib-genmarshal program at configu...
2010-03-06 Ben Pfaffterminal UI: Fix circumstances when errors should be...
2010-02-26 Ben Pfaffgui: Save positions of windows only when they are closed. 20100227040506/pspp 20100228040509/pspp 20100301040511/pspp
next