History log of /trunk/main/vcl/ (Results 26 - 50 of 523)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO4115-GA
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 ...

Revision tags: AOO4114-GA, AOO420-Dev4-m4
908738a409-Dec-2022 Arrigo Marchiori

More checks

8b33d20718-Nov-2022 mseidel

Fixed typo (verion -> version) and some more

fb3d764621-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

show more ...

Revision tags: AOO4113-GA
27b8d3b407-Jun-2022 mseidel

Make FadeIn/Out arrow on splitwindow better visible

da5310fc21-Apr-2022 mseidel

Fixed typos, removed whitespace

805551cc17-Mar-2022 mseidel

Fixed typos, removed whitespace

9296835917-Mar-2022 mseidel

Fixed typo (menue -> menu) and some more

4893698d15-Mar-2022 mseidel

Fixed typo (menue -> menu) and some more

ca7c0c6e10-Mar-2022 mseidel

Fixed my own typo

649f2b9f10-Mar-2022 mseidel

Make grip in split window more visible, minor cleanup

323a7b1d09-Mar-2022 mseidel

Revert changes to menu button

ece403fc07-Mar-2022 mseidel

Draw rectangle around menu button in toolbar for better visibility on e.g. Linux)

d5a030a506-Mar-2022 mseidel

Remove gradient from menu button in toolbar

16b8316423-Feb-2022 mseidel

Simplified code, removed whitespace

8c54559122-Feb-2022 mseidel

Make grip in toolbar more visible

5638d4bd21-Feb-2022 mseidel

Fixed typo: BackOrWhite -> BlackOrWhite

Revision tags: AOO4112-GA, AOO4111-GA
824a979c12-Sep-2021 mseidel

Remove gradient in background of Start Window

0e248b0129-Aug-2021 mseidel

Cleaned up resource files

Revision tags: AOO420-Dev3-m3
c059a6bf27-Apr-2021 mseidel

Fixed links to Wiki, removed whitespace

6e9cccf426-Apr-2021 mseidel

Fixed typos (initalize -> initialize)

97f9399e26-Apr-2021 mseidel

Fixed typos

Revision tags: AOO4110-GA
28337f9708-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

4696c98e02-Feb-2021 Jim Jagielski

fluff... only 10.9 and older

Revision tags: AOO419-GA
92af728422-Dec-2020 Jim Jagielski

It is better to move *into* a struct rather than *before* one.

(cherry picked from commit aa118bd3b6209f0ce1307c244bc3c9f4edf445e4)

12345678910>>...21