summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/wall.cxx
AgeCommit message (Expand)Author
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)
2021-08-18loplugin:constparamsNoel Grandin
2021-04-30simplify WallpaperNoel Grandin
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
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-24custom literal for Degree10Noel Grandin
2020-11-12loplugin:unusedmethodsNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-09-16move WriteGradient and ReadGradient to the TypeSerializer classTomaž Vajngerl
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2018-03-31clang-tidy modernize-use-equals-default in vcl/source/gdiJochen Nitschke
2018-03-23use boost::optional in vclNoel Grandin
2017-10-24ofz#3747 Invalid-bool-valueCaolán McNamara
2017-06-05Improved loplugin:cstylecast to reference types: vclStephan Bergmann
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-12-08ImplWallpaper to use std::unique_ptrMark Page
2016-10-07loplugin:staticmethods: vclStephan Bergmann
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-08-29cid#1371144 Missing move assignment operatorNoel Grandin
2016-05-06vcl: save one heap allocThorsten Behrens
2016-05-05fix crash in WallpaperImpl destructorNoel Grandin
2016-05-04tdf#62525 vcl: use cow_wrapper for wallXisco Fauli
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-18Translated German comments - find-german-commentsLuc Castermans
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-07-14callcatcher: remove Wallpaper::FooThomas Arnhold