summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-07change support URLAndras Timar2-8/+8
Conflicts: instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt Change-Id: Ie150588e6d930bd33cee935fa962a57ecf966a93
2014-01-31cairo canvas: Zero font's width means "the same as height".Jan Holesovsky1-1/+5
Change-Id: I1d24b2039fb3c615e672189d12c77e960cc858ee
2014-01-30EMF+: Only draw endcap outline if not filled, fix endcap scaling.Andrzej Hunt1-17/+32
Change-Id: I4520eea08e43ccd657c1db03b258ef84612da971 Reviewed-on: https://gerrit.libreoffice.org/7726 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 8d1ca883b119857daa3b8d0ece9da90917589040)
2014-01-15python3 build fixAndras Timar1-1/+1
Change-Id: I0abf1bbb790ec47e881bccc861b366460add3a99
2014-01-12Bump for 4.0-22cp-4.0-22Andras Timar2-14/+14
Change-Id: Ie1e528f6a203237818432b182da8e929ccf2e45e
2014-01-12change PYTHON_VERSION back to old valueAndras Timar1-1/+1
because MSP patch cannot rename directories, and MSP installed over the older base would result in immediate crash if Python cannot find its libs. Version number is hard coded in PYTHONPATH. Change-Id: Ib90ba3ab6f19a89f1ab2ae6fbc0aad9365d3645d
2014-01-12fixes related to MSP digital signatureAndras Timar2-2/+4
Change-Id: I06bcf0d2cc8c4915eff3658905087be6a2eadca6
2014-01-12enable MSP creation and bump version number for 1st PTFAndras Timar4-18/+18
Change-Id: I69268d78c13299ddba6867dc599295ef9dcd3fe3
2014-01-11fdo#73087: python3: upgrade to version 3.3.3Michael Stahl9-95/+58
- drop obsolete/upstreamed patches: python-3.3.0-ffi-clang.patch.1 python-3.3.0-15833.patch.1 one hunk of python-3.3.0-aix.patch.1 in fficonfig.py.in Reviewed-on: https://gerrit.libreoffice.org/7278 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 45c537a1185dfca7e51229dde9e9220e5174bd57) Conflicts: external/python3/python-3.3.0-aix.patch.1 external/python3/python-3.3.0-elf-rpath.patch.1 external/python3/python-3.3.3-aix.patch.1 external/python3/python-3.3.3-elf-rpath.patch.1 python3/ExternalPackage_python3.mk python3/UnpackedTarball_python3.mk python3/python-3.3.0-15833.patch.1 python3/python-3.3.0-aix.patch.1 python3/python-3.3.0-elf-rpath.patch.1 python3/python-3.3.0-ffi-clang.patch.1 Reviewed-on: https://gerrit.libreoffice.org/7290 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> Conflicts: download.lst python3/ExternalPackage_python3.mk python3/UnpackedTarball_python3.mk python3/python-3.3.3-aix.patch.1 python3/python-3.3.3-elf-rpath.patch.1 Change-Id: I12f0f78a172067986b63455847015ea2430a084c
2014-01-03Fix compilation problems.Muthu Subramanian2-2/+1
2014-01-03n#828390: Bullet sizes set wrong.Muthu Subramanian1-1/+1
2014-01-03n#828390: Reset charescapement.Muthu Subramanian1-0/+3
Unless the value is reset - the escapement seems to continue to the next set of textruns.
2014-01-03Fix fdo#70220 Superscript not imported from pptx.Muthu Subramanian3-0/+10
Ported from: 840a8573c8cebe67ddd3c9fe106c7dbd789bb334 (Original Author: Thorsten)
2014-01-03n#828390: Explictly export font properties.Muthu Subramanian1-4/+4
Seems like the status is returned as default, but the font properties needs to be still exported.
2014-01-03Force int16 as int32Muthu Subramanian1-2/+2
2014-01-03Force enums as ints - to avoid warning/errors.Muthu Subramanian1-3/+3
2014-01-03Add append(bool) to OStringBuffer.Muthu Subramanian1-0/+17
2014-01-03n#753460: Copying slides having same master page name.Muthu Subramanian7-6/+115
2014-01-03n#828390: Import new line in text.Muthu Subramanian2-0/+3
2014-01-01EMF+: mapping can rotate the width vector, so use resulting length.Andrzej Hunt1-1/+1
Otherwise (i.e. with non-vertical lines) the width will be incorrect, and can result in lines disappearing as the resulting X component can be tiny/approaching zero. (cherry picked from commit 83f2b3c590120a60b5e94fb1a15054ebe0745dbb) Conflicts: cppcanvas/source/mtfrenderer/emfplus.cxx Change-Id: Icf3b7c10c627594600b517b8ff445f8df87c56f8
2014-01-01EMF+: actually use lineJoin attribute for polygons.Andrzej Hunt1-10/+18
Change-Id: I5b369703333332598353d9817f0253bbe5fc3601 (cherry picked from commit 9b1ceabd5f696500d4fe2acb89170bd987966a9b)
2014-01-01EMF+: Integer coordinate values are signed.Andrzej Hunt1-2/+2
Change-Id: I5babcec50d48dc2a6288a01685db61fbb7058680 (cherry picked from commit d8dedc775cedf0e9daf9284bc7e3a0331ccd2963)
2013-12-29Resolves: fdo#72961 Crash when you open ODFver.1.0/1.1 created by LibO-3.5/3.6Julien Nabet1-6/+8
It seems pAction may be NULL so let's keep on to check it. Change-Id: Ie1a48c96bfa930364053c7c3ad0c940559544e33 (cherry picked from commit ebe616de53b98e419c39782c6615877a12f0edc7)
2013-12-28fix Tango icon namesAndras Timar2-0/+0
Change-Id: I4144e94cc3c1a3e068e0f9bca4b73e5c63a9274a
2013-12-06EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set.Matúš Kukan2-4/+21
Change-Id: I7b53a8f18e1fb24b1ae0322bdf0980e431a0725f (cherry picked from commit 131f3230d98f24faf57d9404e333cb1fb183345b)
2013-12-05EMF+: force canvas if EMF+ comments are used.Andrzej J.R. Hunt1-0/+7
Without this the drawinglayer renderer is used, whereas only the canvas renderer supports EMF+. Change-Id: Id8a10e400e08c1913e7d6864a51f7b73fc9be437 (cherry picked from commit be7d87bea2611eb316b9b379aebc031179d4f794)
2013-12-04EMF+: Do not ignore source rectangle of the image to be rendered.Matúš Kukan1-0/+2
Conflicts: cppcanvas/source/mtfrenderer/emfplus.cxx Change-Id: I4f861c7653c89d8f1ca73696e885f33f7bfc3b06
2013-11-29Related bnc#837302: Don't introduce a redlined delete and the end of doc.Jan Holesovsky2-0/+25
Change-Id: I5c3903a40b69867684707d33acbc92b1f80a93ec
2013-11-29bnc#837302: Allow insertion of redlines with an empty author.Jan Holesovsky3-2/+14
No idea why that was not allowed (since the initial import in 2000), we need it for interoperability. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx sw/source/core/doc/docredln.cxx Change-Id: I475fa63f9a4a3219a2b898b6f7d81e0603d32c18
2013-11-27EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky4-37/+55
Change-Id: I6043ee3c214f453afaef06125993c73be624c07e
2013-11-27cairo canvas: Line dashing size depends on the line width.Jan Holesovsky1-1/+1
Change-Id: I6a3f563b6effd37b448ec3e8463a87879e0566d4
2013-11-26EMF+: Parse and render custom line cap data.Jan Holesovsky2-33/+290
Contains the following commits: * EMF+: Small cleanup & more logging in preparation for line starts & ends. * EMF+: Parse custom line cap data for start and end line caps. * EMF+: Render custom line cap data. * EMF+: Set the stroke attributes on the custom line caps. Change-Id: If35ef1c44f34f5d5e6c50789c907105d03e96fca
2013-11-26EMF+: Implement line dashing.Jan Holesovsky1-2/+49
Conflicts: cppcanvas/source/mtfrenderer/emfplus.cxx Change-Id: I9eb21c0a8b5baa5b0080845f61b12fc65034d959
2013-11-26fdo#61272: Do the mapping correctly both for WMF and EMF.Jan Holesovsky4-58/+123
Turns out that for the WMF, we already had everything set up correctly, we were just overwriting the right settings with default data again :-) - fix that. Includes the following commits: * Revert "wmf-mm-text-1.diff: Fix WMF rendering, n#417818" * Revert "wmf-mm-text.diff: Fix WMF rendering, n#417818" * fdo#56886 EMF: Fixes some scaling problems of clipped regions, Twips Change-Id: I14b0c12b10f58eb7031f9da712dee76344c75159
2013-11-26EMF+: Stroke size is always supposed to be absolute.Jan Holesovsky1-1/+1
Conflicts: cppcanvas/source/mtfrenderer/emfplus.cxx Change-Id: I7221311e5dee6384dc2d1c071bf6f1c61811895a
2013-11-17Resolves: fdo#71307 out polygons are limited to 16bit point countCaolán McNamara2-0/+5
Change-Id: I4dbe9145466d6d93ebd3dea7f4fe434c9ee3de19 (cherry picked from commit cdd351b1487a8a97f481a9165d9cd361aaee2ca4) Reviewed-on: https://gerrit.libreoffice.org/6655 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-11-14n#828390: Export subscript text.Muthu Subramanian1-0/+13
2013-11-13bnc#830205: Stop-gap solution to avoid crash.Jan Holesovsky3-0/+10
This improves the situation, because previously, the document would just crash due to infinite recursion. Deeper checking why do we end up with an invalid range would be good; but it was impossible to check with the bugdoc, as it was too complex, and trying to cut it down was crashing MSO :-) Hopefully we'll get a better document at some stage. Conflicts: sw/qa/extras/ooxmlimport/ooxmlimport.cxx Change-Id: I4cd639e02aebe9027f06e8468c14969c506327b2
2013-11-11fix instsetoo_navite targets once more...cp-4.0-20-1Andras Timar1-2/+2
Change-Id: I68fb6ed2b2bdf7ee99062f7af0c677ca9725e1b8
2013-11-11do not fail the build, if codesign returns non-zeroAndras Timar1-1/+3
Change-Id: Ie8beb4b788b652522415d21ce432dcf48fa7327a
2013-11-11comment out Mac OS X SDK configure switchAndras Timar1-1/+1
Change-Id: I45e4f2a1246d9f721b549e0196e766aa5e3e03af
2013-11-10fix Linux package generationAndras Timar1-0/+8
Change-Id: Id169b462d4a132f05c665227ee949b8ebf2be00d
2013-11-08disable update database creation temporarilyAndras Timar1-1/+1
Change-Id: Ib7d0a34ddaefde6662cc98eae63a79e8ef671986
2013-11-05updated Collabora EULAAndras Timar2-170/+222
Change-Id: I6980b65d1d5829f2808e5f43edf96b8472596ab3
2013-11-05Bump for 4.0-20Andras Timar2-14/+14
Change-Id: I2ced784f302ab7011f496470cfa19e67e6f8ed3e
2013-11-05bnc#825891 fdo#69893 fix SwWrtShell::SelAll() to work with empty table at ↵Miklos Vajna1-0/+6
doc start In theory, it was a problem to have the table cursor around when having the selection outside the table; but it didn't cause a problem so far. However, when the table has one or more empty cells, we really need to leave table mode, otherwise only the table gets selected. Change-Id: I766903ed624b9338f0612697b4c03f44de1d2e41 (cherry picked from commit d1eb536c7e410d40fd94c76b157bbd4ed7944d4c) Conflicts: sw/qa/extras/uiwriter/uiwriter.cxx
2013-11-05bnc#825891 fdo#69979 SwCrsrShell::ExtendedSelectAll: exclude headers, tooMiklos Vajna3-2/+19
It turns out, normal Ctrl-A doesn't select headers, footers and fly content, either (just like not selecting footnotes). So do the same when in the "doc starts with table" special mode. Change-Id: Ib9bc397944a4d07ea03bc326f1536733c57f42e6 (cherry picked from commit 232df42b8dc0b4f7a335d2931fc0f29e73b8bca0) Conflicts: sw/qa/extras/odfimport/odfimport.cxx sw/source/core/crsr/crsrsh.cxx
2013-11-05bnc#825891 fdo#69862 SwCrsrShell::ExtendedSelectAll: don't always select ↵Miklos Vajna7-11/+30
footnotes ExtendedSelectAll() was originally invented to e.g. select the whole document, change the language of the selection and then inmediately (before the layout is updated) undo the selection. When using it for "select all and doc starts with a table" purposes, then footnotes shouldn't be selected, just like those are not selected either, when the doc starts with a normal paragraph. Their anchor is still selected, and that's enough to have correct delete and copy&paste. Change-Id: I4fc49db628054a4b8a46effc2d0328eaabcaa9f8 (cherry picked from commit 959711f1276106b0aaee69ab660f1b0d3ece5bbc) Conflicts: sw/source/core/crsr/crsrsh.cxx sw/source/core/edit/eddel.cxx
2013-11-05oox: fix buildMiklos Vajna1-1/+1
OUString::number() -> OUString::valueOf()
2013-11-05n#839727: Crash fix.Muthu Subramanian1-1/+2