3a4108e5 | 05-Jul-2024 |
John Bampton |
Fix spelling (#220) (cherry picked from commit 97073f9464f9893686b81544ed4c1f5e9f765220) |
Revision tags: AOO420-Dev5-m5 |
|
509df7cb | 30-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> (cherry picked from commit 7f5c89d5b2565ed069498a1c8ac682c2e94f3fe2)
show more ...
|
58d7fd1e | 26-Jun-2023 |
mseidel |
Revert "It is Portable Network Graphic, not Graphics" This reverts commit 21eb51a504da8dc735bfb770222efeb72c3997b8. |
21eb51a5 | 26-Jun-2023 |
mseidel |
It is Portable Network Graphic, not Graphics (cherry picked from commit 3f1984d2e712e4148973c44c2aff5768c00d462e) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA |
|
ce29a7ce | 02-Feb-2021 |
Jim Jagielski |
fluff... only 10.9 and older (cherry picked from commit 4696c98e713dc1dac134d1cd435197cdaf74f76a) |
Revision tags: AOO419-GA |
|
aa118bd3 | 22-Dec-2020 |
Jim Jagielski |
It is better to move *into* a struct rather than *before* one. |
ecf1c5e9 | 22-Dec-2020 |
Jim Jagielski |
Push latest updates: macOS, beanshell |
32446d21 | 22-Dec-2020 |
Jim Jagielski |
500 is way too long. 100ms is about right. (cherry picked from commit 1fa20894c018f00926ab113153d113b2173a3d45) |
c757d8c6 | 02-Dec-2020 |
Jim Jagielski |
DOUBLE_MAP on macOS is probelmatic on later systems. Punt for now. |
37f4cb17 | 01-Dec-2020 |
Jim Jagielski |
Huge updates to macOS UNO bridges, based on FreeBSD and Linux. |
Revision tags: AOO418-GA |
|
6d53c851 | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more (cherry picked from commit 56b8eddca8dfa483d4f8ff0d4ce385505d8407b6) |
5b21bb1f | 17-Sep-2020 |
mseidel |
Fixed typos (implementated -> implemented) (cherry picked from commit b5acf79805e7f0a71facf3aabec1715348370040) |
Revision tags: 420-Dev2-m2 |
|
b720c592 | 20-Oct-2019 |
Ariel Constenla-Haile |
i127138 Remove the avmedia Quicktime plugin (cherry picked from commit 845e2aaed316432f79097128de0c3797d5756a54) |
Revision tags: AOO417, AOO420-Dev-m1 |
|
e7dbd3e3 | 25-Jan-2019 |
Jim Jagielski |
Backport trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1852150 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416, AOO416-RC1, AOO415, AOO414 |
|
c235b4bc | 12-Oct-2017 |
Jim Jagielski |
macOS compilation fixes, mostly due to 10.7/10.9 SDK differences and items deprecated git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811982 13f79535-47bb-0310-9956-ffa450
macOS compilation fixes, mostly due to 10.7/10.9 SDK differences and items deprecated git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811982 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
f9bb485f | 24-Jun-2015 |
Herbert Dürr |
#i105098# fix drag&drop insertion of files/images on Mac Fixed-by: Manik <mm30f@yahoo.com> Reviewed-by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/re
#i105098# fix drag&drop insertion of files/images on Mac Fixed-by: Manik <mm30f@yahoo.com> Reviewed-by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1687177 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
acc5f2a3 | 31-Oct-2014 |
Herbert Dürr |
#i125815# fix build breaker with Mac 10.10 SDK git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1635806 13f79535-47bb-0310-9956-ffa450edef68 |
1df6489c | 21-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 ...
|
1261ca08 | 14-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 ...
|
b9dcda98 | 25-Jun-2014 |
Herbert Dürr |
#i122471# make the Mac lookup feature handle the correct word git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1605355 13f79535-47bb-0310-9956-ffa450edef68 |
cbc3d696 | 23-Jun-2014 |
Herbert Dürr |
#i124970# fix DocumentFocusListener::notifyEvent's handling of IndexOutOfBoundsException the DocumentFocusListener::notifyEvent() throw list only allows a RuntimeException to propagate.
#i124970# fix DocumentFocusListener::notifyEvent's handling of IndexOutOfBoundsException the DocumentFocusListener::notifyEvent() throw list only allows a RuntimeException to propagate. The methods called in notifyEvent() allow IndexOutOfBoundsException though, so it must be handled in all cases to prevent C++ from invoking its unexpected() abort mechanisms. Ceterum censeo, non-empty throw lists should be removed altogether... git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1604709 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e2c1660d | 02-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 |
bff51955 | 02-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 ...
|
5848046b | 02-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 ...
|
34ea1dd5 | 28-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 ...
|