History log of /aoo41x/main/vcl/source/gdi/ (Results 51 - 75 of 117)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
45fd3b9a10-Jan-2013 Armin Le Grand

#121504# Support for alpha channel in clipboard for all systems

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

6dd9478307-Dec-2012 Armin Le Grand

#121445# Added transparency support to the gallery

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

54628ca405-Dec-2012 Armin Le Grand

#121407# Gallery reorganizations and additions of new themes

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

1a517a0703-Dec-2012 Armin Le Grand

Small correction in scaling code seen while debugging something else

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

Revision tags: AOO340
e9a409b312-Nov-2012 Armin Le Grand

Added ColorDepth change test with assertion to the Bitmap::Scale method

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

561c488612-Nov-2012 Armin Le Grand

Corrected bitmap scaler to not create 24bit outputs for scaling masks/alphas

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

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 ...

12345