gui: New "entry-dialog" module for prompting for a text string.
[pspp] / src / ui / gui /
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].
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfaffstr: Rename ss_chomp() to ss_chomp_byte(), ds_chomp...
2011-02-20 Ben Pfaffi18n: Introduce C_ENCODING as replacement for LEGACY_NA...
2011-02-05 Ben Pfafftext-data-import-dialog: Eliminate VAR_NAME_LEN restric...
2011-02-05 Ben Pfaffdict: Make dict_make_unique_var_name() return an alloca...
2010-12-05 Ben Pfaffgui: Factor out duplicated code for executing and pasti... 124/pspp 125/pspp 126/pspp 127/pspp 128/pspp 129/pspp 130/pspp 20101206030505/pspp 20101207030502/pspp 20101208030508/pspp 20101209030502/pspp 20101210030502/pspp 20101211030502/pspp 20101212030503/pspp
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-10-31 Ben Pfaffexecutor: Execute pending transformations after process...
2010-10-30 John DarringtonFix typo
2010-10-30 John DarringtonAdded a dialog box for the k-related-sample non-paramet...
2010-10-27 Ben Pfaffpsppire-output-window: Insert a half-line of space... 20101028040501/pspp
2010-10-25 John DarringtonRemove various duplicated #include directives
2010-10-17 John DarringtonFix typos in printed strings
2010-10-04 John DarringtonWorkaround for gettext deficiencies
2010-10-03 John DarringtonAdded gettext markup to some strings which required it
2010-10-03 John DarringtonConsistently use the return value from case_ref.
2010-09-29 John DarringtonDisconnect clip signal handlers when a syntax window...
2010-09-24 Ben Pfaffdata-in: Get rid of first_column, last_column arguments. 20100925040502/pspp
2010-09-24 Ben Pfaffdata-in: Make data_in() parameters more uniform.
2010-09-24 Ben Pfaffdata-in: Eliminate "implied_decimals" parameter from...
2010-09-24 Ben Pfaffsyntax-string-source: Fix format string problems.
2010-09-24 Ben Pfaffcast: New macro NULL_SENTINEL. 20100924040502/pspp
2010-09-19 John DarringtonConst casts.
2010-09-18 John DarringtonFix outstanding quote style issues
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-09-14 John DarringtonTranslate the names of aggretation functions. Fixes... 20100915040502/pspp 20100916040502/pspp
2010-09-12 John DarringtonSyntax Window: Don't connect callbacks until all member...
2010-09-11 John DarringtonPrevent critical when closing output viewer 20100912040502/pspp 20100913040502/pspp 20100914040502/pspp
2010-09-06 John DarringtonFixed bug #30969: Crash in split file dialog box 20100907040503/pspp 20100908040502/pspp 20100909040502/pspp
2010-09-06 John DarringtonSeperate the GtkBuilder definition for Split into its...
2010-08-29 Ben Pfaffsettings: Make viewwidth, viewlength "int"s instead...
2010-08-28 John DarringtonImproved the syntax generated by the select-cases dialog 20100829040503/pspp
2010-08-28 John DarringtonAllow translation of default filenames in GUI
2010-08-28 John DarringtonAllow translation of default variable name.
2010-08-24 John DarringtonSyntax Window: Dynamically set paste sensitivity
2010-08-24 John DarringtonImplemented Edit->Paste in the syntax viewer
2010-08-23 John DarringtonSyntax Window: Edit->* item sensitivity follows selection
2010-08-23 John DarringtonImplemented Cut, Copy and Delete in the syntax editor
2010-08-21 John Darringtonsyntax-editor.ui cleanup 20100821040503/pspp
2010-08-21 John DarringtonAllow undo/redo of pasted text as a single item
2010-08-21 John DarringtonText input dialog: Use widget-io
2010-08-19 John DarringtonFix translation of column headers in text import dialog. 20100820040508/pspp
2010-08-19 John DarringtonFix translation of column header.
2010-08-08 John DarringtonAggregate-dialog: Preselect summary function and variab... 20100809040503/pspp
2010-08-07 John DarringtonAggregate dialog: Initialize HPane widget width on...
2010-08-01 John DarringtonAvoid compiler warning 20100801040501/pspp 20100802040501/pspp 20100803040504/pspp 20100804040501/pspp 20100805040502/pspp
2010-07-29 John DarringtonAdded dialog box for the aggregate command
2010-07-26 John DarringtonRemove URL from translatable string 20100727040509/pspp 20100728040502/pspp
2010-07-16 John DarringtonReliability dialog: Add checkbox for summary subcommand 20100717040502/pspp 20100718040501/pspp
2010-06-26 Ben Pfaffcairo: Remove support for printed headers. 20100627040502/pspp 20100628040502/pspp 20100629040501/pspp 20100630040503/pspp 20100701040502/pspp
2010-06-26 Ben Pfaffgui: Fix spelling error in user-visible string.
2010-06-23 John DarringtonMove compute dialog definition to its own file 20100624040502/pspp
2010-06-23 John DarringtonMove select cases into its own definition file
2010-06-23 John Darrington(Re)enable select cases dialog.
2010-06-23 John DarringtonSeperate the goto-case dialog into its own definition...
2010-06-16 John DarringtonEnsure that psppire's --help and --version options...
2010-06-16 Ben Pfaffpsppire: Fix insecure temporary file creation in clipbo...
2010-06-16 Ben Pfaffpsppire: Re-implement --help and --version options.
2010-06-09 John DarringtonRemove unnecessary translatiosn of stock items. 20100610040508/pspp
2010-06-08 Ben Pfaffgui: Fix permissions when creating configuration directory.
2010-06-08 Ben Pfaffgui: Create user settings directory if it doesn't alrea... 20100608040508/pspp
2010-05-29 Ben Pfaffgui: Speed up rendering of large tables that are only... 20100530040501/pspp 20100531040501/pspp 20100601040502/pspp
2010-05-25 John DarringtonOutput viewer: Guess file type from filename suffix. 20100525040507/pspp
2010-05-24 John DarringtonUse gtk stock item instead of a custom one
2010-05-24 John DarringtonFix compiler warnings
2010-05-24 John DarringtonAdded remaining relevant unicode box characters
2010-05-24 John DarringtonEntered some extra unicode box chars in the table
2010-05-24 John DarringtonCall expand all on Edit->SelectAll
2010-05-24 John DarringtonAdded an ODT target to the output viewer clipboard
next