summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2014-01-09i124002 use own logical size for graphics, do not adapt PrefSize of these in ...Armin Le Grand2-3/+21
2014-01-04#i123758 Arrow heads with holeRegina Henschel1-4/+7
2013-11-05i123500 redefined ColorModifiers and ColorModifierStack, redefined GraphicAtt...Armin Le Grand13-114/+386
2013-10-29i123564 corrected some aspects when working whith bitmaps with low color dept...Armin Le Grand1-3/+12
2013-09-20i123295 corrected object and clip rect in PDFExtOutDevData::EndGroup call in ...Armin Le Grand1-2/+5
2013-08-28i122923 optimize place to add alpha to bitmaps which need rotationArmin Le Grand1-22/+2
2013-07-25#i122836# fix rotated images looking corrupted on MacOSXHerbert Dürr1-1/+2
2013-07-16i122758 Initialize Mask with non-transparentArmin Le Grand1-1/+2
2013-07-08corrected warnings and numerical inconsequence in gradient fallback render ha...Armin Le Grand3-3/+12
2013-06-14i12525 use X and Y for unit evaluationArmin Le Grand2-4/+7
2013-05-31#122356# rename toolkit lib due to conflicts on MacOS, it's a workaround for ...Jürgen Schmidt1-1/+1
2013-05-30i122395 Adapted mapping of content to more general wayArmin Le Grand1-6/+14
2013-05-17i74211 Correct crop of bitmap data when logical size and MapMode do not match...Armin Le Grand2-36/+14
2013-05-15i121801 Corrected objectBoundingBox case for GradientTransformArmin Le Grand1-17/+24
2013-05-15i121801 Corrected handling of gradient transformationsArmin Le Grand2-4/+28
2013-05-10i110384 added better fat line rendering where possibleArmin Le Grand4-105/+248
2013-05-06i122216 Ensure FormControls get printed/PDFed, also ensure graphics are all v...Armin Le Grand3-18/+24
2013-04-24i122132 Some simple extensions to exporterArmin Le Grand1-11/+18
2013-04-09i113080 added test code (in debug mode), cleanedup a small inconsistencyArmin Le Grand1-16/+34
2013-01-31#i121532# missing defaultprocessor3d.hxx breaks buildHerbert Dürr1-0/+1
2013-01-30#121532# unified processor2d usages from other modulesArmin Le Grand10-47/+204
2013-01-29#121532# enhanced visualisation of text edut&selection, D&D overhauledArmin Le Grand4-2/+178
2013-01-24#i121534# avoid expensive emulation of 1bit masks for Mac's QuartzHerbert Dürr2-2/+11
2013-01-23#121534# Reintegrating changes for rotated bitmap supportArmin Le Grand6-710/+16
2013-01-15#121534# only handle bitmaps which are inside visible areaArmin Le Grand2-6/+26
2013-01-14#121534# Adapted rotated bitmap paints to use own transformer due to bad qual...Armin Le Grand4-114/+25
2013-01-10#121504# Support for alpha channel in clipboard for all systemsArmin Le Grand3-9/+10
2012-11-29#121297# corrected non-AAed gradient rendering when in rotated metafiles, som...Armin Le Grand7-485/+25
2012-11-28#121387# Corrected wrong flag usages in RenderPolygonHairlinePrimitive2DArmin Le Grand1-3/+4
2012-11-28#121387# Corrected RenderBitmapPrimitive2D_GraphicManager to correctly handle...Armin Le Grand2-5/+26
2012-10-30#121233# some slight corrections/enhancementsArmin Le Grand1-116/+25
2012-10-26#121267# added support for taking clipping into account for metafile-based ex...Armin Le Grand2-29/+83
2012-10-25unused file _vclmetafileprocessor2d.cxx deleted, was added by errorArmin Le Grand1-2086/+0
2012-10-23#121237# Rework/Cleanup of Region code due to missing complete support for B2...Armin Le Grand1-19/+1
2012-10-23#121185# corrected handling of gradients in rotated metafilesArmin Le Grand1-61/+90
2012-10-22#116162# Forced DRAWMODE_WHITEFILL to DRAWMODE_BLACKFILL during line geometry...Armin Le Grand1-0/+26
2012-10-19Reorder initializations to match the prototype (this prevents WaE issues/comp...Pavel Janík1-2/+2
2012-10-18Corrected color conversion from BitmapColor to ColorArmin Le Grand1-1/+1
2012-10-17Made conversion from BitmapColor to Color more explicit by using operator Col...Armin Le Grand1-2/+2
2012-10-16#121194# Better support for graphic fill styles which are not bitmaps (svg, m...Armin Le Grand36-3993/+4163
2012-10-05#121153# adapted RenderBitmapPrimitive2D_self bitmap transformation to metafi...Armin Le Grand1-0/+5
2012-10-04#120604# corrected 3d gradients, adapted basegfx to be smarter in some areasArmin Le Grand1-6/+6
2012-10-02Unname unused argument to prevent warnings.Pavel Janík1-1/+1
2012-10-02#120604# unified and secured gradient tooling for primitives, adapted usagesArmin Le Grand6-363/+470
2012-08-26Remove unused variable bInterpretAbsolute (2 times) to prevent WaE issues.Pavel Janík1-2/+0
2012-08-23#120596# Optimized grid primitive, added some tooling to basegfxArmin Le Grand1-61/+105
2012-08-23#120616# Corrected SVG gradient primitive and it's decompositionArmin Le Grand2-22/+68
2012-08-15#119198# Added to apply CurrentTransformation in primitive to metafile conver...Armin Le Grand1-2/+3
2012-08-01#120397# Corrected linear gradient primitive decompositionArmin Le Grand1-11/+11
2012-07-23#120230# Adapt hatch processing to keep a view-dependent minimal distance for...Armin Le Grand7-11/+88