summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/metaact.cxx
AgeCommit message (Expand)Author
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-07-18cid#1507357 Big parameter passed by valueCaolán McNamara
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-03-24ofz#45991 Timeout, reduce allowed scalingCaolán McNamara
2022-03-18ofz#45675 TimeoutCaolán McNamara
2022-03-16ofz#45612 TimeoutCaolán McNamara
2022-03-06ofz#45230 avoid OOMCaolán McNamara
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-12loplugin:unusedmethodsNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-17Remove metaact::Write and metaact.hxx:Readpanoskorovesis
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis
2021-08-13Replace ReadGDIMetaFile with SvmReader::Readpanoskorovesis
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-07-12move the existing std::unique_ptr<tools::Long[]> rather than duplicating itCaolán McNamara
2021-07-12cid#1487034 explicitly pass len of aArrayCaolán McNamara
2021-07-09Add Handler for MetaTextArray Readpanoskorovesis
2021-06-11MetaAction::Clone() -> constLuboš Luňák
2021-04-02vcl: move MapMode reading and writing to TypeSerializerTomaž Vajngerl
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-26create operator bool for BitmapNoel
2021-01-18make internals of ::Color privateNoel
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-24ofz#28907 Direct-leak in MetaAction::ReadMetaActionCaolán McNamara
2020-11-11convert more long -> tools::LongNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin
2020-03-05vcl: move read and write to/from GfxLink to TypeSerializerTomaž Vajngerl
2020-02-24vcl: GCC 9.2.1 -Werror=format-overflowMichael Stahl
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-09-16move WriteGradient and ReadGradient to the TypeSerializer classTomaž Vajngerl
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl
2019-02-11loplugin:indentation in vclNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin
2018-03-29ofz#7165 set a recursion limit for svm in svmCaolán McNamara
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna