History log of /trunk/main/vcl/inc/vcl/bitmap.hxx (Results 1 - 14 of 14)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0714fca0 14-Jan-2024 mseidel

Revert "Enhance a bit our current boost usage (#194)"

This reverts commit fa664a2d4999e14eb035b793beb7116ccf2a1f32.


# fa664a2d 14-Jan-2024 Pedro Giffuni

Enhance a bit our current boost usage (#194)

* Minor cleanup to internal boost header packaging

We normally don't install all the headers availabe in boost. There is an
interest

Enhance a bit our current boost usage (#194)

* Minor cleanup to internal boost header packaging

We normally don't install all the headers availabe in boost. There is an
interesting set of functionalities like multiprecision and odeint that while we
are not using, but would be interesting to have available.

This is done to ease future boost updates but also in the hopes of making it
possible to use this functionality in a near future.

No functional change expected.

* Let boost promote to double the sinc_pi() operation.

Modern processors should handle this without any trouble.

* Update Boost to version 1.64

Other than the updates and bug fixes, this version works really well with older
compilers and systems and is the last one to include TR1: which we use as a last
resort for really old systems lacking standard C++ compliance.

https://www.boost.org/users/history/version_1_64_0.html

* Boost 1.64: small header tidy-ups

* Boost 1.64: more headers are future features

* Update d.lst

Needed for Windows build.

* Update d.lst

Builds fine on Windows now.

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

show more ...


# 99989fd5 01-Aug-2023 mseidel

Fixed typos, removed whitespace


Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta, AOO401, AOO400
# ff0f521c 05-Jun-2013 Armin Le Grand

i122418 Added workaround to not use GetBitmap on windows

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1489899 13f79535-47bb-0310-9956-ffa450edef68


# ca6f8f21 16-Apr-2013 Armin Le Grand

i122041 Added vaues for defining behaviour of ColorValueSets to SvtAccessibilityOptions

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468503 13f79535-47bb-0310-9956-ffa450ed

i122041 Added vaues for defining behaviour of ColorValueSets to SvtAccessibilityOptions

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468503 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 19aabd70 27-Feb-2013 Herbert Dürr

WaE: default-initialized const object requires a user-provided default constructor

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1450779 13f79535-47bb-0310-9956-ffa450edef68


# ad575a77 08-Feb-2013 Pedro Giffuni

A miscellaneous use of boost.

Sinc(x) is a simple function used in communications. boost
happens to use it for quaternion math. The implementation is
simple, however it looks fun to

A miscellaneous use of boost.

Sinc(x) is a simple function used in communications. boost
happens to use it for quaternion math. The implementation is
simple, however it looks fun to re-use the boost function
even if just to say we are using quaternion math somewhere ;).

The performance difference is not likely to be huge but JIC,
set up a specific Boost math policy to limit type promotion
with it's corresponding impact.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444115 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# ce40ec59 16-Jan-2013 Herbert Dürr

AlphaMask derives from Bitmap so their destructor should be virtual

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433913 13f79535-47bb-0310-9956-ffa450edef68


# 45fd3b9a 10-Jan-2013 Armin Le Grand

#121504# Support for alpha channel in clipboard for all systems

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431512 13f79535-47bb-0310-9956-ffa450edef68


# 54628ca4 05-Dec-2012 Armin Le Grand

#121407# Gallery reorganizations and additions of new themes

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417535 13f79535-47bb-0310-9956-ffa450edef68


Revision tags: AOO340
# c2821885 30-Oct-2012 Armin Le Grand

#121233# some slight corrections/enhancements

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403676 13f79535-47bb-0310-9956-ffa450edef68


# 37ab0f2d 29-Oct-2012 Armin Le Grand

#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF

#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403434 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 0d63794c 06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198508 13f79535-47bb-0310-9956-ffa450edef68


# cdf0e10c 16-Aug-2011 rcweir

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a copy of (currently tip-most)
http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5

Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):

/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
/ooo/trunk/core/gettext/gettext-0.18.1.1.patch
/ooo/trunk/core/apache-commons/patches/codec.patch
/ooo/trunk/core/libcroco/libcroco-0.6.2.patch
/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
/ooo/trunk/core/graphite/graphite-2.3.1.patch
/ooo/trunk/core/hwpfilter/source/hwpeq.cpp
/ooo/trunk/core/solenv/bin/cwstouched.pl
/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
/ooo/trunk/core/writerfilter/source/doctok/escher.html
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl

Also: Repository.mk from the l10n toplevel


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68

show more ...