History log of /trunk/ (Results 676 - 700 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8a7b2c9424-Jan-2023 mseidel

Adjusted transparency

31e9cb6623-Jan-2023 mseidel

Cleaned up resource file

1059e62b22-Jan-2023 mseidel

Fixed typos, removed whitespace

2176e6ab22-Jan-2023 Arrigo Marchiori

More checks

6bfd9a3f21-Jan-2023 mseidel

Small visual change to my last commit

cffb350021-Jan-2023 mseidel

Simplified graphic for frame anchor

a0f0f82a20-Jan-2023 mseidel

Small adjustment

2e9e6ff020-Jan-2023 mseidel

Updating LICENSE for zlib 1.2.13

8ef8ad0620-Jan-2023 Damjan Jovanovic

With our "-std=gnu++98", building with Clang and internal Boost breaks in
several places, because Clang doesn't expose the tuple type but Boost
expects it.

Define BOOST_NO_CXX11_HDR_

With our "-std=gnu++98", building with Clang and internal Boost breaks in
several places, because Clang doesn't expose the tuple type but Boost
expects it.

Define BOOST_NO_CXX11_HDR_TUPLE when using Clang and internal Boost so
that Boost uses its own tuple type.

Patch by: me

show more ...

a72d41dc20-Jan-2023 Damjan Jovanovic

Allow us to build against the C++14 standard, while
not breaking compatibility with C++98.

Clang 13 and 15 on FreeBSD can successfully compile OpenOffice
when "-std=c++14" is set in

Allow us to build against the C++14 standard, while
not breaking compatibility with C++98.

Clang 13 and 15 on FreeBSD can successfully compile OpenOffice
when "-std=c++14" is set in gbuild and dmake, and Clang 15 can
still compile it with these changes and "-std=gnu++98".

Most of the changes involved fixing bad code, eg. NULL being
implicitly converted to sal_False, NULL being converted to typed
pointers using reinterpet_cast instead of static_cast, and integer
conversions to shorter integers.

Note that this does not change the currently targeted C++
standard on Linux and FreeBSD, which remains gnu++98.

Patch by: me

show more ...

6a118d5320-Jan-2023 Damjan Jovanovic

Split up the checks for whether Cygwin's awk, tar, and gunzip are symlinks,
so we can tell which of them is actually broken.

Patch by: me

aee1515d19-Jan-2023 Arrigo Marchiori

Merge branch 'ppt' into trunk

This work was based on Zhangjiaxing's (@R0fM1a) reports.


272eca8e09-Dec-2022 Arrigo Marchiori

Detect some endless loops

908738a409-Dec-2022 Arrigo Marchiori

More checks

b622dd6d09-Dec-2022 Arrigo Marchiori

Check validity of page descriptors

1f6d8dc718-Jan-2023 mseidel

Removing libjpeg from ext_source since we bootstrap and use it later
with a slightly different name.

BTW: The libjpeg bootstrap process really needs to be cleaned up.

f5cdefa417-Jan-2023 Damjan Jovanovic

Finish my previous commit, add a missing function to check hamcrest.

Patch by: me

e2eb708d15-Jan-2023 Damjan Jovanovic

When junit is absent, download only junit, and when hamcrest is absent,
download only hamcrest.

Patch by: me

7eef9b7917-Jan-2023 mseidel

Cleaned up resource file

b16bacb217-Jan-2023 mseidel

Removed unused graphics

52230ee916-Jan-2023 mseidel

Fixed typos, removed whitespace

c5f55b5b16-Jan-2023 mseidel

Graphic was in fact a PNG

843e81da15-Jan-2023 mseidel

Removed whitespace

01172de614-Jan-2023 Damjan Jovanovic

rtl's round function is in the namespace ::rtl::math.

Patch by: me

4e512ac114-Jan-2023 Matthias Seidel

Update zlib to 1.2.13 (#165)

* Update zlib to 1.2.13

Currently we use zlib 1.2.7 from 2012.
This PR updates it to the most recent version 1.2.13 from 2022.

I am no deve

Update zlib to 1.2.13 (#165)

* Update zlib to 1.2.13

Currently we use zlib 1.2.7 from 2012.
This PR updates it to the most recent version 1.2.13 from 2022.

I am no developer, but basically we only add a makefile and patch some headers.

I could build successfully with this PR on Windows, testing on other OS is welcome!

* Further changes for zlib 1.2.13

* chmod 755

show more ...

1...<<21222324252627282930>>...342