History log of /trunk/main/vcl/ (Results 351 - 375 of 523)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
df906e2412-Dec-2012 Steve Yin

IAccessible2 bridge integration

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1420518 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

7d6e33b206-Dec-2012 Ariel Constenla-Haile

#i121442# - Allow redrawing a single status bar item

A StatusbarController that draws its status bar item may need to trigger
a repainting of its item when the feature state changes. Cur

#i121442# - Allow redrawing a single status bar item

A StatusbarController that draws its status bar item may need to trigger
a repainting of its item when the feature state changes. Currently, the
only way to trigger this redraw is by changing the item text or the item
data, so that the vcl implementation calls ImplDrawItem; this is rather
implementation-specific.

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

show more ...

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

bf121af818-Oct-2012 Herbert Dürr

Remove the incubating disclaimer now that Apache OpenOffice has graduated from the Apache Incubator

On October 18th, 2012 the Apache Software foundation announced that the
Apache OpenOff

Remove the incubating disclaimer now that Apache OpenOffice has graduated from the Apache Incubator

On October 18th, 2012 the Apache Software foundation announced that the
Apache OpenOffice project has graduated from the Apache Incubator


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1399619 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

1...<<1112131415161718192021