# -*- 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: /atom+xml'/>
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