summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxgraphics.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-1/+1
2023-01-16XUnoTunnel->dynamic_cast in VCLXGraphicsNoel Grandin1-3/+0
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin1-1/+1
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-6/+6
2022-11-14tdf#152012 Fix assert fail on opening date pickerHossein1-1/+1
2022-04-02Recheck modules t* with IWYUGabor Kelemen1-2/+0
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-1/+1
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-3/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-02-23loplugin:refcounting in toolkitNoel1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-5/+5
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-2/+2
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-1/+1
2020-08-04loplugin:flatten in toolkitNoel Grandin1-54/+54
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-10-07use cppu::WeakImplHelper in VCLXGraphicsNoel Grandin1-23/+0
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen1-3/+0
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-2/+2
2019-03-01expand out IMPL_XTYPEPROVIDER_START macroNoel Grandin1-3/+10
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin1-1/+1
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-0/+1
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov1-7/+3
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin1-1/+0
2018-03-06use more Color in toolkitNoel Grandin1-5/+5
2018-02-22loplugin:changetoolsgen in tools..toolkitNoel Grandin1-2/+2
2018-01-17loplugin:useuniqueptr in VCLXGraphicsNoel Grandin1-5/+4
2018-01-15More loplugin:cstylecast: toolkitStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann1-9/+9
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin1-28/+22
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-9/+9
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-32/+31
2016-09-05convert RasterOp to scoped enumNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-09com::sun::star->css in toolkit/Noel Grandin1-3/+3
2015-09-29toolkit: convert alloca() to std::unique_ptrMichael Stahl1-3/+2
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-0/+3
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert INITOUTDEV constants to scoped enumNoel Grandin1-22/+22
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-48/+0
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl1-0/+1
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock1-3/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1