History log of /aoo42x/main/vcl/inc/ (Results 76 - 100 of 123)
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

Revision tags: AOO340
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 ...

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

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

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

85c309d612-Sep-2012 Jürgen Schmidt

#120683# add new cmd line arg -conversionmode to enavle further optimization

Patch By: jsc
Review By: hdu

-This line, and those below, will be ignored--

M main/deskt

#120683# add new cmd line arg -conversionmode to enavle further optimization

Patch By: jsc
Review By: hdu

-This line, and those below, will be ignored--

M main/desktop/source/app/cmdlinehelp.cxx
M main/desktop/source/app/cmdlineargs.cxx
M main/desktop/source/app/cmdlineargs.hxx
M main/desktop/source/app/appinit.cxx
M main/vcl/source/app/svapp.cxx
M main/vcl/inc/vcl/svapp.hxx
M main/vcl/inc/svdata.hxx


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

77438bbc03-Jul-2012 Yuri Dario

i118923 - OS/2 port: enable menu automatic hilite based on current WPS/XWP settings.

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

i118923 - OS/2 port: enable menu automatic hilite based on current WPS/XWP settings.

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

show more ...

cf06609a18-Jun-2012 Herbert Dürr

#c708649# start to fix mis-pimpl-ification of Window class

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

6c89fb3e18-Jun-2012 Herbert Dürr

#c708653# remove unused member SalXLib::pYieldEntries_

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

414ea96e06-Jun-2012 Oliver-Rainer Wittmann

#119189# - merge fix from branch AOO34 into trunk

Found by: sorath <torohov_s_a@mail.ru>


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

#119189# - merge fix from branch AOO34 into trunk

Found by: sorath <torohov_s_a@mail.ru>


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

show more ...

aeee3b8f25-May-2012 Ariel Constenla-Haile

i112141 - Fix how Throbber control handles image URLs

Also redefine spinner images so that can be zipped and found by the
current implementation.

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

i112141 - Fix how Throbber control handles image URLs

Also redefine spinner images so that can be zipped and found by the
current implementation.

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

show more ...

9f63b86614-May-2012 Armin Le Grand

#119125# various actions implemented, clipping added. Esp hard was ImpSdrGDIMetaFileImport, but working now. Needed to hand-craft alpha addition for alpha in Metafile content and gradient of action.

#119125# various actions implemented, clipping added. Esp hard was ImpSdrGDIMetaFileImport, but working now. Needed to hand-craft alpha addition for alpha in Metafile content and gradient of action. Also added better BitmapEx creation for convert to bitmap for draw objects.

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

show more ...

8718d26011-May-2012 Armin Le Grand

#119125# Added MetaFloatTransparentAction handling using primitive renderer

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

2aa5335815-Apr-2012 Pedro Giffuni

i119208 - Cannot select a different icon set. Problem due to incomplete Tango removal, identified by Ariel.

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

i119208 - Cannot select a different icon set. Problem due to incomplete Tango removal, identified by Ariel.

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

show more ...

1a6da4ce27-Mar-2012 Yuri Dario

i119097: remove OS/2 exception handling and menu hilite code due to incorrect licensing (code will be reworked soon).

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

i119097: remove OS/2 exception handling and menu hilite code due to incorrect licensing (code will be reworked soon).

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

show more ...

ade2b05a21-Mar-2012 Yuri Dario

i119097: Update headers to Alv2 headers, this was supposed to be done earlier as for other sal os2 headers.

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

i119097: Update headers to Alv2 headers, this was supposed to be done earlier as for other sal os2 headers.

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

show more ...

bb18ee5524-Feb-2012 Armin Le Grand

#118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles to bitmapEx, dynamically expanding needed bitmap size right and bottom dependent of having a hairline there. To check this, I

#118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles to bitmapEx, dynamically expanding needed bitmap size right and bottom dependent of having a hairline there. To check this, I adapted GDIMetaFile::GetBoundRect to be able to deliver the HairlineBoudRect inn parallell to the regular geometry one

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

show more ...

a34dc4d923-Feb-2012 Yuri Dario

i118923 - OS/2 port: use standard macro to create RGB colors, fixes vcl black backgrounds.

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

i118923 - OS/2 port: use standard macro to create RGB colors, fixes vcl black backgrounds.

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

show more ...

12345