gui: Add undocumented --measure-startup option.
[pspp] / src / ui /
2011-07-30 John DarringtonDescriptives Dialog: Cosmetic Improvements
2011-07-30 John DarringtonBinomial Dialog: Cosmetic Improvements
2011-07-30 John DarringtonRegression Dialog: Cosmetic improvements
2011-07-30 John DarringtonK-Means Dialog: Cosmetic improvements
2011-07-30 John DarringtonCorrelations Dialog: Cosmetic improvements
2011-07-30 John DarringtonFactor Dialog: Add mnemonics
2011-07-30 John DarringtonAdded use-underline and mnemonic-widget properties...
2011-07-30 John DarringtonReplaced the function widget_scanf with a new widget...
2011-07-29 John DarringtonReliability Dialog: Fix broken mnemonics
2011-07-29 John DarringtonPsppireKeypad: Correct the parent class declaration
2011-07-28 John DarringtonChi-square Dialog: Cosmetic changes
2011-07-28 John DarringtonFrequencies Dialog: Cosmetic changes
2011-07-28 John DarringtonCrosstabs Dialog: Cosmetic changes
2011-07-25 John DarringtonAdded dialog for the NPAR RUNS subcommand
2011-07-25 John DarringtonK-means dialog only should accept numeric variables
2011-07-25 John DarringtonAdd some "mnemonic_widget" refs which had been forgotten
2011-07-25 John DarringtonAdded dialog box for quick cluster command
2011-07-08 John DarringtonMerge remote branch 'savannah/master'
2011-07-06 John DarringtonFix compiler warnings
2011-07-03 John DarringtonAdded dialog box for the AUTORECODE command. Closes... 20110704030504/pspp 20110705030501/pspp
2011-07-02 John DarringtonUse PACKAGE_URL from config.h instead of literal string 20110702030505/pspp
2011-07-01 John DarringtonFix bug where recent data files were not added
2011-07-01 John DarringtonReplace the t-test paired options dialog with a simpler...
2011-07-01 John DarringtonImplement dialog box for the non-parametric 2-related...
2011-07-01 John DarringtonMove the glade definition for the paired samples dialog...
2011-07-01 John DarringtonAdded COUNT dialog box. Addresses one part of bug ...
2011-07-01 John DarringtonNew widget PsppireValChooser.
2011-07-01 John DarringtonAvoid GtkCritical in recode dialog
2011-07-01 John DarringtonFix GUI issues in K-Related NPAR dialog box.
2011-07-01 John DarringtonMake the value labels dialog resizable
2011-07-01 John DarringtonReplace deprecated function call
2011-07-01 John DarringtonRemove action member from PsppireSelector
2011-07-01 John DarringtonRemove duplicated functions
2011-07-01 John DarringtonRemove unused functions
2011-07-01 John DarringtonFilter the data file list by mime type instead of file...
2011-07-01 John DarringtonSet the show-tips property on the recent chooser menus
2011-07-01 John DarringtonReplace some obsolete Gtk macro calls
2011-07-01 John DarringtonFix building when readline library is not present
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-23 Ben Pfaffgui: Move some formatting functions into PSPP core. 20110624030506/pspp
2011-06-23 Ben Pfaffgui: Strip numerics and strings differently in value_to...
2011-06-23 Ben Pfaffgui: Eliminate some dependencies on the dictionary.
2011-06-23 Ben Pfaffgui: Simplify value_to_text() parameters.
2011-06-23 Ben Pfaffgui: Consistently use print format instead of write...
2011-06-23 Ben Pfaffgui: Drop 'dict' parameter from text_to_value().
2011-05-26 Ben Pfaffgui: Clean generated gtk.h wrapper on "make clean". 20110526030508/pspp
2011-05-14 Ben Pfaffgui: Fix temporary filtering by a variable's value. 20110514030504/pspp 20110515030504/pspp 20110516030504/pspp 20110517030504/pspp 20110518030503/pspp 20110519030505/pspp 20110520030502/pspp 20110521030504/pspp 20110522030504/pspp 20110523030503/pspp 20110524030503/pspp 20110525030502/pspp
2011-05-13 Ben Pfaffgui: Make AGGREGATE dialog initially show all of the...
2011-05-13 Ben Pfaffgui: Make File|Recent Files remember the correct encoding.
2011-05-13 Ben Pfaffgui: Recode syntax files on load and save.
2011-05-12 Ben Pfaffgui: Refactor checking for .sav and .por suffixes.
2011-05-12 Ben Pfaffgui: Move null_if_empty_param() from psppire-window...
2011-05-11 Ben PfaffAutomatically link every program against libintl and...
2011-05-10 Ben Pfaffgui: Get rid of the_recent_manager global.
2011-05-10 Ben Pfaffgui: Delete now-incorrect advice to translators. 20110510030502/pspp
2011-05-10 Ben Pfaffgui: Make File|Recently Used Data behave like File...
2011-05-10 Ben Pfaffgui: Remove redundant call to psppire_window_set_title().
2011-05-10 Ben Pfaffgui: Make File|Open open multiple datasets by default.
2011-05-08 Ben Pfaffgui: Avoid creating empty output window at startup...
2011-05-08 Ben Pfaffgui: Label message output items in the output viewer... 20110508030508/pspp 20110509030503/pspp
2011-05-07 Ben Pfaffgui: Only unselect range from first data sheet when...
2011-05-07 Ben Pfaffgui: Use GTK+ accessor functions instead of deprecated...
2011-05-07 Ben Pfaffgui: Add <gtk/gtk.h> wrapper with functions from GTK...
2011-05-07 Ben Pfaffgui: Add workaround for GTK+ 2.20 crash at startup.
2011-05-07 Ben Pfaffgui: Provide substitute for gtk_widget_get_realized... 20110507030503/pspp
2011-05-05 Ben Pfaffgui: Unselect data in data editor when the datasheet...
2011-05-04 Ben Pfaffgui: Change View|Data and View|Variables to radio butto...
2011-05-04 Ben Pfaffgui: Add ellipsis to menu items that require further...
2011-05-04 Ben PfaffImplement DATASET commands.
2011-05-04 Ben Pfaffgui: New "entry-dialog" module for prompting for a...
2011-05-03 Ben Pfaffpsppire-buttonbox: Add "default" property.
2011-05-03 Ben Pfaffgui: Fix g_object_get() memory leaks for PsppireWindow...
2011-05-03 Ben Pfaffgui: Fix File|Open in syntax editor.
2011-05-03 Ben Pfaffgui: Eliminate dataset-related global variables.
2011-05-03 Ben Pfaffgui: Make syntax execution functions take a PsppireData...
2011-05-03 Ben Pfaffgui: Prefer NULL to 0 for initializing pointers.
2011-05-03 Ben Pfaffgui: Remove obviously unnecessary #include directives.
2011-05-03 Ben Pfaffgui: Include only <gtk/gtk.h> to use GTK+.
2011-05-03 Ben Pfaffpsppire-window: Use g_string_append_unichar() instead...
2011-05-03 Ben Pfaffgui: Use dispose instead of finalize method in PsppireD...
2011-05-03 Ben Pfaffgui: Drop null base_finalize function from PsppireDataW...
2011-05-03 Ben Pfaffgui: Fix const-ness warning in create_lines_tree_view().
2011-05-03 Ben Pfaffgui: Fix const-ness warning for measure_to_string(...
2011-05-03 Ben Pfaffgui: Put a separator line before list of windows in...
2011-05-03 Ben Pfaffgui: Always convert file names to UTF-8 for use in...
2011-04-26 Ben Pfaffvariable: Make var_set_label() use the variable's own...
2011-04-26 Ben Pfaffdictionary: Make dict_create() take the new dictionary...
2011-04-17 Mindaugasgui: Add Lithuanian translation and MIME type to pspp...
2011-04-16 Ben Pfaffgui: Fix crash in executor when inline data is missing.
2011-04-15 Ben Pfaffgui: Add missing scroll bar in K related samples variab... 20110415030503/pspp
2011-04-14 Ben Pfaffvalue-labels: Interpret \n as new-line in value labels. 20110414030503/pspp
2011-04-10 Ben Pfaffgui: psppire-var-view: Change "<unset>" to null string. 20110411030503/pspp
2011-04-09 Ben Pfaffgui: Fix crash in Paired T-Test dialog on selecting...
2011-04-09 Ben Pfaffgui: Fix Glib warnings for dialogs in realize and confi...
2011-04-09 Ben Pfaffgui: Link against $(LIBICONV) too.
2011-04-08 Ben Pfaffgui: widget-io: Fix cleanup code in widget_printf(...
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben Pfaffdataset: Use similar form to dictionary code for callba...
2011-03-20 Ben Pfaffdataset: Rename functions with "dataset_" prefix.
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
next