d5b37d1c | 07-Mar-2023 |
20kdc |
Auto-disable use of pthread_mutexattr_setkind_np due to compile errors (Revised-Revised) The code being disabled here causes a compilation issue on Ubuntu Jammy Jellyfish. (undefined referen
Auto-disable use of pthread_mutexattr_setkind_np due to compile errors (Revised-Revised) The code being disabled here causes a compilation issue on Ubuntu Jammy Jellyfish. (undefined reference to `pthread_mutexattr_setkind_np`) The best I can tell, https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2003146 explains this somewhat. This workaround likely hasn't been necessary for the past 20 years, if glibc "converted to git" repositories are any indication (see for instance https://github.com/lattera/glibc/blob/d82e4c7bb231c9e0f835bd46467563ac3b56cebe/linuxthreads/sysdeps/pthread/pthread.h ). And indeed, anyone who would be attempting to run OpenOffice on such a system would likely encounter issues with the other varied libraries in use. Unfortunately other compilation issues prevented me from performing a full test, but osl mutex tests pass at least. (cherry picked from commit 02cabb04b49373d08a7dec0ed934e6f30ac72dc8)
show more ...
|
b88f496d | 01-Dec-2018 |
Mechtilde Stehmann |
correct typo - closed #120336 https://bz.apache.org/ooo/show.cgi?id=120336 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847893 13f79535-47bb-0310-9956-ffa450edef68 (che
correct typo - closed #120336 https://bz.apache.org/ooo/show.cgi?id=120336 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847893 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 4e5ac2044c5d4ddfea4e988b9a6ae4ccc4f5a9ac)
show more ...
|
024fb564 | 24-Nov-2015 |
Pedro Giffuni |
Uninitialized scalar variable CID: 1028321, 1028322, 1028323 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716157 13f79535-47bb-0310-9956-ffa450edef68 (cherr
Uninitialized scalar variable CID: 1028321, 1028322, 1028323 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716157 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 788ab3968fb42204e6527a9cf69780b02b72484b)
show more ...
|
e467b8b3 | 24-Nov-2015 |
Pedro Giffuni |
Use after Free CID: 1158520 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716173 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 47edcb93f4af
Use after Free CID: 1158520 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716173 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 47edcb93f4af8a248c85b99626a69d12acc672b7)
show more ...
|
602bfd8a | 24-Nov-2015 |
Pedro Giffuni |
Resource leak CID: 1229496 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716174 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 20a3ff3db7d26
Resource leak CID: 1229496 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716174 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 20a3ff3db7d26d160f49eb54a787f076b2d072d3)
show more ...
|
c8f60fb6 | 12-Mar-2023 |
mseidel |
Add icon for NumberFormatTime in classic icon theme |
2d51995b | 12-Mar-2023 |
mseidel |
Add icon for NumberFormatTime |
b593925b | 08-Mar-2023 |
mseidel |
Make gluepoint more visible (cherry picked from commit fb9aa39a6a9f09668247d499064dc47fc306b35c) |
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 ...
|
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 ...
|