summaryrefslogtreecommitdiff
path: root/vcl/opengl/gdiimpl.cxx
AgeCommit message (Expand)Author
2019-08-20loplugin:constvars in vclNoel Grandin
2019-08-10Silence -Werror,-Wimplicit-int-float-conversionStephan Bergmann
2019-07-20cid#1448247 Division or modulo by float zeroCaolán McNamara
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-04-16fix areaScaleFragmentShader.glsl with texture atlas (tdf#105277)Luboš Luňák
2019-03-29tdf#107966 vcl opengl: fix not drawn 1px wide polypolygonsMiklos Vajna
2019-03-22opengl's drawBitmap() should also scale properly if needed (tdf#123372)Luboš Luňák
2019-03-14Fix scheduled Task priority change handlingJan-Marek Glogowski
2019-03-08vcl opengl: avoid task priority warning on cursor blinkMiklos Vajna
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-07-03tdf#115671 vcl opengl: fix drawing of polylines with duplicate pointsMiklos Vajna
2018-06-27tdf#102960 vcl opengl: fix missing support for polygon track framesMiklos Vajna
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-26replace SalColor with ColorNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-17Fix typosAndrea Gelmini
2018-01-17loplugin:useuniqueptr in OpenGLSalGraphicsImplNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-14vcl: If we fail to create an OpenGLContext for a window - don't crash.Michael Meeks
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-27Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-11-28don't leak impl. detailsDavid Tardon
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann
2016-11-09tdf#103804 reduced register areaScale shader and detection for intelTomaž Vajngerl