History log of /trunk/main/vcl/source/gdi/ (Results 76 - 100 of 136)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
daf4545409-Nov-2012 Armin Le Grand

Wrong comparison with bool corrected

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1407421 13f79535-47bb-0310-9956-ffa450edef68

c282188530-Oct-2012 Armin Le Grand

#121233# some slight corrections/enhancements

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403676 13f79535-47bb-0310-9956-ffa450edef68

37ab0f2d29-Oct-2012 Armin Le Grand

#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF

#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403434 13f79535-47bb-0310-9956-ffa450edef68

show more ...

e237fbc927-Oct-2012 Pavel Janík

Remove unused variable to prevent compile warnings.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402787 13f79535-47bb-0310-9956-ffa450edef68

4665f8d326-Oct-2012 Armin Le Grand

#121267# added support for taking clipping into account for metafile-based exporters to vector formats

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402475 13f79535-47bb-

#121267# added support for taking clipping into account for metafile-based exporters to vector formats

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402475 13f79535-47bb-0310-9956-ffa450edef68

show more ...

169773a225-Oct-2012 Armin Le Grand

#121237# Corrected Region export, was missing to write an end marker when RegionBand was empty

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402041 13f79535-47bb-0310-995

#121237# Corrected Region export, was missing to write an end marker when RegionBand was empty

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402041 13f79535-47bb-0310-9956-ffa450edef68

show more ...

64464e0e23-Oct-2012 Pavel Janík

Remove unused variable to prevent compiler warnign.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401384 13f79535-47bb-0310-9956-ffa450edef68

e6f6310323-Oct-2012 Armin Le Grand

#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-f

#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-ffa450edef68

show more ...

87bc88d319-Oct-2012 Herbert Dürr

make conversions between BitmapColor and sal_uInt8 explicit

Implicit conversions are a dangerous cause of confusion as seen
in http://markmail.org/thread/a4copx2di7cxeowg and require tri

make conversions between BitmapColor and sal_uInt8 explicit

Implicit conversions are a dangerous cause of confusion as seen
in http://markmail.org/thread/a4copx2di7cxeowg and require tricky
rewrites to work around them, this change cleans them up and
disables them for all code outside of the immutable binfilter.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1400149 13f79535-47bb-0310-9956-ffa450edef68

show more ...

035a2f4416-Oct-2012 Armin Le Grand

#121194# Better support for graphic fill styles which are not bitmaps (svg, metafiles, ..)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1398711 13f79535-47bb-0310-9956-ff

#121194# Better support for graphic fill styles which are not bitmaps (svg, metafiles, ..)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1398711 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ff494be310-Oct-2012 Armin Le Grand

#121183# Added buffering non-bitmap formats in Graphic

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1396533 13f79535-47bb-0310-9956-ffa450edef68

fdbfc3c203-Oct-2012 Pavel Janík

Rename local variable that shadows other to prevent compiler warning.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1393341 13f79535-47bb-0310-9956-ffa450edef68

e5539b4a02-Oct-2012 Armin Le Grand

#120957# Added Reginas corrections for gradient colors for linear gradients in VCL renderers
Patch by: Regina
Review by: alg

git-svn-id: https://svn.apache.org/repos/asf/incubator/oo

#120957# Added Reginas corrections for gradient colors for linear gradients in VCL renderers
Patch by: Regina
Review by: alg

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1392804 13f79535-47bb-0310-9956-ffa450edef68

show more ...

6b7345f327-Sep-2012 Armin Le Grand

#115630# secured OutputDevice::ImplDrawHatch in vcl and PolyPolygon::Optimize in tools to useful fallbacks when working on PolyPolygons (what they do *not* support)

git-svn-id: https://svn.a

#115630# secured OutputDevice::ImplDrawHatch in vcl and PolyPolygon::Optimize in tools to useful fallbacks when working on PolyPolygons (what they do *not* support)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1390986 13f79535-47bb-0310-9956-ffa450edef68

show more ...

9391734225-Sep-2012 Ariel Constenla-Haile

Fix typo

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1390070 13f79535-47bb-0310-9956-ffa450edef68

e8b66d3825-Sep-2012 Ariel Constenla-Haile

Check empty BitmapEx

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1390061 13f79535-47bb-0310-9956-ffa450edef68

7168672c22-Sep-2012 Ariel Constenla-Haile

#i119418# - About Dialog improvements

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1388877 13f79535-47bb-0310-9956-ffa450edef68

3c19fd8c07-Sep-2012 Zhe Wang

Fix issue #120627#: [From Symphony]the text on the Y axis is reversed when export ppt file to PDF format.
* subversion/main/vcl/source/gdi/pdfwriter_impl.cxx
[]Change nXOffset value f

Fix issue #120627#: [From Symphony]the text on the Y axis is reversed when export ppt file to PDF format.
* subversion/main/vcl/source/gdi/pdfwriter_impl.cxx
[]Change nXOffset value from the distance of axis Y between two points to the distance between two points.

Patch by: Tang Meng<tmyl2010@gmail.com>
Suggested by: Wang Zhe <kingwisemmx@gmail.com>
Found by: Tang Meng <tmyl2010@gmail.com>
Review by: Wang Zhe <kingwisemmx@gmail.com>


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381883 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ba5b051706-Sep-2012 Armin Le Grand

assertion corrected: BitmapEx constructors with Mask or AlphaMask needed more checks

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381561 13f79535-47bb-0310-9956-ffa450ed

assertion corrected: BitmapEx constructors with Mask or AlphaMask needed more checks

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381561 13f79535-47bb-0310-9956-ffa450edef68

show more ...

34764b7a06-Sep-2012 Armin Le Grand

assertion removed: allow BitmapEx constructors with empty Mask or AlphaMask

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381556 13f79535-47bb-0310-9956-ffa450edef68

1db3286706-Aug-2012 Oliver-Rainer Wittmann

#120464# - method <PrinterController::triggerAppToFreeResources()>: reset <LastPage> property after freeing resources


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@13

#120464# - method <PrinterController::triggerAppToFreeResources()>: reset <LastPage> property after freeing resources


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1369754 13f79535-47bb-0310-9956-ffa450edef68

show more ...

479f2b2727-Jul-2012 Armin Le Grand

#120165# Adapt Mask/Alpha at BitmapEx construction when size differs from base bitmap
Original patch by: pengyunquan
Changed patch by: alg
Review by: alg

git-svn-id: https://svn.

#120165# Adapt Mask/Alpha at BitmapEx construction when size differs from base bitmap
Original patch by: pengyunquan
Changed patch by: alg
Review by: alg

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366405 13f79535-47bb-0310-9956-ffa450edef68

show more ...

93ed1f2918-Jul-2012 Armin Le Grand

basic, cui, extensions, filter, vcl: fix some warnings
Patch by: Michael Stahl

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362903 13f79535-47bb-0310-9956-ffa450edef

basic, cui, extensions, filter, vcl: fix some warnings
Patch by: Michael Stahl

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362903 13f79535-47bb-0310-9956-ffa450edef68

show more ...

34fced9405-Jul-2012 Andre Fischer

#i120096# Detect empty polygon in Region constructor and set impl object accordingly.
Reported by: Du Jing
Fixed by: Andre Fischer


git-svn-id: https://svn.ap

#i120096# Detect empty polygon in Region constructor and set impl object accordingly.
Reported by: Du Jing
Fixed by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1357698 13f79535-47bb-0310-9956-ffa450edef68

show more ...

9f39abbb18-Jun-2012 Herbert Dürr

#c706125# fix overallocation on 64bit platforms

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351378 13f79535-47bb-0310-9956-ffa450edef68

123456