# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: r' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/vcl/source/graphic
AgeCommit message (Expand)Author
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
2023-04-23cid#1524751 Dereference after null checkCaolán McNamara
2023-04-13BinaryDataContainer: hand out shared_ptr's to SvStreams.Michael Meeks
2023-04-13BinaryDataContainer: pure re-factor - encapsulate cbegin/cendMichael Meeks
2023-04-03BinaryDataContainer: pure re-factor to encapsulate stream copying.Michael Meeks
2023-03-30Report correct mimetypes for TIF and EMFMike Kaganski
2023-03-11lok: add trimMemory capability, and expand dumpState to caches.Michael Meeks
2023-03-09ofz#56819 Null-dereferenceCaolán McNamara
2023-03-08Simplify usage of BinaryDataContainerMike Kaganski
2023-01-23XUnoTunnel->dynamic_cast in vcl::GraphicNoel Grandin
2023-01-20Base GraphicDescriptor on OWeakObjectStephan Bergmann
2023-01-15XUnoTunnel->dynamic_cast in UnoBinaryDataContainerNoel Grandin
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2023-01-10rename setAlphaFrom->ChangeColorAlpha and fix parameterNoel Grandin
2022-11-09Related: tdf#151898 set origin for implLoadRepositoryImage XGraphicsCaolán McNamara
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl
2022-09-05tdf#149670 fix color change api and adjust tolerance for ooxmlSarper Akdemir
2022-08-19Remove code duplication in GraphicDescriptor for SVGofftkp
2022-08-19Remove code duplication in GraphicDescriptor for WMF/EMFofftkp
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna
2022-07-14loplugin:moveitNoel Grandin
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-06-21vcl: rename mnExtraData to mnRendererIdChris Sherlock
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-19Simplify an "ImportGraphic" method by removing useless pExtHeader (WmfExternal)Julien Nabet
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-03cid#1492171 annotate Data race conditionCaolán McNamara
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: vclStephan Bergmann
2021-09-22fix deadlock in vcl::GraphicManagerNoel Grandin
2021-09-21no need to use recursive_mutex in graphic::ManagerNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-12tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorEmircan Agac