[Libreoffice-commits] libmspub.git: src/lib

2013-05-13 Thread Franz Schmid
8f69cc15162202efb27cb53cd8a40324122fa200 Author: Franz Schmid fr...@linux-hp-i7.site Date: Thu May 9 11:57:09 2013 +0200 Corrected reading of shadow properties. diff --git a/src/lib/EscherFieldIds.h b/src/lib/EscherFieldIds.h index 5dd354a..82497b4 100644 --- a/src/lib/EscherFieldIds.h +++ b/src/lib

Patch for libmspub

2013-05-09 Thread Franz Schmid
Hi, here's a patch that fixes reading of the shadow properties. Greetings, Franz Schmid From ab32cf709f8703d76f611100d6bd697d73e07b7a Mon Sep 17 00:00:00 2001 From: Franz Schmid fr...@linux-hp-i7.site Date: Thu, 9 May 2013 11:57:09 +0200 Subject: [PATCH 3/3] Corrected reading of shadow

[Libreoffice-commits] libmspub.git: src/lib

2013-05-09 Thread Franz Schmid
c58756ed453281af92970b88ab1b8ee9432b56b2 Author: Franz Schmid fr...@linux-hp-i7.site Date: Thu May 9 20:42:32 2013 +0200 Brightness patch, better implementation diff --git a/src/lib/EscherFieldIds.h b/src/lib/EscherFieldIds.h index 7b3ff22..5dd354a 100644 --- a/src/lib/EscherFieldIds.h +++ b/src/lib

Patch for libmspub

2013-05-01 Thread Franz Schmid
Hi, this patch adds support for the drop caps letters setting. + it fixes the column-count and column-gap reading. Greetings, Franz Schmid From 36f37dfd42b7ca2778a6c91135804135cd7d6f38 Mon Sep 17 00:00:00 2001 From: Franz Schmid fr...@linux-hp-i7.site Date: Wed, 1 May 2013 20:35:07 +0200 Subject

[Libreoffice-commits] libmspub.git: src/lib

2013-04-28 Thread Franz Schmid
src/lib/MSPUBBlockID.h |1 + src/lib/MSPUBCollector.cpp |6 ++ src/lib/MSPUBParser.cpp|3 +++ src/lib/MSPUBTypes.h |3 ++- 4 files changed, 12 insertions(+), 1 deletion(-) New commits: commit 8b3c9c61a8d1d83e4be8f2bfcd45d6f4c4487550 Author: Franz Schmid fr

Patch for libmspub

2013-04-25 Thread Franz Schmid
Hi, i've found out how Drop-Caps are encoded in .pub format. Attached is a patch that adds first support for that to libmspub. Greetings, Franz Schmid From 9d6264a47a60750ecbec1b5ba7c66bb038ea9745 Mon Sep 17 00:00:00 2001 From: Franz Schmid fr...@linux-hp-i7.site Date: Thu, 25 Apr 2013 23:09:47

[Libreoffice-commits] libmspub.git: 2 commits - src/lib

2013-04-24 Thread Franz Schmid
src/lib/MSPUBCollector.cpp|6 +++--- src/lib/MSPUBSVGGenerator.cpp | 35 +++ 2 files changed, 26 insertions(+), 15 deletions(-) New commits: commit b4c7fe03433a0db5a625e76fa7fa81e4a41f85c6 Author: Franz Schmid fr...@linux-hp-i7.site Date: Fri Apr 19 20

Patch for libmspub

2013-04-19 Thread Franz Schmid
Attached is a small patch for libmspub. Greetings, Franz Schmid From 1c2461ca573b83cb34a368723d12aa84d90638bf Mon Sep 17 00:00:00 2001 From: Franz Schmid fr...@linux-hp-i7.site Date: Fri, 19 Apr 2013 20:49:01 +0200 Subject: [PATCH 2/2] First Line left indent is signed not unsigned. --- src/lib

Patch / Crash Fix for libmspub

2013-04-17 Thread Franz Schmid
Hello, attached is a patch for libmspub that fixes a crash when converting files with dashed lines to svg. Greetings, Franz Schmid From 836d91e46d24ddf0ee4616ae5b2ae4cf2325c087 Mon Sep 17 00:00:00 2001 From: Franz Schmid fr...@linux-hp-i7.site Date: Wed, 17 Apr 2013 22:48:01 +0200 Subject

[Libreoffice-commits] libmspub.git: 3 commits - src/lib

2013-04-15 Thread Franz Schmid
files changed, 215 insertions(+), 44 deletions(-) New commits: commit 2b840822cc91f28a8b8d5c0b1b40ddf039778f68 Author: Franz Schmid fr...@linux-hp-i7.site Date: Sun Apr 14 12:17:12 2013 +0200 Added output of the dash style value as libmspub:dashstyle property diff --git a/src/lib

2 Patches for libmspub

2013-04-14 Thread Franz Schmid
Hallo again, here are two patches for improving libmspub Greetings, Franz Schmid From c24205bf034a5f4759638f5c2c7d7e09823d32ab Mon Sep 17 00:00:00 2001 From: Franz Schmid fr...@linux-hp-i7.site Date: Sun, 14 Apr 2013 10:51:31 +0200 Subject: [PATCH 2/3] Added output of the wrap path as an svg

[PATCH] Adding multicolor gradients to libmspub

2013-04-08 Thread Franz Schmid
Hi, this patch adds multicolor gradients to libmspub. + fixes pattern colors. Patch is against git master. Greetings, Franz Schmid From 01af5aef449d1c0d0facd37a75f998657a662c9c Mon Sep 17 00:00:00 2001 From: Franz Schmid fr...@linux-hp-i7.site Date: Mon, 8 Apr 2013 22:00:39 +0200 Subject

Licence declaration

2013-04-04 Thread Franz Schmid
My contribution to LibreOffice is under LGPL3+ and MPL2 and to libmspub under LGPL2.1+ and MPL1.1+ Greetings, Franz Schmid ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Patch for libmspub-0.0.5

2013-04-03 Thread Franz Schmid
Hi all, my name is Franz Schmid, and i'm one of the core Scribus developers. Finally i had some time to go for a test of the libmspub library. It works very fine and integrates cleanly in our Scribus build. During the integration process i've done some minor improvements to libmspup, namely