- 11 Nis, 2014 1 kayıt (commit)
-
-
Herbert Dürr yazdı
-
- 10 Nis, 2014 11 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
Patch by: Irek Khaziev <khazirek@mail.ru>
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Armin Le Grand yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
Locale data contributed by Irek Khaziev <khazirek@mail.ru>
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
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.
-
Oliver-Rainer Wittmann yazdı
-
Oliver-Rainer Wittmann yazdı
-
Oliver-Rainer Wittmann yazdı
-
- 09 Nis, 2014 1 kayıt (commit)
-
-
Jürgen Schmidt yazdı
-
- 08 Nis, 2014 1 kayıt (commit)
-
-
Armin Le Grand yazdı
-
- 07 Nis, 2014 2 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
Armin Le Grand yazdı
-
- 06 Nis, 2014 2 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
Patch by: Timo Putzer <tputzer@gmx.de>
-
Oliver-Rainer Wittmann yazdı
-
- 05 Nis, 2014 3 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
Locale data contributed by Timo Putzer <tputzer@gmx.de>
-
Ariel Constenla-Haile yazdı
-
- 02 Nis, 2014 3 kayıt (commit)
-
-
Herbert Dürr yazdı
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.
-
Armin Le Grand yazdı
-
Steve Yin yazdı
Fixed access bridge initialization issue in vcl.
-
- 01 Nis, 2014 3 kayıt (commit)
-
-
Andre Fischer yazdı
i124573: Initialize flags to allow acess bridge initialization to fail gracefully (Merged from branch AOO410).
-
Andre Fischer yazdı
-
Oliver-Rainer Wittmann yazdı
124553: <SwAcccessibleCell::SwAccessibleCell(..)> - correct initialization of new members introduced for IA2
-
- 31 Mar, 2014 3 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
Andre Fischer yazdı
-
Oliver-Rainer Wittmann yazdı
-
- 28 Mar, 2014 7 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Jürgen Schmidt yazdı
-
Oliver-Rainer Wittmann yazdı
-
Jürgen Schmidt yazdı
#124467# merge from aoo410 branch, add check for image data offset against stream length, some further checks
-
Jürgen Schmidt yazdı
#124453# merge from aoo410 branch, check if the resulting polygon has already exceeded the number of points (2^16) that can be handled by a tools polygon
-
Jürgen Schmidt yazdı
-
Armin Le Grand yazdı
-
- 27 Mar, 2014 3 kayıt (commit)
-
-
Jürgen Schmidt yazdı
-
Herbert Dürr yazdı
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.
-
Herbert Dürr yazdı
When exceptions are passed around in uno::Any types to be thrown later it was observed on OSX64 that the type_info symbols of these exceptions were not available anywhere. On most platforms the UNO bridge would synthesize them by emulating how the platform's toolchain would do it. Forcing the emission of the type_infos by the real toolchain is much better than second guessing and reverse engineering its operation. An even better approach would be to have the ucb throw the exceptions itself instead of wrapping, rewrapping, unwrapping, etc. them. Once this is done the dummyThrower helper function is no longer needed.
-