343cc52d | 02-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/trunk@1583988 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
fa004bb0 | 02-Apr-2014 |
Armin Le Grand |
i124580 corrected some conversions of scale values to integer positions git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1583969 13f79535-47bb-0310-9956-ffa450edef68 |
f8d90fbe | 02-Apr-2014 |
Steve Yin |
Issue 124573 - Office does not start when accessibility is activated. Fixed access bridge initialization issue in vcl. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@
Issue 124573 - Office does not start when accessibility is activated. Fixed access bridge initialization issue in vcl. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1583887 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a453dfd5 | 01-Apr-2014 |
Andre Fischer |
i124482: Special handling of input field backgrounds of Adwaita theme (Merged from branch AOO410). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1583637 13f79535-47bb-0310-99
i124482: Special handling of input field backgrounds of Adwaita theme (Merged from branch AOO410). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1583637 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
17c61744 | 31-Mar-2014 |
Oliver-Rainer Wittmann |
124555: restore stream position after Seek to end of stream git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1583336 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|