removed "Written by..." line
[pspp-builds.git] / src / ui /
2006-12-16 Ben PfaffDon't assume that ALIGN_* and GTK_JUSTIFY_* values...
2006-12-16 Ben PfaffDon't assume that MEASURE_* and ALIGN_* have the same...
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-16 John DarringtonCommitted patch #5636
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 John DarringtonMade src/language into one big library. Closes patch...
2006-12-12 John DarringtonFixed bugs which crept in with the variable encapsulati...
2006-12-10 Ben Pfaff * command-line.c (pre_syntax_message): Use term "synta...
2006-12-10 Ben Pfaff * file-name.c (fn_search_path): Remove prefix arg...
2006-12-10 Ben PfaffNew function fmt_dollar_template based on pspp-dev...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-08 John DarringtonMemory leak patrol and minor cleanups.
2006-12-07 John DarringtonRemoved mutual dependency between libpspp and data
2006-12-07 John DarringtonAdded a syntax editor to the GUI.
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-12-05 John DarringtonApplied patch #5611
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-29 John DarringtonApplying patch #5562
2006-11-29 John DarringtonFixed make distcheck
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-16 John DarringtonApply patch #5561. Connect debugger on error.
2006-11-14 John DarringtonPlugged some small memory leaks
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-07 John DarringtonCommitted patch #5524, which allows the message destina...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-05 John DarringtonAdded casefilter structure to assist with missing value...
2006-11-04 Ben Pfaff * msg-ui.c (handle_msg): Only write message to terminal if
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-01 Ben PfaffAdd missing "#include <config.h>".
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-09-25 John DarringtonAdded casereader_clone function.
2006-07-30 John DarringtonRe-enabled automatic insertion of cases in data sheet.
2006-07-29 John DarringtonMade the variable sheet automatically add variables...
2006-07-29 John DarringtonFixed bug where psppire tried to save a file even after...
2006-07-29 John DarringtonRe-enabled saving of the current file.
2006-07-23 John DarringtonFixed bug where gui would crash when columns were resized.
2006-07-17 John DarringtonPatch #5209
2006-07-15 John DarringtonAdded insert-variables.png to dists
2006-07-15 John DarringtonApplied patch file #10344.
2006-07-15 John DarringtonActually commit the icons
2006-07-15 John DarringtonAdded toolbar icons. Hopefully somebody will contribut...
2006-07-13 Ben PfaffAdd missing include.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-04 John DarringtonEncapsulated msg_location inside msg_emit
2006-07-04 John DarringtonTrivial change to make psppire properly deal with ...
2006-07-03 John DarringtonFixed problem deallocating iconv structs.
2006-06-28 Ben PfaffFix regression in command name completion reported...
2006-06-27 Ben PfaffLink against $(LIBICONV).
2006-06-27 John DarringtonAdded a check of compatible gtk version numbers at...
2006-06-24 John DarringtonAdded the ability to sort the working file.
2006-06-19 John DarringtonImplemented data-store using a casefile instead of...
2006-06-09 Ben PfaffReform string library.
2006-06-04 John DarringtonUnlimited the number of variables that the GUI can...
2006-06-03 John DarringtonMinor i18n issues.
2006-05-31 John DarringtonFixed minor memory leak.
2006-05-30 John DarringtonInternationalisation.
2006-05-27 John DarringtonFixed a lot of internationalisation issues.
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
2006-05-20 John DarringtonFixed some bad interaction between variable and data...
2006-05-15 John DarringtonWhen inserting new cases into the data sheet, initialis...
2006-05-14 John DarringtonFixed some memory leaks in GUI.
2006-05-11 John DarringtonConverted strings to utf8 before passing to gtksheet...
2006-05-07 John DarringtonFixed a number of warnings.
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 John DarringtonAdded simple queueing to message dialogs.
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-02 Ben PfaffFurther clean up the CMD_* command result codes.
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-25 Ben PfaffAdd msg-ui.h to sources.
2006-04-25 Ben PfaffFinish reforming error message support. In this phase...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-25 Ben Pfaff* main.c: (terminate) Mark static and NO_RETURN. If...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-24 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffContinue reforming error message support. In this...
2006-04-16 Ben PfaffStart reforming error message support. In this phase...
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-04-04 John DarringtonMade make -f Smake check work.
2006-03-31 Ben Pfaff-d and -u are no longer supported.
2006-03-31 Ben PfaffImprove string library.
2006-03-21 John DarringtonAdded the psppire data files to the make install target.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-13 John DarringtonMade make distcheck work
2006-03-11 John DarringtonChanged the default value od SCOMPRESS to true.
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded src/ui/terminal/automake.mk and src/ui/gui/automa...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.