summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
AgeCommit message (Expand)Author
2021-07-08cid#1470369 Uninitialized scalar variableCaolán McNamara
2021-05-06do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák
2021-04-26tdf#141761 Avoid vanishing FormControlsArmin Le Grand (Allotropia)
2021-02-16always optimize bitmap transform to translate+scale if possible (tdf#138068)Luboš Luňák
2021-01-11set fill color when filling alphavdev area for gradients (tdf#138959)Luboš Luňák
2020-12-15tdf#138936 gradient missing under RTL from writer comment marginsCaolán McNamara
2020-12-03cid#1468270 Wrapper object use after freeCaolán McNamara
2020-11-19Drop threshold for BigInt arithmetics from ImplLogicToPixel/ImplPixelToLogicMike Kaganski
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-14remove SalPointNoel Grandin
2020-11-13properly clip native VCL gradients (tdf#137563)Luboš Luňák
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin
2020-11-12use Point direct and drop a reinterpret_castCaolán McNamara
2020-11-12remove BigInt::operator tools::Long()Noel
2020-11-11loplugin:stringviewNoel
2020-11-11make sure mpAlphaVDev is drawn when drawing lines (tdf#137974)Luboš Luňák
2020-11-11convert more long -> tools::LongNoel
2020-11-11Improved starmath colordante
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-11-05N8BitTcMask is unusedNoel
2020-10-29tdf#137643 alternative solution to activate embedded fonts in one batchCaolán McNamara
2020-10-28tdf#137643 Revert "lock refreshing font data when loading a document"Caolán McNamara
2020-10-28convert some more long -> tools::LongNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-10-19fix possible SIGSEGVNoel
2020-10-12don't disable the fast path in DrawDeviceAlphaBitmap() (tdf#137311)Luboš Luňák
2020-10-03use a proper alpha mask bitmapLuboš Luňák
2020-10-01loplugin:reducevarscope in vclNoel
2020-09-30fix DrawDeviceAlphaBitmap() with mirroring (tdf#136223)Luboš Luňák
2020-09-29disentangle AA and B2D use in VCL drawingLuboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-26revert recent Polygon commitsNoel Grandin
2020-09-26tools::PolyPolygon -> basegfx in filterNoel Grandin
2020-09-25do not assert for slow alpha blending if mirroring is used (tdf#136223)Luboš Luňák
2020-09-25don't write metafile action twice in DrawPolyLineDirect()Luboš Luňák
2020-09-08prefer 8bit bitmap masks to 1bpp masksLuboš Luňák
2020-09-06ofz#23573 speed up fuzzingCaolán McNamara
2020-09-04fix erasing virtual device with alphaLuboš Luňák
2020-08-29Fix typo in codeAndrea Gelmini
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn
2020-08-24Fix typosAndrea Gelmini
2020-08-24Don't apply transparency twice when drawing to mpAlphaVDevMike Kaganski
2020-08-24tdf#136047: fix OutputDevice::DrawTransformBitmapExDirect for ...Mike Kaganski
2020-08-23set point values via ctorCaolán McNamara
2020-08-23use a reference instead of a pointerCaolán McNamara
2020-08-18Fix typosAndrea Gelmini
2020-08-17Use transparent buffer to correctly process transparency in metafilesMike Kaganski
2020-08-14tdf#134968: don't forget to draw on mpAlphaVDev in fallback caseMike Kaganski