fixed sparse-array linker problem
[pspp-builds.git] / src / ui /
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.
2007-01-28 John DarringtonDeleted header file #includes which have been removed...
2007-01-27 John DarringtonFixed bug closing variable type dialog
2007-01-26 John DarringtonFixed bug which crashed gui if it attempted to enter...
2007-01-26 John DarringtonAdded custom psppire-selector widget.
2007-01-25 John DarringtonFixed buglet in file open action.
2007-01-24 John DarringtonEnables Data Open/Save/New menuitems.
2007-01-20 John DarringtonPatch #5676 (syntax string source).
2007-01-16 Ben PfaffClean up and improve case code.
2007-01-12 John DarringtonChanged instances of 'signal' to 'signals', to avoid...
2007-01-10 John DarringtonPatch #5672
2007-01-07 John DarringtonApplied patch #5661
2007-01-04 John DarringtonAdded psppire-dialog and psppire-buttonbox widgets.
2007-01-03 John DarringtonAdded callback for when the weights on a dictionary...
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
2006-12-30 John DarringtonUpdated the about box to work properly with Gtk+2.10
2006-12-30 John DarringtonUpdated names of widgets in menubar
2006-12-29 John DarringtonReplaced GtkStatusBar with a custom one more suited...
2006-12-28 John DarringtonRe-added Data->Insert_Variable menu item
2006-12-28 John DarringtonAdded a "Windows" menu, and a "minimise all windows...
2006-12-27 John DarringtonAdded menuitem to display the PSPP reference manual.
2006-12-27 John DarringtonRe-added the help button callbacks
2006-12-27 John DarringtonReplaced the value labels icon with a better one.
2006-12-26 John DarringtonEnabled Edit->Clear in variable sheet
2006-12-26 John DarringtonRe-enabled Save/Save As in syntax editor
2006-12-25 John DarringtonRemoved signal emissions from psppire-dict.c
2006-12-24 John DarringtonFixed bug in value labels dialog box
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonFixed some warnings
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonWhitespace changes only
2006-12-24 John DarringtonAdded some extraneous crud to .cvsignore files
2006-12-23 John DarringtonEnabled remaining items in syntax editor's Run menu.
2006-12-23 John DarringtonCleaned up GUI, by objectifying the data editor. Remov...
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-21 John DarringtonRe-added the stock-ids for the custom icons, which...
2006-12-20 John DarringtonImplemented flexifilereader_cnum.
2006-12-17 John DarringtonAdded the ability to run syntax from the syntax editor.
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.
next