97073f94 | 05-Jul-2024 |
John Bampton |
Fix spelling (#220) |
Revision tags: AOO420-Dev5-m5 |
|
7f5c89d5 | 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>
show more ...
|
540e608a | 26-Jun-2023 |
mseidel |
Revert "It is Portable Network Graphic, not Graphics" This reverts commit 3f1984d2e712e4148973c44c2aff5768c00d462e. |
3f1984d2 | 26-Jun-2023 |
mseidel |
It is Portable Network Graphic, not Graphics |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA |
|
4696c98e | 02-Feb-2021 |
Jim Jagielski |
fluff... only 10.9 and older |
Revision tags: AOO419-GA |
|
92af7284 | 22-Dec-2020 |
Jim Jagielski |
It is better to move *into* a struct rather than *before* one. (cherry picked from commit aa118bd3b6209f0ce1307c244bc3c9f4edf445e4) |
dfec5905 | 22-Dec-2020 |
Jim Jagielski |
Push latest updates: macOS, beanshell (cherry picked from commit ecf1c5e9ed4686657a2b296e936b55d484d94961) |
1fa20894 | 22-Dec-2020 |
Jim Jagielski |
500 is way too long. 100ms is about right. |
946b634e | 02-Dec-2020 |
Jim Jagielski |
DOUBLE_MAP on macOS is probelmatic on later systems. Punt for now. (cherry picked from commit c757d8c627d70ac92c9a1decf4153cfe497b40c6) |
d73dd1d3 | 01-Dec-2020 |
Jim Jagielski |
Huge updates to macOS UNO bridges, based on FreeBSD and Linux. (cherry picked from commit 37f4cb171557a563bb797a6166dd60f907b367f2) |
Revision tags: AOO418-GA |
|
56b8eddc | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more |
b5acf798 | 17-Sep-2020 |
mseidel |
Fixed typos (implementated -> implemented) |
Revision tags: 420-Dev2-m2 |
|
845e2aae | 20-Oct-2019 |
Ariel Constenla-Haile |
i127138 Remove the avmedia Quicktime plugin |
Revision tags: AOO417, AOO420-Dev-m1 |
|
a2457d38 | 06-Feb-2019 |
Matthias Seidel |
Converted mouse pointer from indexed color to RGB git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853094 13f79535-47bb-0310-9956-ffa450edef68 |
b7cc733f | 05-Feb-2019 |
Matthias Seidel |
Converted mouse pointer from grayscale to RGB git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853010 13f79535-47bb-0310-9956-ffa450edef68 |
308dd811 | 25-Jan-2019 |
Jim Jagielski |
macOS requires SDK 10.11 and ensure correct casting git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1852140 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 ...
|