Removed 'Written by' line
[pspp-builds.git] / src / ui /
2007-12-01 John DarringtonImplemented the FREQUENCIES dialog.
2007-11-23 John DarringtonImplemented the recode dialogs.
2007-11-23 John DarringtonAppended "EXECUTE." to the end of syntax generated...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-08 John DarringtonNeed to include locale.h, now that it's been removed...
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-10-25 John DarringtonEnabled the autoscroll feature on the datasheet.
2007-10-19 John DarringtonImplemented a dialog box for the ONEWAY command.
2007-10-13 John DarringtonImplemented the Rank Cases dialog
2007-10-12 Ben Pfaffconfig.h-fixes.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben PfaffDeclarations must all precede statements in C90.
2007-10-11 John DarringtonAdded some missing calls to gtk_window_set_transient_for
2007-10-11 Ben Pfaffcleanup-misc.patch from patch #6230.
2007-10-10 John DarringtonAdded the Independent Samples T Test dialog
2007-10-07 Ben PfaffOops--forgot ChangeLog for DESCRIPTIVES earlier.
2007-10-07 John DarringtonAdded feature to make OK and PASTE buttons insensitive...
2007-10-06 Ben PfaffAdd DESCRIPTIVES dialog.
2007-10-04 John DarringtonCreated a new stock item for Reset buttons.
2007-09-28 John DarringtonDon't abort on GSL exceptions
2007-09-26 John DarringtonAdded the Analyze menu.
2007-09-26 Ben PfaffAdd missing #include.
2007-09-26 Ben PfaffPatch #6210: implement ability to resize output device...
2007-09-25 John DarringtonFix GUI output viewer to use the "auto" feature of...
2007-09-25 Ben PfaffPatch #6210. Reviewed by John Darrington.
2007-09-25 Ben Pfaff(popup_message): Refer to files that contain commands...
2007-09-25 Ben Pfaff(set_fallback_viewport): Make code easier to understand.
2007-09-25 Ben PfaffJohn's original code for patch #6210.
2007-09-23 Ben PfaffBug #21128. Reviewed by John Darrington.
2007-09-21 John DarringtonAdded a BACKEND_CHANGED signal on PsppireDict, and...
2007-09-19 John DarringtonRemove callbacks from struct dataset. Closes patch...
2007-09-19 Ben PfaffFix bug #20910.
2007-09-15 John DarringtonCanonicalized on American orthography in source files.
2007-09-15 John DarringtonInitialize variables to avoid compiler warnings.
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.
next