Update selector widgets on dialog activation.
[pspp] / src / ui / gui / psppire-selector.c
2015-12-08 John DarringtonUpdate selector widgets on dialog activation.
2015-07-04 John DarringtonAvoid GtkArrow which is deprecated
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-02-19 John DarringtonMeans Dialog: Fix issue where the wrong syntax was... 20140220030511/pspp
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-10-08 John DarringtonRemove old signal handlers when target widgets are... 20131009030508/pspp
2013-10-08 John DarringtonSimplify psppire-var-view and its relationship to psppi...
2012-11-23 John DarringtonMerge remote branch 'origin/master' into psppsheet 20121201032009/pspp
2012-11-19 John DarringtonFix possible memory corruption when creating dialogs... 20121119030501/pspp
2012-11-13 John DarringtonRemove empty _finalize function
2012-11-13 John DarringtonSmall refactoring and cleanup of psppire-selector.c
2012-11-13 John DarringtonRemove _base_init and base_finalize functions from...
2012-04-28 John DarringtonPsppireSelector: Don't try to set callbacks on null...
2012-04-25 Ben Pfaffgui: Properly manage ref counts of combo box and tree...
2012-04-17 John DarringtonCorrect bugs in PsppireSelector which cause the Examine...
2012-04-11 John DarringtonPspppireSelector: Prevent selection of disallowed entries. 20120412030503/pspp 20120413030504/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-01 John DarringtonRemove action member from PsppireSelector
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-05-03 Ben Pfaffgui: Include only <gtk/gtk.h> to use GTK+.
2010-07-29 John DarringtonAdded dialog box for the aggregate command
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-12-16 John DarringtonNew interface PsppireSelectDestWidget.
2009-12-13 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-12-12 John DarringtonRemove awkward dependency from psppire-selector.c
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-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-09-24 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-17 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-17 John DarringtonNamespace police duty.
2008-01-29 John DarringtonImplemented the paired samples t test dialog. Closes...
2007-12-08 John DarringtonCreate a "pspp-stock-select" stock icon, and use it...
2007-11-23 John DarringtonImplemented the recode dialogs.
2007-10-10 John DarringtonAdded the Independent Samples T Test dialog
2007-09-13 John DarringtonImplemented the find dialog.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-04-04 John DarringtonAdded the Compute dialog box.
2007-04-04 Ben Pfaff(psppire_selector_set_subjects): Add an
2007-03-31 John DarringtonFixed the refresh button on the dialogs.
2007-03-30 John DarringtonNumerous GUI enhancements.
2007-01-28 John DarringtonDeleted header file #includes which have been removed...
2007-01-26 John DarringtonAdded custom psppire-selector widget.