broke long line in error message
[pspp-builds.git] / src /
2007-08-17 Jason Stoverbroke long line in error message
2007-08-16 Jason Stoverfixed typo
2007-08-16 Ben PfaffDelete files that should never have been checked in.
2007-08-16 John DarringtonAdded a basic output viewer.
2007-08-15 Jason Stoverfix bug 19819
2007-08-15 John DarringtonMake distcheck work for configure --without-libplot
2007-08-14 John DarringtonAvoid assertion failure pasting from a dictionary with...
2007-08-13 John DarringtonFixed bug pasting from the clipboard, where the wrong...
2007-08-13 Ben PfaffOutput variable measurement level, alignment, and displ...
2007-08-13 Ben PfaffPatch #6117: Implement clipboard for data sheet.
2007-08-13 Ben Pfaff* get.c (parse_read_command): Compact the values in...
2007-08-13 Ben Pfaff* get.c (struct case_map): Move into new file src/data...
2007-08-13 Ben Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
2007-08-13 Ben Pfaff(casereader_read): Don't require cases read by a casere...
2007-08-13 Ben PfaffMake casewriters keep track of the number of `union...
2007-08-13 Ben PfaffAdd support for charts to ASCII driver. Bug #16364.
2007-08-12 John DarringtonDeleted unused function.
2007-08-12 Jason StoverChanged PSPP_LINREG_SVD to PSPP_LINREG_QR
2007-08-12 Jason StoverAdded scope and explanation of use of conditional inver...
2007-08-10 Ben PfaffFix bug reported by Jason Stover.
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-05 Ben Pfaff(rank_cmd): Instead of sorting by SPLIT FILE vars,...
2007-08-02 John DarringtonInitialize default syntax type.
2007-08-02 Ben PfaffClean up handling of median, by treating it almost...
2007-08-01 John DarringtonUse non-deprecated functions.
2007-08-01 Ben PfaffRemove integer mode from FREQUENCIES and incidentally...
2007-07-30 John DarringtonUsed the correct variable in error message. Thanks...
2007-07-30 Ben PfaffProvisional fix for bug #18692 and bug #20161. Reviewe...
2007-07-30 John DarringtonImplemented the CD command.
2007-07-30 John DarringtonEnabled output generation in the GUI.
2007-07-29 John DarringtonImplemented the Select Cases Dialog
2007-07-29 Ben PfaffMake PSPP able to read all the portable files I could...
2007-07-28 John DarringtonFix bug #19604. T-Test documentation now matches code...
2007-07-27 Ben PfaffAdd tty and listing devices that use VT100 (and xterm...
2007-07-27 Ben PfaffMake interactive output go to the terminal (bug #17213...
2007-07-27 Ben Pfaff(run_regression): Move casereader_destroy call so that...
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-26 Ben PfaffFix bug #17100.
2007-07-25 Ben Pfaff*** empty log message ***
2007-07-25 Ben PfaffFix bug #6113.
2007-07-25 Ben PfaffFix bug #20427.
2007-07-25 Ben PfaffFix bugs #20493, #20494.
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-24 Ben PfaffNumerous improvements to system file reader and writer.
2007-07-23 Ben PfaffDon't try to write very long strings to portable files...
2007-07-23 Ben Pfaff(read_variable_to_value_map): Use max_warnings
2007-07-23 Ben PfaffFix problems with uniqueness of short names in system...
2007-07-23 Ben PfaffInclude xstrndup.h also.
2007-07-23 Ben Pfaff(float_get_double): New function.
2007-07-23 Ben Pfaff* variable.c (var_set_width): Use new var_set_width...
2007-07-19 John DarringtonDelete unused dialogs
2007-07-18 John DarringtonAdded popup menus to column and row title areas in...
2007-07-18 Ben PfaffIgnore directories that have been removed from CVS...
2007-07-18 John DarringtonEnabled deleting of variables from the datasheet
2007-07-18 Ben PfaffUse strict and all warnings. Fix warnings that this...
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-14 John DarringtonOnly taint casereader if case size is unknown.
2007-07-14 John DarringtonRespect the case_cnt field from sys file header. Closes...
2007-07-13 John DarringtonFinally got the datasheet responding fast enough.
2007-07-13 John DarringtonAdded prototype to avoid compile time warning.
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-12 Ben Pfaff(map_case): Create destination case instead of leaving it
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-10 Jason Stoverinitial version of glm
2007-07-10 Jason Stoverfixed export bug
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 Pfaff(legal): Update startup notice to use format recommende...
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 DarringtonChanged trns_chain_execute signature (Patch #6057)
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-21 Ben PfaffImprove comment.
2007-06-15 John DarringtonFixed procedure execution in GUI.
next