Declare models in difinition of cmd_regression; free moment structure
[pspp-builds.git] / src / ui /
2007-09-13 John DarringtonImplemented the find dialog.
2007-09-13 John DarringtonAdded #include "localcharset.h" to correspond to recent...
2007-09-11 Ben Pfaff(psppire_variable_sheet_create): Use xstrdup to save...
2007-09-06 John DarringtonFixed buglet managing entries in the recent files lists.
2007-09-05 John DarringtonImplemented the INSERT command.
2007-09-02 John DarringtonRearrange menus to be more like later version of other...
2007-08-26 Ben Pfaff(main): When testing mode is enabled, use a built-in...
2007-08-26 Ben PfaffSend error message to non-screen output devices also...
2007-08-25 John DarringtonEnable journal in GUI.
2007-08-24 Ben PfaffImplement journaling. Bug #17240.
2007-08-23 John DarringtonCatch errors creating icon pixbufs and report them...
2007-08-22 John DarringtonRemove notebook popup menu, which doesn't seem to displ...
2007-08-18 John DarringtonAdded the ability to paste from the clipboard to the...
2007-08-16 John DarringtonAdded a basic output viewer.
2007-08-13 John DarringtonFixed bug pasting from the clipboard, where the wrong...
2007-08-13 Ben PfaffPatch #6117: Implement clipboard for data sheet.
2007-08-13 Ben Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
2007-08-12 John DarringtonDeleted unused function.
2007-08-07 John DarringtonFixed the two biggest sources of GtkCritical errors.
2007-08-06 John DarringtonChanged some properties of the syntax-editor to be...
2007-08-01 John DarringtonUse non-deprecated functions.
2007-07-30 John DarringtonEnabled output generation in the GUI.
2007-07-29 John DarringtonImplemented the Select Cases Dialog
2007-07-27 Ben PfaffMake interactive output go to the terminal (bug #17213...
2007-07-26 John DarringtonRemoved the OMS status bar area for which we're unlikel...
2007-07-26 John DarringtonPatch #6086. Adds "transformation pending" state.
2007-07-25 John DarringtonMade Missing Values and Value Label cells non-editable...
2007-07-24 John DarringtonAdded an extra call to data_var_select and a comment...
2007-07-24 John DarringtonRemoved a function which was simply a wrapper around...
2007-07-24 John DarringtonTidied up the way that value-labels button and menu...
2007-07-19 John DarringtonDelete unused dialogs
2007-07-18 John DarringtonAdded popup menus to column and row title areas in...
2007-07-18 John DarringtonEnabled deleting of variables from the datasheet
2007-07-18 John DarringtonAdded the ability to resize string variables from the...
2007-07-16 John DarringtonFile Open dialog now remembers directory of last opened...
2007-07-15 John DarringtonOnly generate NUMERIC or STRING command if the type...
2007-07-15 John DarringtonRemove "show-expanders" field (prevents warnings under...
2007-07-13 John DarringtonFinally got the datasheet responding fast enough.
2007-07-12 John DarringtonMade the datasheet redraw itself when new data is loaded.
2007-07-12 John DarringtonUse non-deprecated function g_idle_add
2007-07-11 John DarringtonMade type-and-label subdialog behave rationally when...
2007-07-10 John DarringtonEnabled deletion of cases from the datasheet.
2007-07-10 John DarringtonRemoved restructure menuitem, since it's unlikely to...
2007-07-09 John DarringtonPrevent crash when attempting to insert cases when...
2007-07-09 John DarringtonImplemented the "Insert Case" button and menuitem.
2007-07-08 John DarringtonRemoved visibility from recent file menuitems, if recen...
2007-07-08 John DarringtonUsed type casenumber in GUI code where appropriate...
2007-07-08 John DarringtonSet type hints for older gtk versions
2007-07-08 John DarringtonImplemented the goto-case dialog
2007-07-07 John DarringtonAdded appropriate window_type_hint to the splash window.
2007-07-07 John DarringtonImplemented "type & label" subdialog on compute.
2007-07-07 John DarringtonMade cell reference label take proper offset.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-07-07 John DarringtonMade the datasheet number cases from 1 instead of zero.
2007-07-07 John DarringtonAdded a tooltip like feature to display variables'...
2007-07-05 John DarringtonGet rid of unused function.
2007-07-04 John DarringtonMake sure that width entry widget shows.
2007-07-04 John DarringtonFixed bug updating cell ref and datum entry widgets
2007-07-04 John DarringtonEnabled the insert-variable button
2007-07-03 John DarringtonRemoved some gtksheet features that were causing proble...
2007-07-01 John DarringtonRemoved visibility from those toolbar buttons whose...
2007-06-29 John Darrington(Re)enabled cell reference entry and datum entry widgets.
2007-06-29 John DarringtonRe-enabled updates in the cell reference entry box.
2007-06-15 John DarringtonFixed procedure execution in GUI.
2007-06-14 Ben PfaffUse xmalloca instead of xallocsa due to module renaming.
2007-06-12 John DarringtonImproved the encapsulation of PsppireCaseFile
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonRemove src/data/fastfile*
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-06-03 Ben Pfaff(psppire_var_store_item_editable): Use var_is_alpha.
2007-06-03 Ben PfaffAdd #include <config.h> at tops of files.
2007-05-07 John DarringtonOops! add this file
2007-05-07 John DarringtonAdded "comments" dialog.
2007-04-30 John DarringtonAdded the Variable Information dialog.
2007-04-28 John DarringtonFix warnings.
2007-04-26 John DarringtonMore eye candy.
2007-04-25 John DarringtonFixed bug in internationalization.
2007-04-16 Ben Pfaff* compute-dialog.c (function_list_populate): Use new...
2007-04-16 Ben PfaffMake #include for parse.inc work with VPATH builds.
2007-04-13 John DarringtonAdded DATETIME20 format template.
2007-04-04 John DarringtonAdded the Compute dialog box.
2007-04-04 Ben Pfaff(psppire_selector_set_subjects): Add an
2007-04-03 John DarringtonImplemented the recently used files menus.
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-03-31 John DarringtonFixed the refresh button on the dialogs.
2007-03-30 John DarringtonNumerous GUI enhancements.
2007-03-27 John DarringtonFix typo which cause the binary not to depend upon...
2007-03-26 John DarringtonMade the code relocatable (using the relocate function...
2007-03-19 Ben Pfaff(close): Rename do_close to avoid naming conflict with...
2007-03-17 John DarringtonDelayed calling gtk_init until after arguments have...
2007-03-17 John DarringtonChanged call to nl_langinfo with localecharset (from...
2007-02-26 Ben PfaffImprove portability to NetBSD and Alpha.
2007-02-22 John DarringtonQuoted strings in generated syntax.
2007-02-21 John DarringtonFix warnings when compiling with mingw32
2007-02-18 Ben PfaffAdapt to most recent gnulib.
2007-02-12 Ben PfaffReduce platform dependence.
2007-02-09 Ben PfaffAdd #include <config.h>.
2007-02-08 Ben PfaffWithout HAVE_SYS_TYPES_H or HAVE_SYS_WAIT_H, in connect...
2007-02-07 John DarringtonAddressed some of the issues raised by John McCabe...
2007-01-30 John DarringtonCall dictionary callbacks on replaced dictionary.
next