18c07a55 | 28-Mar-2014 |
Jürgen Schmidt |
#124467# merge from aoo410 branch, add check for image data offset against stream length, some further checks git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1582689 13f79535-4
#124467# merge from aoo410 branch, add check for image data offset against stream length, some further checks git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1582689 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
248093e9 | 27-Mar-2014 |
Herbert Dürr |
#i124516# handle bad surrogate pairs gracefully on Windows When running into invalid Unicode surrogate pairs the text layout code on Windows ran into massive problems like crashes. This
#i124516# handle bad surrogate pairs gracefully on Windows When running into invalid Unicode surrogate pairs the text layout code on Windows ran into massive problems like crashes. This change detects the situation of an invalid surrogate pair and falls back to treat it as a simple character instead of requesting a complex glyph fallback. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1582374 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a135d000 | 24-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 ...
|
82623456 | 19-Mar-2014 |
Armin Le Grand |
Merge back branch alg_writerframes to trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579280 13f79535-47bb-0310-9956-ffa450edef68
|
d7e5dbc3 | 19-Mar-2014 |
Armin Le Grand |
i122984 Avoid too many Print JobSetups, be more tolerant with last line TIFF imports git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579210 13f79535-47bb-0310-9956-ffa450edef68 |
0bfedac2 | 19-Mar-2014 |
Armin Le Grand |
Resync/update with trunk as preparation to integration git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1579184 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO410_Beta |
|
d36c9801 | 11-Mar-2014 |
Herbert Dürr |
#i124394# fix inclusion of freetype's ftsynth.h header the location of this header file changed with freetype 2.51 so we had to adapt. On the other hand the header is not actually needed
#i124394# fix inclusion of freetype's ftsynth.h header the location of this header file changed with freetype 2.51 so we had to adapt. On the other hand the header is not actually needed because we load the symbols for synthetization of outlines dynamically to be compatible with freetype libs that don't support them. So we can remove the header inclusion. Found-by: Ariel Costenla-Haile <ariel@apache.org> Patch-by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1576216 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
f2092083 | 10-Mar-2014 |
Herbert Dürr |
#i124394# fix build for freetype>=2.51 headers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575922 13f79535-47bb-0310-9956-ffa450edef68 |
a752d5dd | 27-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 |
72583341 | 27-Feb-2014 |
Armin Le Grand |
i15508 Added support for BMP file type git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1572569 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
4786b108 | 23-Feb-2014 |
Yuri Dario |
#i124294# use rAppName to fill pszComment field when opening the printer device. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571026 13f79535-47bb-0310-9956-ffa450edef68 |
0663c327 | 20-Feb-2014 |
Yuri Dario |
#i123840# fix name typo in OS/2 code. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570218 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 ...
|
24da2747 | 15-Feb-2014 |
Yuri Dario |
#i107914# also OS/2 is a non-Windows platform, fix build break. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1568630 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
5e27b86b | 07-Feb-2014 |
Herbert Dürr |
#i124201# fix frame-list handling with AppleRemote events iterating beyond the end of a frame-list must be avoided git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk
#i124201# fix frame-list handling with AppleRemote events iterating beyond the end of a frame-list must be avoided git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565664 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2fb76c82 | 06-Feb-2014 |
Herbert Dürr |
#i123795# amend r1565258's commit with its missing part git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565295 13f79535-47bb-0310-9956-ffa450edef68 |
245318c3 | 06-Feb-2014 |
Herbert Dürr |
#i114728# set AOO's Mac baseline to OSX 10.7 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565259 13f79535-47bb-0310-9956-ffa450edef68 |
97dacec1 | 06-Feb-2014 |
Herbert Dürr |
#i123795# add a windowForParent() method for AquaA11yWrapper for getting the parent window of an A11y enabled NSView. The method viewElementForParent() was abused for that purpose, but i
#i123795# add a windowForParent() method for AquaA11yWrapper for getting the parent window of an A11y enabled NSView. The method viewElementForParent() was abused for that purpose, but it was mis-named and mis-typed. The new method cleans this up and the now unused viewElementForParent() method can be retired. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565258 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
82f76971 | 30-Jan-2014 |
Armin Le Grand |
i12355 Corrected case that in WinSalGraphics::setClipRegion an empty Polygon is handed over git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562980 13f79535-47bb-0310-9956-ffa4
i12355 Corrected case that in WinSalGraphics::setClipRegion an empty Polygon is handed over git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562980 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7ac1eb31 | 28-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 |