summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/salgdilayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-23move openglgdiimpl.hxx to opengl/Luboš Luňák1-1/+1
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-1/+0
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski1-41/+15
2019-05-14Gaceful fallback if the widget theme files can't be foundTomaž Vajngerl1-0/+6
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl1-9/+52
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin1-1/+1
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski1-22/+10
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-135/+40
2018-09-11loplugin:unusedmethodsNoel Grandin1-17/+0
2018-09-01Fix typosAndrea Gelmini1-2/+2
2018-08-31Support RTL layout in VCL using MatricesArmin Le Grand1-92/+150
2018-08-31Fix accidental placement of code inside #if HAVE_FEATURE_OPENGLTor Lillqvist1-13/+14
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand1-10/+173
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-18/+18
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-18/+18
2018-03-26replace SalColor with ColorNoel Grandin1-4/+4
2018-03-02drop old tools/gen methods in vclNoel Grandin1-1/+7
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-01-29Modernize a bit vcl (part3)Julien Nabet1-3/+3
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-6/+6
2017-11-02improve constparam lopluginNoel Grandin1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-3/+3
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-9/+9
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-6/+4
2016-12-09move the windows restart because of bad-opengl requirements to a better placeCaolán McNamara1-2/+31
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-3/+3
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-3/+3
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-3/+3
2016-05-31Convert ControlType to scoped enumNoel Grandin1-5/+6
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin1-1/+1
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-2/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-8/+4
2016-03-25fix headless buildOliver Specht1-1/+5
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-2/+2
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-9/+6
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin1-2/+2
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin1-57/+21
2016-01-26vcl: remove unnecessary header includes in vcl/source/gdi/salgdilayout.cxxChris Sherlock1-28/+3
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-1/+1
2015-08-24tdf#89381 Revert "vcl: SalGraphics::mirror() - always use GetGraphicsWidth()"Maxim Monastirsky1-6/+30
2015-08-23don't mirror 0, RECT_EMPTY, 0, RECT_EMPTY rectangleCaolán McNamara1-1/+3