2009-08-30 Morten Welinder * Release 0.7.10 2009-08-30 Jean Brefort * goffice/canvas/goc-line.c (goc_line_update_bounds): take line cap into account when needed. * goffice/canvas/goc-pixbuf.c (goc_pixbuf_draw): fixed scaling. * goffice/utils/go-styled-object.c (go_styled_object_set_cairo_line): make dashes work. 2009-08-27 Jean Brefort * goffice/canvas/goc-group.c (goc_group_realize), (goc_group_unrealize): don't unrealize an item several times. * goffice/canvas/goc-item.c (goc_item_finalize): ditto. * goffice/canvas/goc-item.h: ditto. 2009-08-26 Morten Welinder * goffice/graph/Makefile.am: The ui file needs to be distributed regardless of configuration. * plugins/plot_distrib/Makefile.am (ui_DATA): Ditto. 2009-08-26 Jean Brefort * goffice/canvas/goc-group.c (goc_group_finalize): don't crash when destroying a group. 2009-08-26 Jean Brefort * goffice/gtk/go-combo-box.c (go_combo_box_set_display): expand the display widget. * goffice/gtk/go-format-sel.c (nfs_init): create missing combo box. 2009-08-26 Jean Brefort * all files: migrated from Glade to GtkBuilder 2009-08-25 Morten Welinder * goffice/app/go-conf-win32.c (go_conf_win32_get_node): Guess what should happen when key==NULL. Hopefully addresses #590786. 2009-08-25 Jean Brefort * configure.in: remove FooCanvas. * goffice/Makefile.am: ditto. * goffice/cut-n-paste/.gitignore: ditto. * goffice/cut-n-paste/Makefile.am: ditto. * goffice/cut-n-paste/foocanvas/.gitignore: ditto. * goffice/cut-n-paste/foocanvas/Makefile.am: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-i18n.h: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-line.c: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-line.h: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-marshal.list: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.c: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-polygon.c: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.c: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-text.c: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-text.h: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-util.c: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-util.h: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-widget.c: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas-widget.h: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas.c: ditto. * goffice/cut-n-paste/foocanvas/foo-canvas.h: ditto. * goffice/cut-n-paste/foocanvas/libfoocanvas.h: ditto. * goffice/cut-n-paste/foocanvas/libfoocanvastypes.c: ditto. * goffice/graph/Makefile.am: ditto. * goffice/graph/gog-control-foocanvas.c: ditto. * goffice/graph/gog-control-foocanvas.h: ditto. 2009-08-25 Jean Brefort * goffice/canvas/goc-line.c: fixed arrows bounds. 2009-08-25 Jean Brefort * goffice/canvas/goc-canvas.c: cleaned things. * goffice/canvas/goc-canvas.h: ditto. * goffice/canvas/goc-graph.c: ditto. * goffice/canvas/goc-group.c: ditto. * goffice/canvas/goc-line.c: implement arrow head. 2009-08-23 Morten Welinder * goffice/utils/go-color.h (PIXEL_*): Kill unused macros. 2009-08-23 Jean Brefort * goffice/canvas/goc-canvas.c: add RTL support tothe canvas. * goffice/canvas/goc-canvas.h: ditto. * goffice/canvas/goc-ellipse.c: ditto. * goffice/canvas/goc-graph.c: ditto. * goffice/canvas/goc-group.c: ditto. * goffice/canvas/goc-line.c: ditto. * goffice/canvas/goc-line.h: ditto. * goffice/canvas/goc-pixbuf.c: ditto. * goffice/canvas/goc-polygon.c: ditto. * goffice/canvas/goc-polyline.c: ditto. * goffice/canvas/goc-rectangle.c: ditto. * goffice/canvas/goc-text.c: ditto. 2009-08-19 Jean Brefort * configure.in: test for gtk_layout_get_bin_window. * goffice/canvas/goc-canvas.c: define gtk_layout_get_bin_window if needed. * goffice/canvas/goc-line-impl.h: removed obsolete. * goffice/graph/gog-chart.c (role_plot_can_add): fix signature. 2009-08-19 Jean Brefort * goffice/canvas/Makefile.am: add gog-polyline.[c,h]. * goffice/canvas/*.[c,h]: fixed various issues. * goffice/grph/gog-equation.c: make it compile with latest lasem code. 2009-08-15 Morten Welinder * configure.in: Post-release bump.