fixed export bug
[pspp-builds.git] / src / ui /
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.
2007-06-14 Ben PfaffUse xmalloca instead of xallocsa due to module renaming.
2007-06-12 John DarringtonImproved the encapsulation of PsppireCaseFile
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonRemove src/data/fastfile*
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-06-03 Ben Pfaff(psppire_var_store_item_editable): Use var_is_alpha.
2007-06-03 Ben PfaffAdd #include <config.h> at tops of files.
2007-05-07 John DarringtonOops! add this file
2007-05-07 John DarringtonAdded "comments" dialog.
2007-04-30 John DarringtonAdded the Variable Information dialog.
2007-04-28 John DarringtonFix warnings.
2007-04-26 John DarringtonMore eye candy.
2007-04-25 John DarringtonFixed bug in internationalization.
2007-04-16 Ben Pfaff* compute-dialog.c (function_list_populate): Use new...
2007-04-16 Ben PfaffMake #include for parse.inc work with VPATH builds.
2007-04-13 John DarringtonAdded DATETIME20 format template.
2007-04-04 John DarringtonAdded the Compute dialog box.
2007-04-04 Ben Pfaff(psppire_selector_set_subjects): Add an
2007-04-03 John DarringtonImplemented the recently used files menus.
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-03-31 John DarringtonFixed the refresh button on the dialogs.
2007-03-30 John DarringtonNumerous GUI enhancements.
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...
next