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 ...
|
4b444595 | 10-Apr-2014 |
Oliver-Rainer Wittmann |
124639: correct consideration of not provided header offset when checking certain read header data cherry-picked from trunk git-svn-id: https://svn.apache.org/repo
124639: correct consideration of not provided header offset when checking certain read header data cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1586357 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 ...
|
a0e0bc90 | 07-Apr-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 the ftsynth.h header doesn't need inclusion at all. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1585412 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
dc27e817 | 01-Apr-2014 |
Andre Fischer |
i124482: Special handling of input field backgrounds of Adwaita theme. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1583635 13f79535-47bb-0310-9956-ffa450edef68 |
4e95292a | 31-Mar-2014 |
Oliver-Rainer Wittmann |
124555: restore stream position after Seek to end of stream cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@158334
124555: restore stream position after Seek to end of stream cherry-picked from trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1583342 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3aedac3e | 28-Mar-2014 |
Jürgen Schmidt |
#124467# add check for image data offset against stream length, some further checks Patch By: awf git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@158266
#124467# add check for image data offset against stream length, some further checks Patch By: awf git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1582661 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
438f3012 | 28-Mar-2014 |
Jürgen Schmidt |
#i124516# handle bad surrogate pairs gracefully Patch By: hdu git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1582651 13f79535-47bb-0310-9956-ffa450edef
#i124516# handle bad surrogate pairs gracefully Patch By: hdu git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1582651 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 ...
|
270a30df | 27-Feb-2014 |
Armin Le Grand |
i15508 Added support for BMP file type git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1572717 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 |