goffice 0.4.2: Jody: * Foocanvas bug that scaled images by 1 extra pixel. [#314864] * Fix compilation for Gtk+ trunk. * Fix chart guru help button. [#394181] * Minor memory leak. -------------------------------------------------------------------------- goffice 0.4.1: Jean: * Make 64bit clean. [#340552] Jody: * Fault tolerance for unknown types on load. [#419955] * Fix icon paths on windows. [#442707] Morten: * Let file savers specify a mime type. * Fix reversed-literal problem with formats. [#444247] -------------------------------------------------------------------------- goffice 0.4.0: Jean: * Add support for cubic splines. * Fix graph rendering on big endian machines. [#432532] -------------------------------------------------------------------------- goffice 0.3.8: Emmanuel: * Fix alignement of rotated axis labels. [#343507] Morten: * Add preconditions to text combo widget's API functions. * Unicode-normalize regexps patterns. * Improve character set guesser. [#401588] * Fix format selector crash. [#431256] -------------------------------------------------------------------------- goffice 0.3.7: Emmanuel Pacaud: * Fix calls to g_object_class_install_property. [#172866] * Show a complete dash sequence for sample lines in legends. [#404819] * Fix persistence of legend position. [345836] * Only round width of sharp line. [#403403] * Add more line styles Morten: * Fix UTF-8 problem in format preview. * Separate the format selector from format internals. * Total rewrite of number formatting. * Fix potential memory corruption in format dialog. * Make space-filling in formats use thinner spaces when available. [#163438] * Remove embedded PCRE. * Improve axis labeling. [#413660] * Simplify formats that yield "n\pi/1". [#417981] -------------------------------------------------------------------------- goffice 0.3.6: Jody: * Avoid cairo assertion when rendering a 0 sized view. [#397679] Morten: * Generalize number formatting. * Simplify format widget a bit. * Implement go_strtod and go_strtold. * Fix marshalling of pango formats with strikethrough set. * Make the GOFormat type private. * Extract go-locale.[ch] from go-format.[ch] * Fix UMR. -------------------------------------------------------------------------- goffice 0.3.5: Emmanuel Pacaud: * Fix legend where there's no element to display. [#382354] * Fix legend when reordering plots. [#382663] * Fix markers in PDF and PS export. Jody: * Make the GogStyle sax parser usable by outside objects. Morten: * Improve number formatting. -------------------------------------------------------------------------- goffice 0.3.4: Morten: * Handle formats like "dd.mm.yyyy". J.H.M. Dassen (Ray): * Cleanup g_free calls. [#369662] -------------------------------------------------------------------------- goffice 0.3.3: Morten: * Fix combo sizing problem. [#362704] * Fix Save problem. [#365115] * Detect more date/time formats. Part of [#370183] -------------------------------------------------------------------------- goffice 0.3.2: Dom: * Fixes for usage with gtk 2.6. Jon Kåre: * Use info from gdk-pixbuf to convert from MIME type to image format. * Fix bug which hid file save format selector . * go_gtk_file_sel_dialog no longer unhides all hidden widgets when displaying dialog. Morten: * Handle errors while loading images better. -------------------------------------------------------------------------- goffice 0.3.1: NOTE : This is a _DEVELOPMENT_ release. Please use the 0.2.x series for production systems. The api/abi in 0.3.x is expected to change without notice until 0.4.0. Emmanuel Pacaud: * Composite graph image onto white background when exporting to formats that don't support alpha channel [#339126]. * Add support for background stripes. * Add radian and grad unit support for polar plots. * Add rotation support for polar plots. * Fix display of log axis minor ticks [#341880]. * Add new ?pi/? format, mainly for polar plot use. * Fix bar/col plots when using log scale. * Fix a crash when polar plot width or height == 0 [#349238]. * Swith to cairo renderer [#314211] [#310322]. * New pattern, gradient, color and line selectors [#152673]. Ivan Wong : * [Win32] Add the attribute GO_VAR_DECL for public global variable so that public header files are now compatible with MSVC. Jean Brefort: * Add a half pie plots. * Allow to chose an interpolation type for each series in scatter plots. * Implement vertical box-plots. [#358153] Morten: * Make text combos work in overflowed toolbars. [#157901] * Avoid CRITICALs on formatting invalid dates. * Fix rendered for non-Cairo case. [#341999] -------------------------------------------------------------------------- goffice 0.3.0: NOTE : This is a _DEVELOPMENT_ release. Please use the 0.2.x series for production systems. The api/abi in 0.3.x is expected to change without notice until 0.4.0. Emmanuel Pacaud: * Add initial support for moving objects by mouse. * Add a resolution setting in image export file chooser. * Add support for PDF and PS export of graphs when using cairo renderer. * Add gtk-doc support. * Improve legend layout by making swatch size proptional to font size. * Improve dialog for manual position of dialog. * Fix baseline for area plot and histogram when using a log axis. * Implement stretched image pattern in cairo renderer. * Fix axis label position. * Improve scientific format, add an engineering mode and a special format with markup for display of exponent as superscript (e.g. 10²) (Currently only used by graph engine when using cairo renderer). Ivan Wong : * [Win32] Only export symbols which are in the public headers. [#307356] Jean Brefort: * Add a new components system to embed data from other applications. * Add Histograms. * Add regression curves to histograms and line plots. * Add power regressions. * Add moving average trend curves. * Fix use of invalid data in scatter plots. [#334697] Jody: * Some cleanup towards supporting --without-gtk. Morten: * Fix translation problems causing crashes in the character set selector for people not using UTF-8. * Add and fix gog-object preconditions. [Part of #321678] * Handle problem with fraction formats for very large values. [Debian 340463] * Fix problem with colons in filenames. [#322799] * Use system libpcre when available, sufficiently recent, and properly compiled with UTF-8 support. * Plug leak. * Handle problems with formats containing "ss." but no more. * Fix plugin deactivation. [#336742] * Improve fraction format handling. * Fix format problem for [$curr]. * Implement tooltips for text combos. [#339122] -------------------------------------------------------------------------- goffice 0.1.1: Jody: * Add xml sax importer. Morten: * Fix hang in libart code. [#319309] * Fix locale problem in go_math_init. * Change sorting of charsets. -------------------------------------------------------------------------- goffice 0.1.0: Emmanuel Pacaud: * Multicolumn/line and horizontal layout support for legends. * Fix SVG gradient export [#318191]. * Fix persistence of show/hide setting for equations [#318316]. Jean Brefort: * Optionnaly skip invalid values in regression curves [#312788]. * New regression curves types [#312789]. * Fixed localization issues [#317925][#318042][#318043]. * Fixed various other issues. Jody: * Adjust lifecycle of GOFormat to cache all formats once created. Huge performance win on [#314521] * Include super/sub scripts when persisting. Morten: * Fix rendering of numbers using formats with fractional seconds part. [#315544] * Update to PCRE version 6.3. * Use native PCRE interface (i.e., write our own POSIX-like wrappers) in preparation for possibly using system PCRE. -------------------------------------------------------------------------- goffice 0.0.4: Emmanuel Pacaud: * Fix polar plot clipping. * Fix line/area/barcol data position. * Let user change bounds for discrete axes [#309468]. Jean Brefort: * Box-plots use raw data [#308136]. Jody: * GOFormat now matches against all tuples. * Add GORotationSel from Gnumeric. * fixed number of digits for denominator regexp [#144112] -------------------------------------------------------------------------- goffice 0.0.3: Emmanuel Pacaud: * Add support for manual position/size of graph objects. * Add rotated text support. * Add optional cairo renderer. * Fix swatch position in legends. * Sample graph in guru has the same aspect ratio than the edited graph [#150458]. * Displays Y axis labels vertically by default [#301582]. * Add pattern support for SVG output [#310320]. Jean Brefort: * Add series lines in bars and columns plots. * Add drop lines in lines and xy plots. * Add lines to min/max plots and dropbars. Morten: * Fix problem with currency formats and problem with Euro [#305313]. * Support fd://1 syntax for go_file_create. * Fix ABR (or worse) for formats ending in "[$...]". -------------------------------------------------------------------------- goffice 0.0.2: Emmanuel Pacaud: * Make compass position and alignment of graph object persistent and add a GUI for these properties [#124322]. * Fix some libglade warnings [#305010]. * Fix contour plots axes. Ivan, Y.C. Wong: * Fix encoding bug when open file with non-ascii name in shell. * Fix Mime Type detection on Win32 [#304074]. Jean Brefort: * Add linear regressions in scatter plots. * Fix shotcut in format selector [#305635]. * Add MinMax and DropBar plots. * Fixed various concerns in contour plots. J.H.M. Dassen (Ray): * Ensure at link time that the shared objects, both the library and the plugins, contain complete dependency information for all symbols they use from elsewhere. Jody: * Fix foocanvas's show/hide item for widgets. * Fix the format selector preview. * Improve selection of a default plot style. Morten: * Fix theme bug. [#303707] * Fix insert-image criticals. [#305009] -------------------------------------------------------------------------- goffice 0.0.1 Emmanuel Pacaud: * Add support for polar plots. * Add multiple axes support for xy, line, barcol, bubble plots. * Fix axis rendering order for contour, area and radar plots. * avoid use of setlocale in svg renderer. [#172726] * Add radar axis labels [#152695] * Fix crash in print preview with log plots. [#170547] * Fix crahs when deleting a serie. [#166403] * Fix transparency in pixbuf renderer. [159368] Jean Brefort * Fixed opacity problem in color selector (#135434) Jody: * Split from gnumeric Ivan Wong: * Become more robust when reading .hhmap files and finding help topics on Win32. Morten: * Fix various old number rendering bugs. [#170000] * Update to PCRE 5.0 * Give GOComboBox a themable add-tearoffs style. * Fix icon sizes in color action combos. [#302880] --------------------------------------------------------------------------