summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Collapse)AuthorFilesLines
2011-02-15restrict metafile decomposition (fixes n#650049)Radek Doulik1-2/+4
- do not use metafile decomposition on metafiles which need canvas renderer (right now, these containing EMF+)
2011-01-18calc65: #i116371# fix backgrounds for polypolygons in metafilePhilipp Lohmann [pl]1-1/+14
Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
2010-12-15Merge commit 'ooo/OOO330_m18' into libreoffice-3-3Noel Power1-1/+1
2010-12-02impress205: #i115825# fixed metatextarray issuessj1-1/+1
2010-11-26Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard1-4/+8
2010-11-22os145: #b7001888# fixing small svm problemsj1-4/+8
2010-10-28add modelines to .hxx files as wellCaolán McNamara112-0/+335
2010-10-26Better shading algo for customshapes, better gradientsThorsten Behrens1-1/+2
Some custom shapes can have shaded parts, like for example 3d can, the bevelled buttons etc. Those shaded colors are calculated internally, and have been way off at times. Now using HSV color space & the originally documented luminance modifications in steps of 10 percent. Compared to MSO, still no 100 percent match, but that seems due to gamma correction there. Additionally, starting with MSO12, gradients on those shaded surfaces look much better; adapted code to display gradients equally nice. Note that most of this patch also applies to ooxml import; note as well that customshapes from *all* kind of input files (including ODF docs) now look different than before; no real way of changing this in a backward-compatible way, since behaviour of custom shapes is mandated (mostly) by internal tables, and not stored in a file. Applies patches/dev300/ppt-customshape-shading-fix (much of it was accepted at OOo already, via i#102797) Applies patches/dev300/ppt-customshape-shading-fix.diff: fixed prob with line arrows - the extra-added single point polygons lead to extra arrows randomly around the custom shape. i#105654
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth110-0/+329
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-06fate#307731, fate#307730: Adds dotted and dashed border linesCédric Bosdonnat2-10/+32
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky1-1/+6
2010-10-01add in MonoSpace settingCaolán McNamara1-0/+1
2010-09-30#i64671# transfer VCL's FontPitch through DrawingLayer to CanvasCaolán McNamara4-4/+25
2010-09-14filled-tab-editeng.diff: Filled tab wasn't filled in shapesCédric Bosdonnat3-11/+50
n#564454
2010-09-07#i113922# added code to transform the LineWidth on MetaFile creation with ↵Armin Le Grand1-1/+6
the current transformation
2010-06-17aw083: added aw082 due to possible conflicts in vclmetafileprocessor2d.cxxArmin Le Grand7-225/+562
2010-06-17#i112245# 1st part for SvtGraphicStrokeArmin Le Grand10-107/+111
2010-06-15#i112300# extended interpretation of MetaGradientAction in metafile ↵Armin Le Grand1-4/+17
primitive decomposition
2010-06-04#i112117# changed the Metafile primitive decomposition to better handle ↵Armin Le Grand2-16/+45
sub-metafile contents
2010-06-03aw082: merged in aw081 due to the need of #i111235#Armin Le Grand5-107/+180
2010-06-03aw082: turned back vclpixelprocessor2d.cxx to master state, was checked in ↵Armin Le Grand1-21/+0
by error
2010-06-03#i112090# enhanced Shadow3DExtractingProcessorArmin Le Grand2-19/+71
2010-06-02#i111954# corrected hatch fill turnaround with Metafile and SdrObjects, also ↵Armin Le Grand3-7/+43
some smaller errors in ImpSdrGDIMetaFileImport
2010-05-27#i111846# added drawing BackgroundFill for hatch when not AAedArmin Le Grand1-1/+11
2010-05-11#i111235# corrected transformation usage for ClipRegionsArmin Le Grand1-100/+122
2010-05-07#i111392# corrected TextOnCurve for CTLArmin Le Grand1-4/+41
2010-05-05aw081 resync to m77Armin Le Grand8-135/+58
2010-04-28rt38: #i110940#: Cleaned some deliver lists - do not try to copy ↵Ruediger Timm1-2/+0
non-existing files.
2010-04-15aw081 #i106516# corrected clipping error with metafile renderingArmin Le Grand1-1/+5
2010-04-15aw081 #i110731# adapted mfCenterZ to doubleArmin Le Grand1-1/+1
2010-04-12Merged DEV300_m76thb144-3393/+7684
2010-03-31Merge DEV300_m75thb217-5403/+3678
* resolved two conflicts caused by lineend changes in canvashelper_texturefill.cxx and implrenderer.cxx. Took the cws version, which uses new texture fill semantics, and fixes clipping bug * binned file header changes from head for deleted files
2010-02-19Merged with dev300_m71thb1-0/+3
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov216-5396/+3672
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien216-5396/+3672
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-04CWS svxsplit: merge with m71Mathias Bauer1-0/+3
2010-01-21resync to DEV300_m70Mathias Bauer140-2087/+8818
2010-01-21reverting the fix for #i108325#, which caused #i108423#. Adding another, ↵Frank Schönheit1-6/+0
less invasive workaround. Still not the final solution, which is covered by issue 108357
2010-01-18#i105937# Post-merge fixesthb2-7/+7
* nicer gradient poly setup, made code more self-explanatory * corrected order of rotation matrix multiplication * fixed build breakage in presenter screen, type only implicitely included
2010-01-18thbfixes10: merge with DEV300 m69thb145-2160/+9533
2010-01-16#i105937# Fixed a few remaining gradient glitchesthb2-12/+8
* linear/axial gradient were f*cked up when border and rotation was given * found another place where drawinglayer was generating helper polygons for gradients (vclgradienthelper.cxx), adapted to new value ranges * fixed build breakage in debug build in oox * fixed order of gradient color generation
2010-01-14#i108325# workaround a form control paint issuePhilipp Lohmann1-0/+9
2010-01-06DEV300 masterfix: add namespace to call to ↵ooo/DEV300_m69Jens-Heiner Rechtien1-3/+3
primitive2d::mapTextLineToFontUnderline()
2009-12-23aw078: adaptions to resyncArmin Le Grand2-98/+0
2009-12-21aw078: resync to DEV300m68for integrationArmin Le Grand4-10/+116
2009-12-15#i107706#: liquidate goodies moduleMathias Bauer6-7/+6
2010-03-18aw079: rebase to m75Armin Le Grand203-5053/+3440
2010-02-10aw079: changes after resync (linux)Armin Le Grand8-8/+8
2010-02-09aw069 changes after resync to m71#Armin Le Grand1-0/+3
2010-02-02aw079 #i108440# Support MetaStretchTextAction in MetafilePrimitive2D ↵Armin Le Grand3-52/+214
decomposition