History log of /trunk/main/vcl/aqua/source/gdi/ (Results 1 - 25 of 58)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
97073f9405-Jul-2024 John Bampton

Fix spelling (#220)

Revision tags: AOO420-Dev5-m5
7f5c89d530-Nov-2023 John Bampton

misc: fix spelling (#187)

* misc: fix spelling

* Update TestExtension.java

* Update FilterFactory.idl

* Update ExtendedTypeDetectionFactory.idl

* Update L

misc: fix spelling (#187)

* misc: fix spelling

* Update TestExtension.java

* Update FilterFactory.idl

* Update ExtendedTypeDetectionFactory.idl

* Update LocationTest.java

* Update HelpComponent.java

* Update HelpSearch.java

* Update TestExtension.java

* Update SOReportJobFactory.java

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

show more ...

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA
4696c98e02-Feb-2021 Jim Jagielski

fluff... only 10.9 and older

Revision tags: AOO419-GA, AOO418-GA
56b8eddc25-Sep-2020 mseidel

Fixed typo (explicitely -> explicitly) and some more

b5acf79817-Sep-2020 mseidel

Fixed typos (implementated -> implemented)

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411
1df6489c21-Oct-2014 Herbert Dürr

#i125776# handle OSX SDK 10.9 changes regarding NSPrintingOrientation -> NSPaperOrientation

SDK 10.9 changed the NSPrintInfo::orientation method to take a parameter of type
NSPaperOrient

#i125776# handle OSX SDK 10.9 changes regarding NSPrintingOrientation -> NSPaperOrientation

SDK 10.9 changed the NSPrintInfo::orientation method to take a parameter of type
NSPaperOrientation (i.e. enum) instead of NSPrintingOrientation (i.e. NSUInteger).
The actual values are the same so the binaries work fine on older and newer platforms,
but the type mismatch on the newer SDK would break the build.


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

show more ...

1261ca0814-Jul-2014 Herbert Dürr

#i125234# the scrollbar arrows disappeared in OSX>=10.7

so the native-widget assumptions about the scrollbar layout has to be adjusted.


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

#i125234# the scrollbar arrows disappeared in OSX>=10.7

so the native-widget assumptions about the scrollbar layout has to be adjusted.


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

show more ...

e2c1660d02-Jun-2014 Herbert Dürr

#i125020# allow antialiasing on all update borders for Aqua graphics


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

bff5195502-Jun-2014 Herbert Dürr

#i125020# fix rounding error in AquaSalGraphics::RefreshRect()

Rounding left and width down can accumulate a rounding error of almost two in
the calculation of right. The existing code c

#i125020# fix rounding error in AquaSalGraphics::RefreshRect()

Rounding left and width down can accumulate a rounding error of almost two in
the calculation of right. The existing code compensates for this by increasing
the width by two, but since left has been decremented by one to accommodate for
antialiasing artifacts this compensation is one to little. Y-pos and height have
the same problems and get the matching fix.


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

show more ...

5848046b02-Jun-2014 Herbert Dürr

#i125020# fix the calculation of the text-update rectangle in CoreText

by doing the calculation before CTLineDraw() updates the text position.
Requesting the update early is possible bec

#i125020# fix the calculation of the text-update rectangle in CoreText

by doing the calculation before CTLineDraw() updates the text position.
Requesting the update early is possible because that update region is
not used until AquaSalInstance::Yield().


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

show more ...

34ea1dd528-May-2014 Herbert Dürr

#i98991# remove Aqua Pinstripe background in dialogs

Patch-by: Thorsten Wagner <thorsten.wagner.4@gmail.com>
Reviewed-by: Herbert Duerr <hdu@apache.org>


git-svn-id: https:/

#i98991# remove Aqua Pinstripe background in dialogs

Patch-by: Thorsten Wagner <thorsten.wagner.4@gmail.com>
Reviewed-by: Herbert Duerr <hdu@apache.org>


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

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

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

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

123