History log of /aoo41x/main/vcl/aqua/ (Results 51 - 75 of 87)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO401, AOO400
3ee7bea806-Jun-2013 Armin Le Grand

i122420 Re-activated the internal OpenOfficeToSystemFlavor

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

c1f635d703-Jun-2013 Herbert Dürr

#i121406# #i119006# fix NSWindow's performSelector:withObject type

NSWindow uses the type-casted plain integers
instead of the boxed number objects (aka NSNumber)


git-svn-i

#i121406# #i119006# fix NSWindow's performSelector:withObject type

NSWindow uses the type-casted plain integers
instead of the boxed number objects (aka NSNumber)


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

show more ...

910823ae18-Apr-2013 Jürgen Schmidt

#121996# integrate first part to remove 3layer office

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

cd426cce17-Apr-2013 Herbert Dürr

avoid problems with C++ initializer lists (N2672) in our Aqua code

when the provided type and the target type of an initializer list don't match
the new behaviour described in C++11's N2

avoid problems with C++ initializer lists (N2672) in our Aqua code

when the provided type and the target type of an initializer list don't match
the new behaviour described in C++11's N2672 proposal can be triggered. Though
that is very useful in general it complicates things for our case so that we're
better of to use the little helpers provided by XCode's CF framework.


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

show more ...

a95ab8f117-Apr-2013 Herbert Dürr

WaE: remove semicolon before objc method body

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

ab18653d17-Apr-2013 Herbert Dürr

fix clang build breakers in AquaA11FocusListener class

- a reference to a still incomplete AquaA11FocusListener was used
- method declarations inside the class must omit the class name q

fix clang build breakers in AquaA11FocusListener class

- a reference to a still incomplete AquaA11FocusListener was used
- method declarations inside the class must omit the class name qualifier


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

show more ...

c7ada65917-Apr-2013 Herbert Dürr

allow Mac port running with completely inactive AppleRemote

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

0376cbd926-Mar-2013 Herbert Dürr

#i119006# NSObject's performSelector:withObject expects a NSNumber argument

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

3460f9c821-Mar-2013 Herbert Dürr

check native widget's control value type before converting to SpinbuttonValue or ScrollbarValue

Else problems like #i112873# or even crashes can and do happen.


git-svn-id: http

check native widget's control value type before converting to SpinbuttonValue or ScrollbarValue

Else problems like #i112873# or even crashes can and do happen.


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

show more ...

457e662b21-Mar-2013 Herbert Dürr

protect SalFrameView's isOpaque() method by an isAlive() check

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

025194d627-Feb-2013 Herbert Dürr

WaE: fix allocation of an CGPoint array

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

2d07721927-Feb-2013 Herbert Dürr

fix building in environments where trigraphs are accidentially enabled

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

631849f926-Feb-2013 Herbert Dürr

fix the A11Y text attribute color in Aqua

Using the SalColor->CGFloat[] helper gets more of VCL into the scope
which causes conflicting declarations between css::awt and vcl-classic

fix the A11Y text attribute color in Aqua

Using the SalColor->CGFloat[] helper gets more of VCL into the scope
which causes conflicting declarations between css::awt and vcl-classic
font attributes so their namespace must be explicitly qualified


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

show more ...

afab972623-Jan-2013 Herbert Dürr

#i121534# support native drawing of affinely-transformed images on Mac

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

5f27b83c23-Jan-2013 Armin Le Grand

#121534# Reintegrating changes for rotated bitmap support

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

6669cefe18-Jan-2013 Herbert Dürr

#i119006# disable OSX>=10.7 window restoration until we support it directly

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

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

83ef4b7718-Dec-2012 Herbert Dürr

#i121406# remove willEnter/willExit-FullScreen methods until they become more useful

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

b9aaf9d418-Dec-2012 Herbert Dürr

#i121406# support the OSX>=10.7 fullscreen mode based on OSX Spaces

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

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

4fa9330322-Aug-2012 Andre Fischer

#i120481# Add registered transferable flavor to make the Writer accept
column headers dragged from database tables.


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

#i120481# Add registered transferable flavor to make the Writer accept
column headers dragged from database tables.


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

show more ...

2f2a22e711-Jul-2012 Herbert Dürr

#i120237# cache the updated frame reference in the AquaSalGraphics

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

e109b37c11-Jul-2012 Herbert Dürr

#i120237# workaround a crash on OSX when an VirtualDevice is reused that was created for a now dead window

regression was introduced by the changes for #i116758#

Patch-By: Herbert D

#i120237# workaround a crash on OSX when an VirtualDevice is reused that was created for a now dead window

regression was introduced by the changes for #i116758#

Patch-By: Herbert Duerr
Suggested-By: Herbert Duerr
Found-By: Herbert Duerr


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

show more ...

c63ba1e925-Jun-2012 Herbert Dürr

fix Aqua clipboard creation of human readable name

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

9950dfd114-May-2012 Herbert Dürr

(author=pl) fix for transporting OOo types through OSX system clipboard

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

1234