summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-06-01 20:10:05 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-06-01 20:10:05 +0200
commitdaae0818b78b46241186681876a39758b6e1b345 (patch)
treef90398165ee3dc79dca858b70f577e5af07e8741
parent0df61eb0f112955ec3ea5e060df80fc8fbe9f62d (diff)
Branch libreoffice-5-3-4 libreoffice-5-3-4
This is 'libreoffice-5-3-4' - the stable branch for the 5.3.4 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 5.3.x release, please use the 'libreoffice-5-3' branch. If you want to build something cool, unstable, and risky, use master. Change-Id: I24f16b8c93656079b3edca4671324381426935be
0 files changed, 0 insertions, 0 deletions
>feature/svg-optimisations-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/graphic
AgeCommit message (Expand)Author
2024-10-21vcl: move bitmap filter headers into vcl/bitmap global header directoryChris Sherlock
2024-10-16tdf#163381 XBitmap.getMaskDIB() is invertedNoel Grandin
2024-10-06cid#1608598 silence Overflowed constantCaolán McNamara
2024-08-18Simplify a bitMike Kaganski
2024-07-16cid#1554709 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-06-27vcl: Remove graph. reader context from {Imp}Graph and GraphicReaderTomaž Vajngerl
2024-05-10loplugin:ostr in vclNoel Grandin
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2024-03-30vcl: change (graphic) Manager into a general memory managerTomaž Vajngerl
2024-02-28tdf#149714 BitsPerPixel property of Graphic has Boolean UNO typeAdam Seskunas
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2023-12-12tdf#146619 Recheck include/[v-x]* with IWYUGabor Kelemen
2023-12-06make AlphaMask separate from BitmapNoel Grandin
2023-12-03Split the *Bitmap::CopyPixel functionsNoel Grandin
2023-11-28simplify some BitmapEx constructionsNoel Grandin
2023-10-28use more TempFileFast in BinaryDataContainer::ImplNoel Grandin
2023-10-27tdf#152571 speedup slow draw file saveNoel Grandin
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-18tdf#157792 followupNoel Grandin
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2023-08-18SAL_DEBUG "is never meant to remain in the code"Caolán McNamara
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin
2023-05-18tdf#63130 reduce large memory copies when reading from BinaryDataContainerNoel Grandin
2023-05-05BinaryDataContainer swap out implementation.Michael Meeks