3d4efda8 | 14-Jan-2015 |
Tsutomu Uchino |
#i125991# catch IndexOutOfBoundsException to avoid fatal error happen when input method is used on Gtk environment git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1651591 13f79
#i125991# catch IndexOutOfBoundsException to avoid fatal error happen when input method is used on Gtk environment git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1651591 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 ...
|
c4e09a47 | 15-Oct-2014 |
Herbert Dürr |
#i63015# always default to WinAnsiEncoding for non-symbol PDF-Type1 export Suggested-By: edv@gruene.de Reviewed-By: hdu@apache.org git-svn-id: https://svn.apache.org/repos/
#i63015# always default to WinAnsiEncoding for non-symbol PDF-Type1 export Suggested-By: edv@gruene.de Reviewed-By: hdu@apache.org git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1631975 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 ...
|
f02ea3ea | 20-Jun-2014 |
Juergen Schmidt |
#121627# merge fix from aoo410 branch that fixes the geometry calculations for scroll bars git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1604149 13f79535-47bb-0310-9956-ffa45
#121627# merge fix from aoo410 branch that fixes the geometry calculations for scroll bars git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1604149 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3e526e08 | 19-Jun-2014 |
Armin Le Grand |
i125111 limit mem footprint for GraphicObjects in 32Bit environments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1603941 13f79535-47bb-0310-9956-ffa450edef68 |
674c3e76 | 06-Jun-2014 |
Oliver-Rainer Wittmann |
125000: <WinSalBitmap::ImplCreateGdiPlusBitmap()> - check last status of newly created <Gdiplus::Bitmap> instance before using it. git-svn-id: https://svn.apache.org/repos/asf/open
125000: <WinSalBitmap::ImplCreateGdiPlusBitmap()> - check last status of newly created <Gdiplus::Bitmap> instance before using it. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600861 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 ...
|
36813a85 | 21-May-2014 |
Herbert Dürr |
#i124915# use target device dependent font height again Setting a fixed default font height parameter doesn't make much sense when neither the target device nor its mapping mode nor its
#i124915# use target device dependent font height again Setting a fixed default font height parameter doesn't make much sense when neither the target device nor its mapping mode nor its target resolution are known. This change reverts revision 1589449 of bug 124686 that has already been solved differently and restores the previous behaviour so that the default height of default constructed fonts is set to 12pt when the target device becomes known. Reviewed-by: Armin Le Grand <alg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1596566 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d9d2cc80 | 21-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 ...
|
09c47e18 | 21-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 ...
|
00e12258 | 20-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 ...
|
e89c3263 | 19-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 |
68047778 | 06-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 |
86e1cf34 | 29-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 |
|
f52a0f15 | 23-Apr-2014 |
Armin Le Grand |
i124686 give empty constructed default font a default height git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1589449 13f79535-47bb-0310-9956-ffa450edef68 |
2611f30c | 11-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 |
27be7afa | 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. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1586249 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6e7df57e | 10-Apr-2014 |
Oliver-Rainer Wittmann |
124639: correct consideration of not provided header offset when checking certain read header data git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1586242 13f79535-47
124639: correct consideration of not provided header offset when checking certain read header data git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1586242 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|