- 14 Şub, 2016 4 kayıt (commit)
-
-
Kay Schenk yazdı
Patch by: hanya
-
Kay Schenk yazdı
Patch by: hanya
-
Kay Schenk yazdı
patch by: orcmid
-
Andrea Pescetti yazdı
-
- 13 Şub, 2016 1 kayıt (commit)
-
-
Damjan Jovanovic yazdı
Patch by: me
-
- 12 Şub, 2016 1 kayıt (commit)
-
-
Pedro Giffuni yazdı
The Hangul Word Processor filter was disabled from OpenOffice in r1677190 due to security concerns. While some extra buffer controls could have been made and the filter restored, the truth is a much bigger effort is required to catch up with this format. Files created with later editions of Hangul, including Hangul Wordian, Hangul 2002, Hangul 2005 and Hangul 2007 cannot be opened with the existing filter. Existing users can apparently download a free viewer and convert their document to RTF or doc. Drop completely the code. while here also drop remnants of wpd support that we dropped since 3.4.1. Having less code is sometimes better.
-
- 11 Şub, 2016 1 kayıt (commit)
-
-
Damjan Jovanovic yazdı
The build script (used only on MSVC, not MingW or other OSes) for icu generates nmake makefiles for the build using icu's source/allinone/allinone.sln, in which layoutex doesn't list a dependency on i18n, despite linking to icuin.lib from i18n, which sporadically causes the icu build to fail. This is really an upstream bug, however upstream doesn't build using allinone.sln so we are affected more. This patch declares the missing dependecy, and makes icu build reliably. Patch by: me Tested by: pats
-
- 07 Şub, 2016 1 kayıt (commit)
-
-
Damjan Jovanovic yazdı
This was probably a remnant from the days when the Mozilla address book was a database driver we supported. Patch by: me
-
- 06 Şub, 2016 2 kayıt (commit)
-
-
Damjan Jovanovic yazdı
need it for pipes too, and even if it isn't necessary it can't hurt. In particular, on FreeBSD 11-CURRENT it seems pipes no longer wake up from accept when closed in other threads, so let's deal with that before FreeBSD 11 is released. Reported by: Matthias Apitz <g u r u a t u n i x a r e a d o t d e> Patch by: me Tested by: Matthias Apitz <g u r u a t u n i x a r e a d o t d e>
-
Damjan Jovanovic yazdı
downloaded. If dependencies fail to download, the build usually fails later. This is apparent on our buildbots. Rather catch it early. Patch by: me
-
- 05 Şub, 2016 3 kayıt (commit)
-
-
Kay Schenk yazdı
-
Kay Schenk yazdı
-
Kay Schenk yazdı
-
- 03 Şub, 2016 1 kayıt (commit)
-
-
Damjan Jovanovic yazdı
pointer, as that function actually expects a PR_GetErrorTextLength() + 1 sized buffer. Use it correctly. Patch by: me
-
- 29 Ock, 2016 1 kayıt (commit)
-
-
Damjan Jovanovic yazdı
Patch by: me
-
- 28 Ock, 2016 2 kayıt (commit)
-
-
Kay Schenk yazdı
Ignore dictionary not in specified location.
-
Damjan Jovanovic yazdı
Fix a regression caused by r1710853 and which always existed in some files, where <prewin.h> and <postwin.h> were being included before and after <windows.h>, yet unavailable as the tools module isn't built (and can't be) before sal. Patch by: j.nitschke at ok.de Review by: me
-
- 21 Ock, 2016 1 kayıt (commit)
-
-
Damjan Jovanovic yazdı
Fix handling of the "isRelative" option in Mozilla's profiles.ini files. Patch by: Arrigo Marchiori <ardovm at yahoo dot it> Review by: me
-
- 16 Ock, 2016 1 kayıt (commit)
-
-
Damjan Jovanovic yazdı
Fix a serious cross-platform regression caused during SeaMonkey's removal and first released in version 4.1.0, where all features provided by NSS (like opening and saving encrypted documents, digital signatures, etc.) were failing. SYSTEM_MOZILLA doesn't exist any more, yet was being used to check whether to skip loading nssckbi when SECMOD_HasRootCerts() is true, so we were always attempting to load it even when not necessary. Also with SYSTEM_MOZILLA skipping loading it from the system path, we were always trying to load it from "${OOO_BASE_DIR}/program/libnssckbi.so" even when it wasn't there because --with-system-nss was passed to ./configure. This patch fixes the above problems by using SYSTEM_NSS instead of SYSTEM_MOZILLA, which actually exists, now both skipping loading nssckbi when unnecessary, and loading it from the right place when necessary. Patch-by: me
-
- 09 Ock, 2016 2 kayıt (commit)
-
-
Andrea Pescetti yazdı
Patch By: j.nitschke <j.nitschke@ok.de>
-
Andrea Pescetti yazdı
Patch By: j.nitschke <j.nitschke@ok.de>
-
- 03 Ock, 2016 4 kayıt (commit)
-
-
Pedro Giffuni yazdı
The buildbots were not fetching the original tarball so we cached thin in ext_sources (r1722746). Found by: damjan
-
Dennis E. Hamilton yazdı
is covered under the Oracle SGA and the overall license and notice provisions for this code.
-
Pedro Giffuni yazdı
It broke the buildots .. requires some investigation.
-
Pedro Giffuni yazdı
-
- 02 Ock, 2016 2 kayıt (commit)
-
-
Pedro Giffuni yazdı
Highlights include: - A regression in the mimetypes module on Windows has been fixed. - A possible overflow in the buffer type has been fixed. - A bug in the CGIHTTPServer module which allows arbitrary execution of code in the server root has been patched. - A regression in the handling of UNC paths in os.path.join has been fixed. - Many bugfixes. As a side note: building with mingw remains supported and, given that the status of clang in Windows keeps improving, it is very likely to disappear in the future.
-
Pedro Giffuni yazdı
Disabling the fonts was causing issues with fc_local.conf
-
- 30 Ara, 2015 1 kayıt (commit)
-
-
Pedro Giffuni yazdı
libpng is is a dependency for cairo, but cairo is rarely used within AOO and if required it is usually brought in through the system cairo. We don't even carry libpng in the dependency list. Updating this library is mostly innocuous but considering CVE-2015-8540 it is convenient to keep our copy updated JIC.
-
- 29 Ara, 2015 5 kayıt (commit)
-
-
Pedro Giffuni yazdı
Missing changes -- slight mess here :-/.
-
Pedro Giffuni yazdı
Missing changes.
-
Pedro Giffuni yazdı
Changes ar really small but this may be the last version in the 0.9.8 series. Newer versions are bigger and consequently have a bad security record. We should probably consider alternatives for future updates.
-
Pedro Giffuni yazdı
Carlito is a modern, friendly sans-serif font, metric-compatible with Microsoft's Calibri font. Carlito comes in regular, bold, italic, and bold italic. The family covers Latin-Greek-Cyrillic (not a complete set, though) with about 2,000 glyphs. Designed by Lukasz Dziedzic available under Open Font License. ____ In general it's a bad practice to bring new features/fonts under a Category B license: in this case we do it purely for compatibility with other office suites and we apply the regular rules for Category B.
-
Pedro Giffuni yazdı
-
- 26 Ara, 2015 1 kayıt (commit)
-
-
Pedro Giffuni yazdı
Caladea is a modern Latin typeface inspired by the contrast, style and ornaments of Khmer typefaces and writing styles. Its main objective is to be used to write Latin texts in a Khmer context, but it is also an elegant choice for all kinds of texts. Designed by Carolina Giovagnoli and Andres Torresi for Huerta Tipografica under an Apache 2.0 License. ____ This is specially interesting as it is metrically compatible with MS Cambria. While here sort out some issues: - Sadly, we don't really carry an equivalent for "Arial Narrow". - There is not need for Arimo in the Windows platform.
-
- 25 Ara, 2015 2 kayıt (commit)
-
-
Pedro Giffuni yazdı
CID: 705753
-
Tsutomu Uchino yazdı
-
- 19 Ara, 2015 1 kayıt (commit)
-
-
Pedro Giffuni yazdı
All systems should have strlcpy.
-
- 15 Ara, 2015 2 kayıt (commit)
-
-
Damjan Jovanovic yazdı
Allow the Else in a single-line If statement to be terminated by a comment instead of only EOL. Patch by: me
-
Damjan Jovanovic yazdı
Implement the Tab() function in AOO Basic. Patch by: me
-
- 13 Ara, 2015 1 kayıt (commit)
-
-
Damjan Jovanovic yazdı
Patch by: me
-