[Libreoffice-commits] core.git: filter/source

2013-11-15 Thread Kurosawa Takeshi
filter/source/svg/svgexport.cxx | 26 +++--- filter/source/svg/svgfilter.hxx |6 -- 2 files changed, 23 insertions(+), 9 deletions(-) New commits: commit be7c599a125df6946c1b5a1233cda27740081273 Author: Kurosawa Takeshi taken@gmail.com Date: Sat Nov 16 01:25

License Statement

2012-05-04 Thread Kurosawa Takeshi
Hi all, All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Cheers, -- Kurosawa Takeshi taken@gmail.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org

[Libreoffice] [Patch] Export object's title and description as alternate content

2011-02-12 Thread KUROSAWA, Takeshi
of a shape. Thus use them as class attribute. The patch is under LGPLv3/MPL. Cheers, -- Kurosawa Takeshi taken@gmail.com From 11646f45021f9343bd33f11442306de6ce3e8b07 Mon Sep 17 00:00:00 2001 From: Kurosawa Takeshi taken@gmail.com Date: Sat, 12 Feb 2011 13:26:35 +0900 Subject: [PATCH] Export

Re: [Libreoffice] [PATCH] Use GDK_HAND2 mouse cursor instead of GDK_HAND1

2011-02-12 Thread KUROSAWA, Takeshi
to hyperlinks. Additionally some usage could be replaced by other cursors (e.g. panning and editing control point). Anyway more investigations needed. Cheers, -- Kurosawa Takeshi taken@gmail.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [Patch] SVG export filter improvements

2011-02-11 Thread KUROSAWA, Takeshi
identical SVG files in a short term. # I know the structure of an SVG produced by the current filter is mess. Cheers, -- Kurosawa Takeshi taken@gmail.com From ba06cca17ff6fd112d8fd4ee9a16176c34de5205 Mon Sep 17 00:00:00 2001 From: Kurosawa Takeshi taken@gmail.com Date: Fri, 11 Feb 2011 18:55

[Libreoffice] [Patch][EasyHack] Fix fdo#32376 Set default color to the current one in toolbar popups

2011-02-11 Thread KUROSAWA, Takeshi
about selection rendering. It marks the previously selected color as a selection which has little visual appeal. So it is a bit difficult to find the selected color. See attached a png image. The patch is under LGPLv3/MPL. Cheers, -- Kurosawa Takeshi taken@gmail.com From

Re: [Libreoffice] [PATCH] Use GDK_HAND2 mouse cursor instead of GDK_HAND1

2011-02-11 Thread KUROSAWA, Takeshi
Hi Caolán, On Sat, Feb 12, 2011 at 5:46 AM, Caolán McNamara caol...@redhat.com wrote: I wonder why I don't see this behaviour locally. If I type a url in writer or impress and then put my mouse over it I get the same hand as I see in gimp, etc. Several cursor themes use same cursor for both

[Libreoffice] [PATCH] Use generic base64 encoder

2011-02-01 Thread KUROSAWA, Takeshi
/manifest/Base64Codec.cxx#133 We can replace FastString's encoder by an another. The patche uses SvXMLUnitConverter's because SVG Import filter also uses SvXMLUnitConverter::decodeBase64. The patch is under the LGPLv3+ / MPL. Cheers, -- KUROSAWA Takeshi taken@gmail.com From

[Libreoffice] [Patch] SVG export filter improvements

2011-02-01 Thread KUROSAWA, Takeshi
WebKit don't support mask yet :-(. The patches are under the LGPLv3+ / MPL. Cheers, -- KUROSAWA Takeshi taken@gmail.com From 6254c025823c829e56fe6b5775c91c014eb2b87c Mon Sep 17 00:00:00 2001 From: Takeshi Kurosawa taken@gmail.com Date: Wed, 2 Feb 2011 14:31:59 +0900 Subject: [PATCH 1/3

[Libreoffice] [PATCH] [EPS Export] Fix Save as Picture

2011-01-31 Thread KUROSAWA, Takeshi
Hi, Currently Save as Picture feature in Writer, Impress, or Draw produces a broken EPS file when I save an image as EPS format. # Export feature produces a correct file. Here is a patch to fix this issue. The patch is under the LGPLv3+ / MPL. Cheers, -- KUROSAWA Takeshi taken@gmail.com

[Libreoffice] [PATCH] Use product name for EPS Creator header

2011-01-27 Thread KUROSAWA, Takeshi
Hi, I've recently noticed the EPS export filter uses Sun Microsystems, Inc. for %%Creator header. https://bugs.freedesktop.org/show_bug.cgi?id=33569 Here is a patch to make the filter use product name for the header. It's actually copied from PDF export filter. Cheers, -- KUROSAWA, Takeshi

[Libreoffice] [PATCH] Parse 'color' property (fdo#33551)

2011-01-27 Thread KUROSAWA, Takeshi
Hi, SVG import filter doesn't support 'color' property yet. This makes svg files produced by gnuplot invisible. https://bugs.freedesktop.org/show_bug.cgi?id=33551 The attached patch makes the filter able to parse 'color' property and store the value as currentColor. Cheers, -- KUROSAWA, Takeshi

Re: [Libreoffice] [PATCH] Parse 'color' property (fdo#33551)

2011-01-27 Thread KUROSAWA, Takeshi
Oops! I forgot to attach the patch. On Fri, Jan 28, 2011 at 12:52 AM, KUROSAWA, Takeshi taken@gmail.com wrote: Hi, SVG import filter doesn't support 'color' property yet. This makes svg files produced by gnuplot invisible. https://bugs.freedesktop.org/show_bug.cgi?id=33551 The attached

[Libreoffice] [Patch] Make SVG filter export text color

2011-01-03 Thread KUROSAWA, Takeshi
Dear LibreOffice community, I wrote patches for SVG export filter. These fix a bug that texts in an exported SVG are invisible. The most of codes come from Flash export filter (filters/filter/source/swfwriter1.cxx). Regards, -- KUROSAWA, Takeshi taken@gmail.com From