Added an implementation of the Chi-Square dialog box
[pspp-builds.git] / src /
2010-05-19 John DarringtonAdded an implementation of the Chi-Square dialog box
2010-05-19 John DarringtonAdd stock items to output viewer menuitems
2010-05-19 John DarringtonRemoved diagnostic messages from print operation callbacks
2010-05-19 Ben PfaffMerge "paginate" branch into "master".
2010-05-19 Ben Pfaffpsppire-axis: Use rint() instead of nearbyint(), for...
2010-05-18 Ben Pfaffcompiler: Fix SENTINEL macro in non-GCC case.
2010-05-16 John DarringtonRenamed function to reflect change of purpose from...
2010-05-16 John DarringtonPaste to a single common syntax window instead of a...
2010-05-16 John DarringtonExpanded comments to src/libpspp/i18n.[ch]
2010-05-14 John DarringtonTranslate the contents of frequencies and descriptives...
2010-05-14 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2010-05-13 Ben Pfaffgui: Configure page setup when printing in the GUI.
2010-05-13 Ben Pfaffgui: Factor out creation of Cairo output driver in...
2010-05-13 Ben Pfaffcairo: Allow xr_driver_create()'s caller to usefully...
2010-05-13 Ben Pfaffcairo: Apply margins to pages added with xr_driver_next...
2010-05-13 Ben Pfaffcairo: Remove write-only member 'file_type' from struct...
2010-05-12 John DarringtonCreated convenience function connect_action
2010-05-12 John DarringtonRemove unnecessary GtkAction * variables
2010-05-11 John DarringtonUse signal handlers with the window as the first argume...
2010-05-11 John DarringtonChange gpointer variable to PsppireDataWindow * in...
2010-05-11 John DarringtonRemove unused GObject pointer from dialog functions...
2010-05-11 John DarringtonWhitespace changes only
2010-05-10 John DarringtonConverted output-viewer from .glade to .ui
2010-05-10 John DarringtonConvert syntax-editor from .glade to .ui
2010-05-10 John DarringtonRefactor the Help menu.
2010-05-09 John DarringtonAdded some missing translation tags
2010-05-09 John DarringtonMove data sheet cases popup menu to GtkBuilder file
2010-05-09 John DarringtonMove var sheet variables popup menu to GtkBuilder file
2010-05-09 John DarringtonRemove property settings from psppire_data_window and...
2010-05-09 John DarringtonMove implementation of the datasheet variable popup...
2010-05-09 John DarringtonRemove the resolve_action function which is no longer...
2010-05-09 John DarringtonUse consistent orthography for "stock-id" property
2010-05-09 John DarringtonConvert data-editor.glade to data-editor.ui
2010-05-09 John DarringtonFirst attempt at a psppire print dialog.
2010-05-08 Ben Pfaffoutput: Refactor Cairo output driver to make printing...
2010-05-08 Ben Pfaffcairo: Update #include style.
2010-05-08 Michel Boaventurapsppire: Translate more GUI strings.
2010-05-06 John DarringtonFix crash on variable type dialog custom currency display.
2010-05-06 John DarringtonDon't convert values returned from gettext to UTF8.
2010-05-05 Michel Boaventurapsppire: Translate all format type categories, not...
2010-05-03 Ben PfaffCROSSTABS: Merge functions into cmd_crosstabs().
2010-05-03 Ben PfaffFREQUENCIES: Refactor and simplify percentiles calculat...
2010-05-03 Ben PfaffTake advantage of Gnulib configmake module.
2010-05-02 John DarringtonConvert syntax files to UTF-8 before loading them.
2010-05-02 Ben PfaffUse ftello() and fseeko() instead of ftell() and fseek...
2010-05-02 Ben PfaffImplement MRSETS command.
2010-05-01 Ben PfaffNew stringi_set functions.
2010-05-01 Ben PfaffNew case-insensitive string map data structure.
2010-04-24 Ben Pfaffcairo-chart: Fix Pango version check.
2010-04-22 Ben PfaffDocument system file record type 7, subtype 16 as 64...
2010-04-22 Ben Pfaffinteger-format: Support 64-bit integers in integer_get().
2010-04-16 Ben PfaffMove definition of UI_FILES out of HAVE_GUI.
2010-04-14 Ben Pfaffshort-names: Eliminate use of old hash table data struc...
2010-04-13 Ben PfaffAUTORECODE: Eliminate use of old hash table implementation.
2010-04-13 Ben PfaffAUTORECODE: Use "union value" instead of custom "union...
2010-04-13 Ben PfaffAUTORECODE: Fix indentation.
2010-04-13 Ben Pfaffvariable-parser: Implement PV_NO_DUPLICATE.
2010-04-13 Ben Pfaffvariable-parser: Eliminate use of old hash table data...
2010-04-12 Ben PfaffAdd case-insensitive string set.
2010-04-12 Ben Pfaffvalue: New function value_clone_pool().
2010-04-12 Ben Pfaffdictionary: Use hmap instead of older hsh_table.
2010-04-12 Ben Pfaffhmapx: New function hmapx_clear().
2010-04-12 Ben Pfaffhmap: New function hmap_clear().
2010-04-12 Ben Pfaffvariable: Remove unneeded assertions.
2010-04-12 Ben Pfaffdictionary: Remove unneeded assertions.
2010-04-12 Ben Pfaffvardict: Make vardict opaque to variable code.
2010-04-12 Ben PfaffMake struct variable refer to struct vardict through...
2010-04-12 Ben PfaffMake "internal variables" part of a dictionary.
2010-04-12 Ben Pfaffvariable: Introduce and use new function var_get_encodi...
2010-04-12 Ben Pfaffdictionary: Fix memory leak in dict_set_encoding().
2010-04-12 Ben Pfaffdictionary: Fix potential access beyond allocated memory.
2010-04-08 Ben PfaffGet rid of unnecessary uses of var_get_dict_index().
2010-04-08 Ben Pfaffhash-functions: New function hash_pointer().
2010-03-26 Ben Pfaffdict: Make dict_clone_var(), dict_clone_var_assert...
2010-03-22 Ben Pfaffbt: Improve code formatting.
2010-03-22 Ben Pfaffbt: New function bt_is_empty().
2010-03-22 Ben Pfaffpsppire: Use default GTK+ font in output shown in GUI.
2010-03-20 Ben PfaffFREQUENCIES: Simplify code for sorting the frequency...
2010-03-19 Ben PfaffFREQUENCIES: Get rid of final (non-const) file-scope...
2010-03-19 Ben PfaffFREQUENCIES: Move file-scope variables for charts into...
2010-03-19 Ben PfaffFREQUENCIES: Move file-scope variables for stats into...
2010-03-19 Ben PfaffFREQUENCIES: Move file-scope variables for percentiles...
2010-03-18 Ben PfaffFREQUENCIES: Move file-scope variable syntax_pool into...
2010-03-18 Ben PfaffFREQUENCIES: Eliminate file-scope variables n_variables...
2010-03-18 Ben PfaffFREQUENCIES: Get rid of unused data_pool.
2010-03-18 Ben PfaffFREQUENCIES: Capitalize names of enums.
2010-03-17 Ben PfaffFREQUENCIES: Use newer hmap library instead of older...
2010-03-17 Ben Pfaffvalue: New function value_clone().
2010-03-17 Ben Pfaffarray: Fix indentation.
2010-03-14 Ben Pfaffgui: Add charts, additional formatting feature to FREQU...
2010-03-14 Ben PfaffFREQUENCIES: Modernize syntax and improve chart support.
2010-03-13 Ben PfaffFREQUENCIES: Use Freedman-Diaconis formula to choose...
2010-03-13 Ben PfaffFREQUENCIES: Add ability to calculating percentiles...
2010-03-13 Ben Pfafftab: Add debugging checks to tab_hline() to match those...
2010-03-10 Ben PfaffFREQUENCIES: Fix spelling error in dialog box text.
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...
2010-03-10 Ben PfaffFREQUENCIES: Choose number of bins for histogram based...
2010-03-10 Ben Pfaffconfigure: Check for glib-genmarshal program at configu...
next