summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-21Forward debug=<value> argument from build to make.Andre Fischer1-1/+9
2012-06-15#c705641# make sure neither pContent nor pAlpha BitmapAccesses are leakedHerbert Dürr1-3/+3
2012-05-30#119601# Added support for transparency in PNG export dialog and support for ...Armin Le Grand1-1/+1
2012-05-15#118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer, changed name ...Armin Le Grand4-0/+142
2012-05-11#119125# Added MetaFloatTransparentAction handling using primitive rendererArmin Le Grand1-5/+33
2012-05-10#119125# Completely changed XFillBitmapItem to work wit GraphicObject, remove...Armin Le Grand2-26/+35
2012-05-07#119125# adding missing files from the last commit; sorry for inconveniencesArmin Le Grand2-0/+152
2012-05-04#119125# corected gradient rendering, added stuff to add Title and Descriptio...Armin Le Grand6-59/+85
2012-04-05#119098# corrected wrong notation of url in ALv2 headerArmin Le Grand1-1/+1
2012-02-22Update headers to Alv2 headersAndrew Rist1-0/+20
2012-02-15remove svn:executable properties from more source filesHerbert Dürr1-0/+0
2012-02-15remove svn:executable properties from make and pack filesHerbert Dürr5-0/+0
2012-02-09Changed some typos in links to Apache licenseArmin Le Grand8-8/+8
2012-02-07#115092# Corrected VclProcessor2D::RenderPolygonStrokePrimitive2D for various...Armin Le Grand1-45/+74
2012-02-03#118824# coreccted mirroring and boundrect when the graphicmanager is used fo...Armin Le Grand1-6/+10
2012-01-30#118853# added square pixel size limit to conversion of TransparencePrimitive...Armin Le Grand1-1/+18
2012-01-26#118834# Unified usage of TextBreakupHelper as single tooling class for i18n ...Armin Le Grand4-288/+110
2012-01-24#118829# enhanced Svg gradient quality, obstacles avoidedArmin Le Grand5-461/+381
2012-01-23#118822# secured 3D geometry creation (slices) by subdividing the 2D source p...Armin Le Grand3-12/+23
2012-01-19Update headers to Alv2 headersAndrew Rist30-909/+468
2012-01-17linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for...Armin Le Grand12-51/+330
2012-01-13#118730# Changed SvgClipPathNode to use MaskPrimitive2D for primitive represe...Armin Le Grand2-14/+25
2012-01-13#116758# added remembering allocated VDevs for VDevBuffer to be able to also ...Armin Le Grand1-15/+33
2012-01-12#116758# Secured VDev buffer device to Vcl deinitArmin Le Grand1-7/+15
2012-01-12Update headers to Alv2 headersAndrew Rist1-26/+20
2012-01-10Update headers to Alv2 headersAndrew Rist5-130/+110
2012-01-10#16758# Added buffering to the VDev usages of the VclProcessor2D derivates (V...Armin Le Grand2-66/+245