Regression dialog
[pspp-builds.git] / src / ui /
2008-02-27 Jason StoverRegression dialog
2008-02-27 Jason StoverAdded egression dialog
2008-02-23 John DarringtonThis file's very out of date, and it duplicates the...
2008-02-23 John DarringtonRemove obsolete properties from glade files. Fixed...
2008-02-20 John DarringtonRemove erroneous cast.
2008-02-20 John DarringtonRemove erroneous casts.
2008-02-20 John DarringtonWhitespace changes and remove unnecessary casts.
2008-02-20 John DarringtonCleanup gtksheet and add features to var-sheet.[ch]
2008-02-20 Ben PfaffPatch #6426. Reviewed by John Darrington.
2008-02-20 John DarringtonFixed some problems reported by autoconf -Wall
2008-02-20 Ben Pfaff(popup_messages): Always destroy `msg' and `lead' strin...
2008-02-20 John DarringtonAdded const qualifier to return value of gtk_check_vers...
2008-02-19 Ben Pfaff(ds_read_line): Add argument to limit the length of...
2008-02-19 John DarringtonApplied patch #6420
2008-02-18 John DarringtonImplemented the Examine dialog
2008-02-13 John DarringtonFixed crash when trying to get the label of a non-exist...
2008-02-13 John DarringtonFix bug which crashed the gui when selected an empty...
2008-02-10 Ben PfaffAdd a couple of extensions to GET DATA TYPE=TXT. Patch...
2008-02-10 Ben PfaffConsolidate multiple messages into single message dialo...
2008-02-08 John DarringtonRemoved the "feature" where rows are automatically...
2008-02-08 Jason Stoverundid accidental checkin of text import patch
2008-02-08 Jason Stoveroops
2008-02-08 Jason Stoveroops
2008-02-08 Jason StoverAdded crosstabs dialog
2008-02-08 John DarringtonAdded valid predicates to transpose and sort dialogs.
2008-02-06 John DarringtonIncrease the chances of finding libpq if it's installed.
2008-02-04 John DarringtonPatch #6387
2008-02-04 John DarringtonAdded the postgres reader. Closes patch #6388
2008-02-03 John DarringtonFixed various memory leaks in GUI
2008-02-03 John DarringtonFix memory leaks in gui
2008-02-03 John DarringtonFix leak in dialogs, and correct name of options button.
2008-02-02 John DarringtonFixed some warnings from valgrind.
2008-01-29 John DarringtonOops
2008-01-29 John DarringtonImplemented the paired samples t test dialog. Closes...
2008-01-22 John DarringtonFixed bug #22073
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-12-24 John DarringtonConstness patrol
2007-12-13 John Darringtongtk_window_set_transient_for: Wrong argument order.
2007-12-13 John DarringtonRemove unused variables.
2007-12-13 John DarringtonOops. Arguments reversed.
2007-12-13 John DarringtonMiscellaneous T Test improvements. See bug #21760
2007-12-11 John DarringtonAdded the proper quotation marks in the syntax generato...
2007-12-10 John DarringtonAdded the One Sample T Test dialog
2007-12-08 John DarringtonOops
2007-12-08 John DarringtonCreate a "pspp-stock-select" stock icon, and use it...
2007-12-07 John DarringtonMade the options subdialog transient on the parent.
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.
next