92a5a079 | 07-Mar-2023 |
mseidel |
Small updates to markers (cherry picked from commit 80724b84d5a96ff8d9277687d70649f3ade191b7) |
c25062ba | 05-Mar-2023 |
mseidel |
Add markers for Industrial icon theme (cherry picked from commit f005e789296ca13dabcc44a124cee908f5938543) |
415f69ae | 10-Mar-2023 |
Arrigo Marchiori |
Ensure compatibility with GNU Make 4.4 (#175) Change a pattern rule with multiple targets into multiple pattern rules with single targets. Also, correct an inessential whitespac
Ensure compatibility with GNU Make 4.4 (#175) Change a pattern rule with multiple targets into multiple pattern rules with single targets. Also, correct an inessential whitespace. (cherry picked and adapted from commit ef6e816f0bb2fe7291d2ea7c6f3c877c71fe91b1)
show more ...
|
a0926775 | 07-Mar-2023 |
mseidel |
Corrected strings in Danish SDF |
95dc5ecf | 03-Mar-2023 |
mseidel |
Cleaned up resource file |
c8f99624 | 03-Mar-2023 |
mseidel |
Add crop markers for Industrial icon theme (cherry picked from commit bffc389e4fc8f9508ef90aa48655cf16a65da1ca) |
0f9cb8b0 | 01-Mar-2023 |
mseidel |
Use simple handles for crop marker (cherry picked from commit 85520d398d89a70cab691c06536b74c592f61036) |
c43a074b | 28-Nov-2014 |
Steve Yin |
Issue 125400 - CJK numbering ordered list fallback to Arabic numerals Contributor: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642310 13f79535-47bb-0310
Issue 125400 - CJK numbering ordered list fallback to Arabic numerals Contributor: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642310 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 91568915a0be2fe8ad480e6f0aa051722bd46d88)
show more ...
|
5fb93ec2 | 01-Mar-2023 |
mseidel |
Updated English dictionary |
b66cacce | 28-Feb-2023 |
mseidel |
Update path for update feed |
cfaf75ed | 28-Feb-2023 |
mseidel |
Remove Bitmaps from build (PR #163) |
441693eb | 09-Nov-2017 |
Damjan Jovanovic |
#127044# - Defects in the code Commit fixes for sub-issues 1, 2, 5, 9 and 10. Found by: AppChecker <appchecker at cnpo.ru> Patch by: me git-svn-id: https://svn.apache.o
#127044# - Defects in the code Commit fixes for sub-issues 1, 2, 5, 9 and 10. Found by: AppChecker <appchecker at cnpo.ru> Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814705 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit f1d3244ef953db9afc1728bb7d37a8d1a9c2d8bc)
show more ...
|
88920d59 | 28-Feb-2023 |
mseidel |
Updated to the latest version: - config.guess: 2022-09-17 - config.sub: 2022-09-17 |
8b6ef4e4 | 21-Feb-2023 |
mseidel |
Elements on cropmarker share borders. Separate them from each other. (cherry picked from commit 062a78fddc867c36b9b38674f01893e3600cd6d3) |
ef96bc24 | 28-Feb-2023 |
mseidel |
Update svdhdl.cxx |
295b29a9 | 26-Feb-2023 |
Matthias Seidel |
Update icons for OS/2 (#172) * Updated icon * Additional icons (cherry picked from commit 05d6d330424a302a130d1c4edff5fa25499f86da) |
69daa5cf | 19-Feb-2023 |
Arrigo Marchiori |
Integrate patch from upstream (cherry picked from commit 248a2d540f4820a645c8853244fc959fbb9d7a8d) |
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 ...
|
2650be22 | 25-Dec-2015 |
Pedro Giffuni |
Resource leak CID: 705753 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1721695 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 2fcb977626ec12
Resource leak CID: 705753 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1721695 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 2fcb977626ec12353bc2f8d399110989e216fe73)
show more ...
|
9ceaae4a | 08-Feb-2023 |
Arrigo Marchiori |
Update to expat-2.5.0 (#169) Update to expat-2.5.0 Patched into version 2.5.0-aoo. (cherry picked from commit b6c96fbc33bcb02cbd67f2d110ed776004ec6a4c) |
8064643f | 28-Feb-2023 |
mseidel |
Remove unused file |
c1b0a2bf | 28-Feb-2023 |
mseidel |
Bump up version.lst |
75d569a5 | 28-Feb-2023 |
mseidel |
Bump rev to 4.1.15 |
a0d24fb6 | 14-Jan-2023 |
Damjan Jovanovic |
rtl's round function is in the namespace ::rtl::math. Patch by: me (cherry picked from commit 01172de606a5490b5897365ac5c6e4c9140390bb) |
b253e304 | 12-Jan-2023 |
Damjan Jovanovic |
Use our own round() function declared in rtl's math.hxx, instead of the system round() function only available in C99 compilers. Patch by: me (cherry picked from commit 669616fc
Use our own round() function declared in rtl's math.hxx, instead of the system round() function only available in C99 compilers. Patch by: me (cherry picked from commit 669616fc485e35d4547ab101a0da01ce61322f47)
show more ...
|