[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 Date: Sat Nov 16 01:25:50 2013 +0100

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 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/list

[Libreoffice] [Patch] Small bug fixes for SVG import

2011-02-13 Thread KUROSAWA, Takeshi
mation if a text has no styles. See attached text3.svg. Black text ("Hello") will be wrapped wrongly. All patches are under LGPLv3 / MPL. cheers, -- Kurosawa Takeshi From 7264908a3058c34b5a72e8ce274c1c8e7ccbad02 Mon Sep 17 00:00:00 2001 From: Takeshi Kurosawa Date: Mon, 14 Feb 2011 15:2

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

2011-02-12 Thread KUROSAWA, Takeshi
e not related 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 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org h

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

2011-02-12 Thread KUROSAWA, Takeshi
"svg:description" in ODF. Fixed text is information about class of a shape. Thus use them as class attribute. The patch is under LGPLv3/MPL. Cheers, -- Kurosawa Takeshi From 11646f45021f9343bd33f11442306de6ce3e8b07 Mon Sep 17 00:00:00 2001 From: Kurosawa Takeshi Date: Sat, 12 Feb 2011

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 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 GDK_HAND1 and GD

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

2011-02-11 Thread KUROSAWA, Takeshi
thing 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 From c765a03b543015c1ffa9e2ea6b7e6d1fba322b7

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

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

[Libreoffice] [Patch] SVG export filter improvements

2011-02-01 Thread KUROSAWA, Takeshi
t don't support yet :-(. The patches are under the LGPLv3+ / MPL. Cheers, -- KUROSAWA Takeshi From 6254c025823c829e56fe6b5775c91c014eb2b87c Mon Sep 17 00:00:00 2001 From: Takeshi Kurosawa Date: Wed, 2 Feb 2011 14:31:59 +0900 Subject: [PATCH 1/3] Export hatches and gradients as SVG s This

[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 From e30307dd55c5e8472943daa0d34b7f

[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 Tak

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 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=3355

[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. Che

[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,

[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 From e10fcbcc9d95eb24505126e6b9ea0313cccd7434 Mon