summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)AuthorFilesLines
2020-04-30implement basegfx::B2DLineJoin::NONE for Skia drawPolyLine()Luboš Luňák1-18/+35
2020-04-24debug info for Skia Windows widget drawingLuboš Luňák1-0/+7
2020-04-24make SkiaSalBitmap discard cached data of incorrect size (tdf#132367)Luboš Luňák1-2/+18
2020-04-24fix tick marks in Draw with Skia (tdf#132334)Luboš Luňák1-1/+5
2020-04-24high quality scaling in skia drawTransformedBitmap (tdf#132297)Luboš Luňák1-1/+3
2020-04-23use rectangle rather than point+size for debug outputLuboš Luňák1-7/+7
2020-04-23avoid Skia xor crash with not-yet-drawn surface (tdf#132335)Luboš Luňák1-2/+3
2020-04-21work around copy-to-self SkSurface::draw() being buggy (tdf#132051)Luboš Luňák1-0/+10
2020-04-20batch Skia xor drawing (tdf#132241)Luboš Luňák1-93/+96
2020-04-17loplugin:external (clang-cl)Stephan Bergmann1-1/+1
2020-04-16workaround for intel Skia invert() problem (tdf#130430)Luboš Luňák1-4/+36
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-15fix Skia glyph orientation with DirectWrite (tdf#132084)Luboš Luňák1-1/+5
2020-04-15keep old contents of resized windows with Skia (tdf#131952)Luboš Luňák1-0/+15
2020-04-15do not create empty Skia surface (tdf#131939)Luboš Luňák2-6/+6
2020-04-11Fix typoAndrea Gelmini1-1/+1
2020-04-10fix last commitLuboš Luňák1-1/+1
2020-04-10downgrade warning to an info messageLuboš Luňák1-2/+2
2020-04-10dump info about Skia and Vulkan drivers to a log fileLuboš Luňák1-13/+90
2020-04-10fix lame local variable mistakeLuboš Luňák1-4/+3
2020-04-10prefer DirectWrite for Skia's Windows text renderingLuboš Luňák1-10/+81
2020-04-08fix/improve Skia debug messagesLuboš Luňák1-3/+30
2020-04-07simplify codeLuboš Luňák1-10/+1
2020-04-07optimize SkiaSalGraphicsImpl area copyingLuboš Luňák1-17/+35
2020-04-07no gray conversion needed for VCL alpha hacksLuboš Luňák1-3/+27
2020-04-07optimize SkiaSalBitmap::GetAlphaSkImage()Luboš Luňák1-31/+53
2020-04-07optimize SkiaSalBitmap::ConvertToGreyscale()Luboš Luňák1-3/+31
2020-04-07avoid Skia bitmap->image pixel copying in raster modeLuboš Luňák3-17/+36
2020-04-07optimize bit depth conversions to/from Skia where possibleLuboš Luňák1-10/+19
2020-04-07use delayed scaling in SalSkiaBitmapLuboš Luňák1-35/+140
2020-04-06update Skia to chrome/m83Luboš Luňák3-0/+7
2020-04-01add Skia zone protection also to text rendering callLuboš Luňák1-0/+1
2020-04-01handle weird semantics of SkRect::intersect() (tdf#131721)Luboš Luňák1-29/+35
2020-04-01fix incorrect tools::Rectangle ctor usageLuboš Luňák1-3/+3
2020-04-01add SAL_LOG area vcl.skia.traceLuboš Luňák3-42/+43
2020-04-01SalInvert::N50 has 1x1 pixel checker size, not 2x2 (tdf#131580)Luboš Luňák1-17/+3
2020-04-01use large watchdog timeouts with Skia raster (tdf#131663)Luboš Luňák1-2/+19
2020-03-31build Skia on Windows with UNICODE setLuboš Luňák1-10/+2
2020-03-27fix LOGFONTA/GetObjectW() mismatch and remove Skia HFONT hack (tdf#131426)Luboš Luňák1-10/+16
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)Luboš Luňák3-17/+71
2020-03-18make SkiaSalBitmap always use internal buffer for pixelsLuboš Luňák1-147/+112
2020-03-18check in Skia's preDraw() that SolarMutex is lockedLuboš Luňák1-0/+1
2020-03-18fix glyph rotation for Skia text rendering on WindowsLuboš Luňák3-7/+12
2020-03-18implement text rendering using directly Skia (Windows)Luboš Luňák1-0/+55
2020-03-18implement text rendering using directly Skia (X11)Luboš Luňák2-0/+123
2020-03-12rework Skia setupLuboš Luňák3-17/+25
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand1-4/+4
2020-02-26loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2020-02-26loplugin:external (clang-cl)Stephan Bergmann1-2/+2
2020-02-19BitmapAccessMode::Info does not need bitmap dataLuboš Luňák1-3/+5