summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gdimetafiletools.cxx
AgeCommit message (Expand)Author
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2023-11-19Extended loplugin:ostr: vclStephan Bergmann
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-04-26drop mask from BitmapExNoel Grandin
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-10-19use tools::Long in vclNoel
2019-07-30Fix typosAndrea Gelmini
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke
2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin
2018-03-07use more Color in vclNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-07-15emfplus: unified transformations, added test codeArmin Le Grand
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2016-12-06convert PolyStyle to scoped enumNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-04Add mode linesTakeshi Abe
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2013-06-13cppcheck: fix return statement followed by breakJulien Nabet
2013-06-12Resolves: #i121267# added support for taking clipping into account...Armin Le Grand