Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121 |
|
d61abae7 | 25-Dec-2015 |
Tsutomu Uchino |
#i126753# fix invalid parse of GSUB table for OpenType fonts git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1721674 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked fro
#i126753# fix invalid parse of GSUB table for OpenType fonts git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1721674 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit b784edbfa8dce4c0dc079dfcc69b640739b6e9e9)
show more ...
|
4b612aeb | 09-Dec-2022 |
Arrigo Marchiori |
More checks (cherry picked from commit 908738a448df22237df99329d2e7141e168737d9) |
ff5c5583 | 21-Oct-2022 |
Damjan Jovanovic |
Free the rtl_UnicodeToTextContext with rtl_destroyTextToUnicodeContext() instead of rtl_destroyTextToUnicodeConverter(). This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128539
Free the rtl_UnicodeToTextContext with rtl_destroyTextToUnicodeContext() instead of rtl_destroyTextToUnicodeConverter(). This fixes https://bz.apache.org/ooo/show_bug.cgi?id=128539 Patch by: me (cherry picked from commit fb3d7646562a8e2f3f690b2fdbc7faaa1b30aa42)
show more ...
|
f1dd8134 | 07-Jun-2022 |
mseidel |
Make FadeIn/Out arrow on splitwindow better visible (cherry picked from commit 27b8d3b44ca66e252fbe603245a8c6e3b59b11ad) |
e73de291 | 10-Mar-2022 |
mseidel |
Fixed my own typo (cherry picked from commit ca7c0c6e50b79f337b7c57da6635f687830d5d1a) |
61648e64 | 10-Mar-2022 |
mseidel |
Make grip in split window more visible, minor cleanup (cherry picked from commit 649f2b9f21645385e84c375f644cdcf6f1c28418) |
789f9e36 | 23-Feb-2022 |
mseidel |
Simplified code, removed whitespace (cherry picked from commit 16b831647e22a4485fe31ed10b5daaa0e936ff72) |
66241dbe | 22-Feb-2022 |
mseidel |
Make grip in toolbar more visible (cherry picked from commit 8c545591f1b0cc92a02675eca44ae8ad466cc90a) |
9a32b390 | 29-Aug-2021 |
mseidel |
Cleaned up resource files (cherry picked from commit 0e248b019b462c6a3c6d5b0b6a4fc444bc6c5a80) |
b5a0981c | 24-Nov-2020 |
mseidel |
Small optical change in options dialog (cherry picked from commit 0a3fe1a69aacfdaa04a60723e1c4a27dcce30550) |
25e830b3 | 08-Feb-2021 |
Arrigo Marchiori |
use std::vector instead of fixed-size array of cffLocal objects (#89) Also cleanup (compilation warnings, data types used only once) and add some comments (cherry picked from commit
use std::vector instead of fixed-size array of cffLocal objects (#89) Also cleanup (compilation warnings, data types used only once) and add some comments (cherry picked from commit 28337f97741b07126276d340a03620ea61fffcac)
show more ...
|
4f60319c | 17-Oct-2020 |
Akikazu Yoshikawa |
Fix for crashing in exporting PDF with a Noto Serif CJK JP font. (#106) (cherry picked from commit 65eb26c10610909590c880569cf5457c67aa4693) |
971776bc | 15-Oct-2016 |
pfg |
CFF: raise FDArray count limit to 256. Per spec, the maximum for FDArray elements is 256, something that is not common but some people like to test the limits [1]. Thanks to Aud
CFF: raise FDArray count limit to 256. Per spec, the maximum for FDArray elements is 256, something that is not common but some people like to test the limits [1]. Thanks to Audrey Tang for posting a patch under CC0 Universal declaration which I found by accident. [1] http://blogs.adobe.com/CCJKType/2012/05/all-unicode-cfr.html git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1765111 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 30928f5456b84e4f631e6ab589da3fe977b55cd5)
show more ...
|
68c47c4e | 30-Jun-2020 |
mseidel |
Fix -Wformat-security warnings. Contributed by: truckman |
f549c9e0 | 16-Jun-2016 |
truckman |
#i126999#: fix vcl/source/glyphs/graphite_layout.cxx compile with libc++ 3.8.0 Rename local inline function round() to round2long() to avoid ambiguity with libc++ round() function and be
#i126999#: fix vcl/source/glyphs/graphite_layout.cxx compile with libc++ 3.8.0 Rename local inline function round() to round2long() to avoid ambiguity with libc++ round() function and better describe its functionality. This fixes a compile error when building with libc++ version 3.8.0, which was first observed with FreeBSD 11.0. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1748663 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit a4e19be7f6f6069ba569aa50c7f757af9e497d27)
show more ...
|
a529b01c | 01-Sep-2016 |
truckman |
Fix -Wshift-negative-value compiler warnings. The result of shifting negative integer values is undefined, so change the operand to be unsigned. git-svn-id: https://svn.ap
Fix -Wshift-negative-value compiler warnings. The result of shifting negative integer values is undefined, so change the operand to be unsigned. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758692 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit b296461cbb97e87a3394616aaf6cc6e89aafbd4c)
show more ...
|
58033707 | 02-Dec-2018 |
Matthias Seidel |
i123192 - Word Count Dialog: last digit truncated at the right Patch by: hanya Thank you for your contribution! git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
i123192 - Word Count Dialog: last digit truncated at the right Patch by: hanya Thank you for your contribution! git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847988 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit adc7b1f790512bbeb466e077353e143eea75598c)
show more ...
|
1759aa31 | 26-Jan-2019 |
Matthias Seidel |
Merge r1846349 from trunk i127929 - Fix for crash in Freetype code git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO417@1852259 13f79535-47bb-0310-9956-ffa450edef
Merge r1846349 from trunk i127929 - Fix for crash in Freetype code git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO417@1852259 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
17200258 | 11-Oct-2018 |
Matthias Seidel |
i127874 - Merge r1837765 from trunk nActiveCharPos can be less than mnMinCharPos if the ScriptItemize() call in UniscribeLayout::LayoutText() finds a mult-character script item that
i127874 - Merge r1837765 from trunk nActiveCharPos can be less than mnMinCharPos if the ScriptItemize() call in UniscribeLayout::LayoutText() finds a mult-character script item that starts in the leading context and overlaps into the start of the run. UniscribeLayout::LayoutText() drops the glyphs for the context characters, but does not (yet?) adjust the starting character position of the item. Since the text layout direction can't change in the middle of the offending script item, we can safely use the direction at the start of the run. Submitted by: truckman git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843572 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7a3beb32 | 11-Oct-2018 |
Matthias Seidel |
Rollback to Rev. 1843088 due to build errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843571 13f79535-47bb-0310-9956-ffa450edef68 |
47721aa3 | 08-Oct-2018 |
Peter Kovacs |
Issue 127874 - fix bad potential invalid subscript bug when using Microsoft Uniscribe text layout API git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843111 13f79535
Issue 127874 - fix bad potential invalid subscript bug when using Microsoft Uniscribe text layout API git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO416@1843111 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
5ef76adf | 24-Sep-2015 |
Andrea Pescetti |
#i126560# Fix print job counter reset. Patch by: Damjan Jovanovic <damjan@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705195 13f79535-47bb-0
#i126560# Fix print job counter reset. Patch by: Damjan Jovanovic <damjan@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705195 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
48315133 | 24-Sep-2015 |
Kay Schenk |
#i63015# Merged from trunk r 1631975 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705192 13f79535-47bb-0310-9956-ffa450edef68 |
13a3daf1 | 20-Jun-2014 |
Juergen Schmidt |
#121627# integrate patch that fixes the geometry calculations for scroll bars git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1604121 13f79535-47bb-0310-9956-ffa450ed
#121627# integrate patch that fixes the geometry calculations for scroll bars git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1604121 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5b651169 | 13-Jun-2014 |
Herbert Dürr |
#i124922# allow late setting of the font color for CoreText-layouted text Merged from AOO's trunk revision 1595858 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branc
#i124922# allow late setting of the font color for CoreText-layouted text Merged from AOO's trunk revision 1595858 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602365 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|