work on pivot table and FREQUENCIES usage
[pspp] / src / ui /
2010-05-03 Ben PfaffTake advantage of Gnulib configmake module.
2010-05-02 John DarringtonConvert syntax files to UTF-8 before loading them.
2010-04-16 Ben PfaffMove definition of UI_FILES out of HAVE_GUI. 20100416040523/pspp
2010-04-12 Ben Pfaffvariable: Introduce and use new function var_get_encodi...
2010-03-26 Ben Pfaffdict: Make dict_clone_var(), dict_clone_var_assert...
2010-03-22 Ben Pfaffpsppire: Use default GTK+ font in output shown in GUI.
2010-03-14 Ben Pfaffgui: Add charts, additional formatting feature to FREQU... 20100314040516/pspp 20100315040510/pspp 20100316040524/pspp
2010-03-10 Ben PfaffFREQUENCIES: Fix spelling error in dialog box text. 20100311040503/pspp 20100312040506/pspp 20100313040505/pspp
2010-03-10 Ben PfaffDESCRIPTIVES: In GUI, generate Z scores immediately...
2010-03-10 Ben Pfaffgui: Fix build problem (missing header #include).
2010-03-10 Ben Pfaffgui: Merge File|Open|Syntax and File|Open|Data into... 20100310040505/pspp
2010-03-10 Ben Pfaffconfigure: Check for glib-genmarshal program at configu...
2010-03-06 Ben Pfaffterminal UI: Fix circumstances when errors should be...
2010-02-26 Ben Pfaffgui: Save positions of windows only when they are closed. 20100227040506/pspp 20100228040509/pspp 20100301040511/pspp
2010-02-20 Ben Pfaffgui: Fix File|Export in output viewer. 20100221040520/pspp
2010-02-20 Ben Pfaffgui: Suggest viewing the user manual online if starting...
2010-02-20 Ben PfaffFix format string errors.
2010-02-20 Ben Pfaffgui: Fix theoretical comparison against garbage pointer.
2010-02-20 Ben Pfaffgui: Fix null pointer dereference in get_object_assert().
2010-02-13 Ben PfaffInclude the .glade files in pspp.pot, not just the...
2010-02-10 Ben Pfaffgui: Remove write-only variable 'new_type' from on_var_...
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben Pfaffoutput: Make errors, warnings, and notes into a new...
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2010-02-06 Ben Pfaffverbose-msg: Remove.
2010-02-06 Ben Pfaffmessage: Give MSG_ values for categories and severities...
2010-02-05 Ben Pfaffmsg-ui: Fix typo in user message.
2010-01-19 Ben Pfaffpspp: Fix interactive usability for multi-line commands.
2010-01-17 Ben Pfaffpsppire: Reimplement overview pane for output viewer...
2010-01-17 Ben Pfaffpsppire: Add File|Export command to output viewer window.
2010-01-17 Ben PfaffRewrite PSPP output engine.
2009-12-30 John DarringtonWeight cases dialog: set the sensitivity of radiobuttons.
2009-12-28 John DarringtonInitialize factor dialog extraction parameters at dialo...
2009-12-28 John DarringtonRemoved some calls to deprecated Gtk functions
2009-12-28 John DarringtonAvoid warnings about adjustments with non-zero page...
2009-12-27 John DarringtonAdded a menu entry and dialog box for the FACTOR command.
2009-12-27 John DarringtonRemove unused declarations
2009-12-27 John DarringtonChange GTK_SIGNAL_FUNC to G_CALLBACK.
2009-12-27 John DarringtonAvoid warning about GtkAdjustments with non-zero page_size
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonRemove gettext markup from g_param_spec arguments.
2009-12-16 John DarringtonLinear Regression: Dependent variables should not be...
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-12-16 John DarringtonProperly escape marked up text in dictionary views
2009-12-16 John DarringtonNew interface PsppireSelectDestWidget.
2009-12-15 John DarringtonRemove unused GtkAdjustment objects
2009-12-14 John DarringtonFix missing menu label
2009-12-14 John DarringtonDon't allow string variables in ROC dialog as dependent...
2009-12-14 John DarringtonRemove unused code
2009-12-14 John DarringtonShow only numeric variables in correlations dialog
2009-12-13 John DarringtonMerge branch 'master' of ssh://john@cellform.com/home...
2009-12-13 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-12-13 John DarringtonAdded a dialog box for the CORRELATION command
2009-12-13 John DarringtonNew function psppire_var_view_contains_var
2009-12-13 John DarringtonChange psppire_dicts pointers from G_POINTER to PSPPIRE...
2009-12-12 John DarringtonROC dialog: Disable reference button when curve is...
2009-12-12 John DarringtonImplemented a dialog box for the ROC command
2009-12-12 John DarringtonRemove awkward dependency from psppire-selector.c
2009-12-12 John DarringtonRemove unused code
2009-12-12 John DarringtonRework the recode-dialog to fit new selector / psppire...
2009-11-24 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-11-23 John DarringtonNew module psppire-var-view
2009-11-19 John DarringtonEnsure that only one set of callbacks exist.
2009-11-18 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-11-18 John DarringtonFix property erroneously altered in commit a9a69251edd6...
2009-11-17 John DarringtonSeparated psppire_selector_set_subjects into two indivi...
2009-11-16 John DarringtonPsppireDictView: Change "dictionary" property to "model".
2009-11-15 John DarringtonPsppireSelector: new properties: "source-widget" and...
2009-11-15 John DarringtonMove definition of sort-cases-dialog to a seperate...
2009-11-14 John DarringtonFix some minor problems with the reliability dialog
2009-11-13 John DarringtonProperly display ampersand characters in dictionary...
2009-11-07 John DarringtonRemove inappropriate call to gtk_window_set_keep_above
2009-10-24 Ben PfaffMerge "master" into "output".
2009-10-13 Ben PfaffDon't use $< in target rules, for portability to POSIX...
2009-10-11 Ben PfaffUse @VARIABLE@ instead of $(VARIABLE) consistently...
2009-10-10 Ben PfaffAvoid GNU make extension $(RM) in makefiles.
2009-10-10 Ben PfaffDeclare Makefile suffixes, to be a little closer to...
2009-10-10 John DarringtonConverted psppire.glade to psppire.ui
2009-10-10 John DarringtonConverted some additional .glade files .ui
2009-10-10 John DarringtonAllow xgettext to extract strings from .ui files
2009-10-10 John DarringtonStarted transition to a .glade-less system.
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-09-20 Ben PfaffFix "make check" with --enable-relocatable.
2009-09-15 Ben PfaffMerge commit 'origin/stable' into stable
2009-09-12 John DarringtonCanonicalise some printed strings, to make translators...
2009-08-16 John DarringtonDon't override label for Save As menuitem
2009-08-14 John DarringtonRemove const qualifier.
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-09 Ben PfaffAdd UP_CAST macro, for safer casting from contained...
2009-08-06 Ben PfaffEliminate casts that can be replaced by uses of the...
2009-07-30 Ben Pfaffoutput: Use Cairo and Pango to draw charts, instead...
2009-07-28 John DarringtonAllow ranges with left to right and bottom to top sense...
2009-07-28 John DarringtonFix clipboard export of non-ascii strings.
2009-07-27 John DarringtonPrevent var sheet from traversing to an invalid cell
2009-07-26 John DarringtonWhitespace changes for the benefit of xgettext.
2009-07-25 John DarringtonAdd "dictionary" property to PsppireVarStore and use it.
2009-07-24 John DarringtonChange signature of text_to_value.
2009-07-24 John Darringtonremove return values from callbacks which don't need...
2009-07-23 John DarringtonMerge commit 'origin/stable'
next