summaryrefslogtreecommitdiff
path: root/drawinglayer/source
AgeCommit message (Collapse)Author
2011-01-21Remove old RCS lines.Thomas Arnhold
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
Conflicts: sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/menu/virtmenu.cxx sysui/desktop/share/create_tree.sh
2010-12-16Remove large block of unused codeAnders Jonsson
2010-12-15Merge commit 'ooo/OOO330_m18' into libreoffice-3-3Noel Power
2010-12-02impress205: #i115825# fixed metatextarray issuessj
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard
2010-11-26Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard
2010-11-22os145: #b7001888# fixing small svm problemsj
2010-11-20RTL_CONSTASCII_USTRINGPARAM improvementsJulien Nabet
2010-11-05Easy Hacks : RTL_CONSTASCII_USTRINGPARAMGert Faller
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-26Better shading algo for customshapes, better gradientsThorsten Behrens
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 Spaeth
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 Bosdonnat
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky
2010-10-01add in MonoSpace settingCaolán McNamara
2010-09-30#i64671# transfer VCL's FontPitch through DrawingLayer to CanvasCaolán McNamara
2010-09-14filled-tab-editeng.diff: Filled tab wasn't filled in shapesCédric Bosdonnat
n#564454
2010-09-07#i113922# added code to transform the LineWidth on MetaFile creation with ↵Armin Le Grand
the current transformation
2010-06-17aw083: added aw082 due to possible conflicts in vclmetafileprocessor2d.cxxArmin Le Grand
2010-06-17#i112245# 1st part for SvtGraphicStrokeArmin Le Grand
2010-06-15#i112300# extended interpretation of MetaGradientAction in metafile ↵Armin Le Grand
primitive decomposition
2010-06-04#i112117# changed the Metafile primitive decomposition to better handle ↵Armin Le Grand
sub-metafile contents
2010-06-03aw082: merged in aw081 due to the need of #i111235#Armin Le Grand
2010-06-03aw082: turned back vclpixelprocessor2d.cxx to master state, was checked in ↵Armin Le Grand
by error
2010-06-03#i112090# enhanced Shadow3DExtractingProcessorArmin Le Grand
2010-06-02#i111954# corrected hatch fill turnaround with Metafile and SdrObjects, also ↵Armin Le Grand
some smaller errors in ImpSdrGDIMetaFileImport
2010-05-27#i111846# added drawing BackgroundFill for hatch when not AAedArmin Le Grand
2010-05-11#i111235# corrected transformation usage for ClipRegionsArmin Le Grand
2010-05-05aw081 resync to m77Armin Le Grand
2010-04-15aw081 #i106516# corrected clipping error with metafile renderingArmin Le Grand
2010-04-15aw081 #i110731# adapted mfCenterZ to doubleArmin Le Grand
2010-04-12Merged DEV300_m76thb
2010-03-31Merge DEV300_m75thb
* 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_m71thb
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-04CWS svxsplit: merge with m71Mathias Bauer
2010-01-21resync to DEV300_m70Mathias Bauer
2010-01-21reverting the fix for #i108325#, which caused #i108423#. Adding another, ↵Frank Schönheit
less invasive workaround. Still not the final solution, which is covered by issue 108357
2010-01-18#i105937# Post-merge fixesthb
* 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 m69thb
2010-01-16#i105937# Fixed a few remaining gradient glitchesthb
* 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 Lohmann
2010-01-06DEV300 masterfix: add namespace to call to ↵Jens-Heiner Rechtien
primitive2d::mapTextLineToFontUnderline() Notes: split repo tag: libs-core_ooo/DEV300_m69
2009-12-23aw078: adaptions to resyncArmin Le Grand
2009-12-21aw078: resync to DEV300m68for integrationArmin Le Grand
2009-12-15#i107706#: liquidate goodies moduleMathias Bauer
2010-03-18aw079: rebase to m75Armin Le Grand