History log of /aoo42x/main/vcl/aqua/source/ (Results 26 - 50 of 104)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d9d2cc8021-May-2014 Herbert Dürr

#i124191# small cleanup for salframeview.mm

clean up some minor warts while the behaviour remains unchanged.


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

#i124191# small cleanup for salframeview.mm

clean up some minor warts while the behaviour remains unchanged.


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

show more ...

09c47e1821-May-2014 Herbert Dürr

#i124191# fix horizontal scroll events on Mac

A problem with horizontal scrolling was reported on Mac. Reviewing the relevant
code identified some problems. The patch to fix them was con

#i124191# fix horizontal scroll events on Mac

A problem with horizontal scrolling was reported on Mac. Reviewing the relevant
code identified some problems. The patch to fix them was confirmed to also fix
the reported problem.

Found-by: erben.fr@gmail.com
Tested-by: cemonadresse@orange.fr
Tested-by: TrolliusX@t-online.de
Tested-by: thorsten.wagner.4@gmail.com


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

show more ...

00e1225820-May-2014 Herbert Dürr

#i124935# fix expanded/condensed text breaking in the CoreText engine

the concept of an extra-width per code-unit was obsolete at least since apps
supported unicode with its different no

#i124935# fix expanded/condensed text breaking in the CoreText engine

the concept of an extra-width per code-unit was obsolete at least since apps
supported unicode with its different normalization forms, diacritical marks,
surrogate-pairs, non-printing characters such as ZWJ/ZWNJ/RLM, etc. so of
course modern engines like CoreText don't aid this typographical crime.

The fix here extends the CTLayout::GetTextBreak() method to handle the obsolete
semantic of per code-unit extra-widths by successively approximating the number
of involved code-units.


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

show more ...

e89c326319-May-2014 Herbert Dürr

#i124922# allow late setting of the font color for CoreText-layouted text


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

6804777806-May-2014 Herbert Dürr

#i124823# fix the calculation of leading metrics for CoreText


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

86e1cf3429-Apr-2014 Pedro Giffuni

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...

Revision tags: AOO410
2611f30c11-Apr-2014 Herbert Dürr

#i124657# #i124617# restore lost comment markers

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

27be7afa10-Apr-2014 Herbert Dürr

#i124617# make CoreText tolerate PDF-export's unexpected font switches

For some documents it was observed that the PDF-export switches the font after
text layout and before text drawing/

#i124617# make CoreText tolerate PDF-export's unexpected font switches

For some documents it was observed that the PDF-export switches the font after
text layout and before text drawing/measuring. This use case is quite atrocious
and unexpected and crashed our CoreText glue code. The other platforms survive
it though; to minimize the risk to them only the CoreText glue gets adapted to
survive this scenario.


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

show more ...

343cc52d02-Apr-2014 Herbert Dürr

#i124509# use setenv() instead of putenv() on OSX

putenv() has changed its semantic to no longer copy input buffers which
results in problems if the input buffers were only temporary. Us

#i124509# use setenv() instead of putenv() on OSX

putenv() has changed its semantic to no longer copy input buffers which
results in problems if the input buffers were only temporary. Using
setenv(), which still copies the input buffers solves the problem.


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

show more ...

a135d00024-Mar-2014 Herbert Dürr

#i124375# force soft-hyphen visibility for CoreText to meet Writer+EEng expectations


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

#i124375# force soft-hyphen visibility for CoreText to meet Writer+EEng expectations


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

show more ...

Revision tags: AOO410_Beta
a752d5dd27-Feb-2014 Herbert Dürr

#i124233# fix CoreText measurements/justification of text with trailing spaces


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

4f2b660424-Feb-2014 Herbert Dürr

#i119006# delay AOO/Mac initial event until the app has finished lauching

delaying the initial event prevents complaints from OSX>=10.7's "windows restore"
feature to recur infinitely. A

#i119006# delay AOO/Mac initial event until the app has finished lauching

delaying the initial event prevents complaints from OSX>=10.7's "windows restore"
feature to recur infinitely. Apparently OSX cleans things up for us just before
we get the applicationDidFinishLaunching() callback. This should solve one of the
most popular support questions for AOO on Mac for good.


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

show more ...

0136726624-Feb-2014 Herbert Dürr

#i123840# prefer NSZero* constants over open coded altetnatives


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

d237788c20-Feb-2014 Herbert Dürr

#i124233# prevent the accumulation of rounding errors in CTLayout::FillDXArry()


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

bca1967418-Feb-2014 Herbert Dürr

#i124233# fix CoreText justification of text with trailing spaces

the fix works also for EditEngine by ignoring Writer's halfspace magic.
TODO: replace that halfspace magic with a generi

#i124233# fix CoreText justification of text with trailing spaces

the fix works also for EditEngine by ignoring Writer's halfspace magic.
TODO: replace that halfspace magic with a generic solution.


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

show more ...

dbfe0a5410-Feb-2014 Herbert Dürr

#i124201# rename apple_remote's MainController to AppleRemoteController

having a MainController class in the global namespace of an application with
gazillions of MVC patterns is not a g

#i124201# rename apple_remote's MainController to AppleRemoteController

having a MainController class in the global namespace of an application with
gazillions of MVC patterns is not a good idea. Renaming it to better match
its scope (i.e. the Apple Remote) cleans this up.


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

show more ...

f062572307-Feb-2014 Herbert Dürr

#i124201# re-enable the AppleRemote again

now that its nasty stability problems on 64bit AOO for OSX are fixed


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

#i124201# re-enable the AppleRemote again

now that its nasty stability problems on 64bit AOO for OSX are fixed


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

show more ...

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

12345