Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1 |
|
300bfcc4 | 25-Jan-2019 |
Jim Jagielski |
Ensure correct casting git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1852140 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 308dd811e05d8f968d4ee83245eeb
Ensure correct casting git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1852140 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 308dd811e05d8f968d4ee83245eeba8c178b0637)
show more ...
|
fcb37b40 | 20-Oct-2019 |
Ariel Constenla-Haile |
i127138 Remove the avmedia Quicktime plugin (cherry picked from commit 845e2aaed316432f79097128de0c3797d5756a54) |
Revision tags: AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
eae433d6 | 25-Sep-2015 |
Andrea Pescetti |
#i125815# Fix build breaker with Mac 10.10 SDK. Patch by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705376 13f79535-47b
#i125815# Fix build breaker with Mac 10.10 SDK. Patch by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705376 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7a9f13c2 | 25-Sep-2015 |
Andrea Pescetti |
#i125776# handle OSX SDK 10.9 changes regarding NSPrintingOrientation -> NSPaperOrientation Patch by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/ope
#i125776# handle OSX SDK 10.9 changes regarding NSPrintingOrientation -> NSPaperOrientation Patch by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705373 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
07fa38b7 | 15-Jul-2015 |
Andrea Pescetti |
#i105098# fix drag&drop insertion of files/images on Mac Fixed-by: Manik Malhotra <mm30f@yahoo.com> Reviewed-by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apac
#i105098# fix drag&drop insertion of files/images on Mac Fixed-by: Manik Malhotra <mm30f@yahoo.com> Reviewed-by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1691118 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9d741b66 | 18-Jul-2014 |
Herbert Dürr |
#i125234# native-widget scrollbar arrows disappeared in OSX>=10.7 Merged from trunk revision 1610422 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@161
#i125234# native-widget scrollbar arrows disappeared in OSX>=10.7 Merged from trunk revision 1610422 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1611604 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
54a6759e | 30-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... Merged from trunk revision 1604709 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1606707 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
1eb28822 | 25-Jun-2014 |
Herbert Dürr |
#i122471# make the Mac lookup feature handle the correct word Merged from trunk revision 1605355 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1605360
#i122471# make the Mac lookup feature handle the correct word Merged from trunk revision 1605355 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1605360 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
29f7de43 | 13-Jun-2014 |
Herbert Dürr |
#i125020# fix the repainting problem for update rectangles with CoreText by doing the calculation before CTLineDraw() updates the text position. Requesting the update early is possible b
#i125020# fix the repainting problem for update rectangles with 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(). The fix also accounts for worst-case rounding effects when the processing the repaint rectangles. Merged from AOO's trunk revisions 1599169, 1599173 and 1599174 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602370 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b5accd65 | 13-Jun-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. Text expansion/compression to a specified width percentage of a plain text layout would be a much better alternative to the per-code-unit expansion which should be removed if was not backward compatibility of text layouts. 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. Merged from AOO's trunk revision 1596218 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602369 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5b651169 | 13-Jun-2014 |
Herbert Dürr |
#i124922# allow late setting of the font color for CoreText-layouted text Merged from AOO's trunk revision 1595858 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branc
#i124922# allow late setting of the font color for CoreText-layouted text Merged from AOO's trunk revision 1595858 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602365 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d443b74f | 13-Jun-2014 |
Herbert Dürr |
#i124823# fix the calculation of leading metrics for CoreText Merged from AOO's trunk revision 1592692 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1
#i124823# fix the calculation of leading metrics for CoreText Merged from AOO's trunk revision 1592692 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602358 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
1112b7d6 | 13-Jun-2014 |
Herbert Dürr |
#i124191# small cleanup for salframeview.mm clean up some minor warts while the behaviour remains unchanged. Merged from AOO trunk revision 1596494 git-svn-id: https:/
#i124191# small cleanup for salframeview.mm clean up some minor warts while the behaviour remains unchanged. Merged from AOO trunk revision 1596494 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602355 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
53992d16 | 13-Jun-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 Tested-by: jsc@apache.org Merged from AOO trunk revision 1596491 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602354 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410 |
|
beee6bf3 | 11-Apr-2014 |
Herbert Dürr |
#i124617# restore lost comment markers Merged from trunk revision 1586583. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1586584 13f79535-47bb-0310-99
#i124617# restore lost comment markers Merged from trunk revision 1586583. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1586584 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
99a05e04 | 10-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. Merged from trunk revision 1586249. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1586250 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3c3e6682 | 07-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/branches/AOO410@1585415 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
250ab64b | 24-Mar-2014 |
Herbert Dürr |
#i124375# force soft-hyphen visibility for CoreText to meet Writer+EEng expectations merged from trunk revision 1580779 git-svn-id: https://svn.apache.org/repos/asf/openoffice/
#i124375# force soft-hyphen visibility for CoreText to meet Writer+EEng expectations merged from trunk revision 1580779 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1580780 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410_Beta |
|
61277561 | 28-Feb-2014 |
Herbert Dürr |
#i124233# fix CoreText measurements/justification of text with trailing spaces merged from trunk revision 1572587 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branch
#i124233# fix CoreText measurements/justification of text with trailing spaces merged from trunk revision 1572587 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1572868 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4f2b6604 | 24-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 ...
|
01367266 | 24-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 |
d237788c | 20-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 |
bca19674 | 18-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 ...
|
dbfe0a54 | 10-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 ...
|
f0625723 | 07-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 ...
|