History log of /aoo41x/main/vcl/aqua/ (Results 26 - 50 of 87)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5e27b86b07-Feb-2014 Herbert Dürr

#i124201# fix frame-list handling with AppleRemote events

iterating beyond the end of a frame-list must be avoided


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

#i124201# fix frame-list handling with AppleRemote events

iterating beyond the end of a frame-list must be avoided


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

show more ...

2fb76c8206-Feb-2014 Herbert Dürr

#i123795# amend r1565258's commit with its missing part


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

245318c306-Feb-2014 Herbert Dürr

#i114728# set AOO's Mac baseline to OSX 10.7


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

97dacec106-Feb-2014 Herbert Dürr

#i123795# add a windowForParent() method for AquaA11yWrapper

for getting the parent window of an A11y enabled NSView. The method
viewElementForParent() was abused for that purpose, but i

#i123795# add a windowForParent() method for AquaA11yWrapper

for getting the parent window of an A11y enabled NSView. The method
viewElementForParent() was abused for that purpose, but it was mis-named
and mis-typed. The new method cleans this up and the now unused
viewElementForParent() method can be retired.


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

show more ...

7ac1eb3128-Jan-2014 Herbert Dürr

#i124121# prevent oblique/italic emulation with ITALIC_DONTKNOW fonts

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

41145ab328-Jan-2014 Herbert Dürr

#i124122# emulate bold font weights for CoreText if needed

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

703fc9f028-Jan-2014 Herbert Dürr

#i124121# emulate oblique/italic for CoreText fonts without such styles

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

e26449d323-Jan-2014 Herbert Dürr

#i122301# switch Mac port to CoreText API

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

2dae356123-Jan-2014 Herbert Dürr

#i123895# add VCL support for 64bit OSX port

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

76e2130f22-Jan-2014 Herbert Dürr

#i123895# implement Drag&Drop for images on OSX>=10.6


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

3e4cd16f22-Jan-2014 Herbert Dürr

#i123951# fix CoreText justification of an all-whitespace text


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

a9ab3c7b21-Jan-2014 Herbert Dürr

get rid of an extraneous parentheses in "if((A==B))"

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

24a22e8508-Jan-2014 Herbert Dürr

#i123895# make the Mac code 64bit clean regarding CGFloat/float mismatches


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

3d76282606-Jan-2014 Herbert Dürr

#i123817# prepare codebase for updating to boost 1.55


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

9930d4b403-Jan-2014 Herbert Dürr

#i123951# add atsfonts.hxx header file

Found by: Pavel Janik <Pavel.Janik.cz>
Patch by: Herbert Duerr <hdu@apache.org>


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

#i123951# add atsfonts.hxx header file

Found by: Pavel Janik <Pavel.Janik.cz>
Patch by: Herbert Duerr <hdu@apache.org>


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

show more ...

2822fc0403-Jan-2014 Herbert Dürr

#i123951# add an OSX CoreText based text system


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

51747b8e03-Jan-2014 Herbert Dürr

#i123951# prepare ATSUI code parts for its new CoreText cousin


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

2226343d02-Jan-2014 Herbert Dürr

#i123951# include impfont.hxx header also for ATSUI

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

43ad51ff02-Jan-2014 Herbert Dürr

#i123895# split impfont.cxx source from metric.cxx

and move the helper function UpdateAttributesFromPSName() there to
make it available for all platforms, not only ATSUI-based ones.

#i123895# split impfont.cxx source from metric.cxx

and move the helper function UpdateAttributesFromPSName() there to
make it available for all platforms, not only ATSUI-based ones.


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

show more ...

54ae6a3717-Dec-2013 Herbert Dürr

#i123840# normalize SalGraphics point count argument types to sal_uInt32

The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets
consolidated. 4e9 points are more than enough f

#i123840# normalize SalGraphics point count argument types to sal_uInt32

The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets
consolidated. 4e9 points are more than enough for a SalGraphics.


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

show more ...

8a718ffc17-Dec-2013 Herbert Dürr

#i123840# normalize SalFrame resolution type to sal_Int32

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

248a599f16-Dec-2013 Herbert Dürr

#i123840# add and use the sal_GlyphId type

Using the central definition adds consistency and cleans up many ad hoc
declarations. The type sal_GlyphId will become a class in the future so

#i123840# add and use the sal_GlyphId type

Using the central definition adds consistency and cleans up many ad hoc
declarations. The type sal_GlyphId will become a class in the future so
that its bitfield operations etc. can then be isolated into nice methods.


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

show more ...

a94c8ebd12-Dec-2013 Herbert Dürr

#i123840# fix narrowing conversions in CoreGraphic's array initializers

C++11 says that narrowing conversions in array initializers are illegal.
This often happened for signed/unsigned a

#i123840# fix narrowing conversions in CoreGraphic's array initializers

C++11 says that narrowing conversions in array initializers are illegal.
This often happened for signed/unsigned and 32bit/64bit mismatches when
initializing CoreGraphics elementary types. Using CoreGraphic helper
methods for primitives solves these problems and is recommended anyway.


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

show more ...

1cc6f0e212-Dec-2013 Herbert Dürr

#i123841# fix constness issues in OSX 64bit clipboard handling


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

bde8a4bd02-Dec-2013 Herbert Dürr

#i123795# variable names should not confuse vcl Window and cocoa NSWindow types

VCL's Window type and Cocoa's NSWindow type are quite different.
Naming variables as if they were the same

#i123795# variable names should not confuse vcl Window and cocoa NSWindow types

VCL's Window type and Cocoa's NSWindow type are quite different.
Naming variables as if they were the same introduces gratuitous
complexity especially when debugging stacks where both types are used.
The names of NSView type variables have been adjusted too.


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

show more ...

1234