pkgsrc/graphics/libgnomecanvas/distinfo

5 lines
186 B
Text
Raw Normal View History

Update to 2.4.0, based on work done by xtraeme@. 2003-09-01 Anders Carlsson <andersca@gnome.org> * configure.in: Release 2.4.0 2003-09-01 Christian Rose <menthos@menthos.com> * configure.in: Added "ne" to ALL_LINGUAS. 2003-08-31 Laurent Dhima <laurenti@alblinux.net> * configure.in: Added "sq" to ALL_LINGUAS. 2003-08-25 Anders Carlsson <andersca@gnome.org> * configure.in: Release 2.3.7 2003-08-11 Anders Carlsson <andersca@codefactory.se> * configure.in: Release 2.3.6 2003-08-07 Anders Carlsson <andersca@codefactory.se> * configure.in: * docs/reference/Makefile.am: * docs/reference/libgnomecanvas-docs.sgml: * libgnomecanvas/gnome-canvas.c: Generate xml documentation. Fri Aug 01 11:49:34 2003 George Lebl <jirka@5z.com> * libgnomecanvas/gnome-canvas.c: Inside the do_update function it is possible that during picking we emitted an event in which the user then called some function which then requested update of something. We thus need to check again if we need to update stuff as without that we'd be left in a state where need_update would have been left TRUE and the canvas would have been left unpainted until another expose event. 2003-07-10 Joel Brich <joel.brich@laposte.net> * configure.in: Added "eo" to ALL_LINGUAS. 2003-06-20 Samúel Jón Gunnarsson <sammi@techattack.nu> * configure.in: Added "is" to ALL_LINGUAS 2003-06-16 Taneem Ahmed <taneem@eyetap.org> * configure.in: Added "bn" to ALL_LINGUAS. 2003-06-11 Kenneth Rohde Christiansen <kenneth@gnu.org> * configure.in: Added "li" to ALL_LINGUAS. 2003-05-18 Martin Kretzschmar <m_kretzschmar@gmx.net> Implement general clipping in clipgroup. Fixes bug #104602. 2001-12-06 Lauris Kaplinski <lauris@kaplinski.com> * gnome-canvas-clipgroup.c (gnome_canvas_clipgroup_update): Invoke parent method with NULL clippath, recalculate bounding box (gnome_canvas_clipgroup_render): Implement, do buffer/buffer clipped composition here (gcg_buf_new): Quick'n'dirty buffer cache (gcg_buf_free): Ditto (gcg_mask_new): Ditto (gcg_mask_free): Ditto 2003-05-13 Telsa Gwynne <hobbit@aloss.ukuu.org.uk> * configure.in: Added "cy" to ALL_LINGUAS. 2003-05-07 Abel Cheung <maddog@linux.org.hk> * configure.in: Added "cs" to ALL_LINGUAS. 2003-05-05 Christian Rose <menthos@menthos.com> * configure.in: Added sr and sr@Latn to ALL_LINGUAS. 2003-05-03 Kjartan Maraas <kmaraas@gnome.org> * docs/reference/*: Merged docs from branch. * libgnomecanvas/gnome-canvas-util.h: Same here. 2003-05-03 Kjartan Maraas <kmaraas@gnome.org> reviewed by: Tim Janik <timj@gtk.org> * libgnomecanvas/gnome-canvas-line.c: (gnome_canvas_line_update): Fix for bug #72424. AA Canvas crashes if you create a line that has arrows enabled but not yet any point positions set. Patch from Andreas Holzmann <Andreas.Holzmann@epost.de>. * libgnomecanvas/gnome-canvas-pixbuf.c: Fix for bug 97604. Certain affine transforms do not work for pixbuf items. Patch from Jim Evins <evins@snaught.com>. (gnome_canvas_pixbuf_render): Same as above. * libgnomecanvas/gnome-canvas-shape.c: (gnome_canvas_shape_update): Fix for bug #98258. Outline widths of rect, ellipse, and polygon items don't rotate. Patch from Jim Evins <evins@snaught.com> Mon Mar 31 07:21:33 2003 Tim Janik <timj@gtk.org> * libgnomecanvas/gnome-canvas-pixbuf.c: (gnome_canvas_pixbuf_update): change update logic to fix redrawing bugs. 2003-03-27 Anders Carlsson <andersca@codefactory.se> * configure.in: Release 2.3.0 2003-03-26 Christian Rose <menthos@menthos.com> * configure.in: Added "yi" to ALL_LINGUAS. 2003-03-21 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "ml" to ALL_LINGUAS 2003-03-19 Paul Duffy <dubhthach@frink.nuigalway.ie> * configure.in: Added "ga" to ALL_LINGUAS. 2003-03-06 Sebastian Rittau <srittau@jroger.in-berlin.de> * libgnomecanvas/gnome-canvas.c (gnome_canvas_w2c_d): Corrected docstring so that "returns" is not the first word on a line. * docs/reference/libgnomecanvas-sections.txt: Inserted *Class definitions into standard sections. Moved *Priv definitions into private sections. * docs/reference/libgnomecanvas-docs.sgml: Fixed file include: sgml/gnome-canvas-rect-ellipse.sgml -> sgml/gnome-canvas-ellipse.sgml
2003-12-14 20:48:37 +01:00
$NetBSD: distinfo,v 1.7 2003/12/14 19:48:37 jmmv Exp $
Update to 2.4.0, based on work done by xtraeme@. 2003-09-01 Anders Carlsson <andersca@gnome.org> * configure.in: Release 2.4.0 2003-09-01 Christian Rose <menthos@menthos.com> * configure.in: Added "ne" to ALL_LINGUAS. 2003-08-31 Laurent Dhima <laurenti@alblinux.net> * configure.in: Added "sq" to ALL_LINGUAS. 2003-08-25 Anders Carlsson <andersca@gnome.org> * configure.in: Release 2.3.7 2003-08-11 Anders Carlsson <andersca@codefactory.se> * configure.in: Release 2.3.6 2003-08-07 Anders Carlsson <andersca@codefactory.se> * configure.in: * docs/reference/Makefile.am: * docs/reference/libgnomecanvas-docs.sgml: * libgnomecanvas/gnome-canvas.c: Generate xml documentation. Fri Aug 01 11:49:34 2003 George Lebl <jirka@5z.com> * libgnomecanvas/gnome-canvas.c: Inside the do_update function it is possible that during picking we emitted an event in which the user then called some function which then requested update of something. We thus need to check again if we need to update stuff as without that we'd be left in a state where need_update would have been left TRUE and the canvas would have been left unpainted until another expose event. 2003-07-10 Joel Brich <joel.brich@laposte.net> * configure.in: Added "eo" to ALL_LINGUAS. 2003-06-20 Samúel Jón Gunnarsson <sammi@techattack.nu> * configure.in: Added "is" to ALL_LINGUAS 2003-06-16 Taneem Ahmed <taneem@eyetap.org> * configure.in: Added "bn" to ALL_LINGUAS. 2003-06-11 Kenneth Rohde Christiansen <kenneth@gnu.org> * configure.in: Added "li" to ALL_LINGUAS. 2003-05-18 Martin Kretzschmar <m_kretzschmar@gmx.net> Implement general clipping in clipgroup. Fixes bug #104602. 2001-12-06 Lauris Kaplinski <lauris@kaplinski.com> * gnome-canvas-clipgroup.c (gnome_canvas_clipgroup_update): Invoke parent method with NULL clippath, recalculate bounding box (gnome_canvas_clipgroup_render): Implement, do buffer/buffer clipped composition here (gcg_buf_new): Quick'n'dirty buffer cache (gcg_buf_free): Ditto (gcg_mask_new): Ditto (gcg_mask_free): Ditto 2003-05-13 Telsa Gwynne <hobbit@aloss.ukuu.org.uk> * configure.in: Added "cy" to ALL_LINGUAS. 2003-05-07 Abel Cheung <maddog@linux.org.hk> * configure.in: Added "cs" to ALL_LINGUAS. 2003-05-05 Christian Rose <menthos@menthos.com> * configure.in: Added sr and sr@Latn to ALL_LINGUAS. 2003-05-03 Kjartan Maraas <kmaraas@gnome.org> * docs/reference/*: Merged docs from branch. * libgnomecanvas/gnome-canvas-util.h: Same here. 2003-05-03 Kjartan Maraas <kmaraas@gnome.org> reviewed by: Tim Janik <timj@gtk.org> * libgnomecanvas/gnome-canvas-line.c: (gnome_canvas_line_update): Fix for bug #72424. AA Canvas crashes if you create a line that has arrows enabled but not yet any point positions set. Patch from Andreas Holzmann <Andreas.Holzmann@epost.de>. * libgnomecanvas/gnome-canvas-pixbuf.c: Fix for bug 97604. Certain affine transforms do not work for pixbuf items. Patch from Jim Evins <evins@snaught.com>. (gnome_canvas_pixbuf_render): Same as above. * libgnomecanvas/gnome-canvas-shape.c: (gnome_canvas_shape_update): Fix for bug #98258. Outline widths of rect, ellipse, and polygon items don't rotate. Patch from Jim Evins <evins@snaught.com> Mon Mar 31 07:21:33 2003 Tim Janik <timj@gtk.org> * libgnomecanvas/gnome-canvas-pixbuf.c: (gnome_canvas_pixbuf_update): change update logic to fix redrawing bugs. 2003-03-27 Anders Carlsson <andersca@codefactory.se> * configure.in: Release 2.3.0 2003-03-26 Christian Rose <menthos@menthos.com> * configure.in: Added "yi" to ALL_LINGUAS. 2003-03-21 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "ml" to ALL_LINGUAS 2003-03-19 Paul Duffy <dubhthach@frink.nuigalway.ie> * configure.in: Added "ga" to ALL_LINGUAS. 2003-03-06 Sebastian Rittau <srittau@jroger.in-berlin.de> * libgnomecanvas/gnome-canvas.c (gnome_canvas_w2c_d): Corrected docstring so that "returns" is not the first word on a line. * docs/reference/libgnomecanvas-sections.txt: Inserted *Class definitions into standard sections. Moved *Priv definitions into private sections. * docs/reference/libgnomecanvas-docs.sgml: Fixed file include: sgml/gnome-canvas-rect-ellipse.sgml -> sgml/gnome-canvas-ellipse.sgml
2003-12-14 20:48:37 +01:00
SHA1 (libgnomecanvas-2.4.0.tar.bz2) = 0d8abcd0e4682090409d728939c3f64c809122f9
Size (libgnomecanvas-2.4.0.tar.bz2) = 535399 bytes