summaryrefslogtreecommitdiff
path: root/vcl/skia
AgeCommit message (Expand)AuthorFilesLines
2024-05-10loplugin:ostr in vclNoel Grandin1-11/+11
2024-04-27tdf#153306 prevent subpixel shifting of X coordinatePatrick Luby1-0/+20
2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski1-1/+1
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski1-1/+2
2024-04-11Use COMReference in D2DWriteTextOutRendererMike Kaganski1-2/+1
2024-03-31Simplify a bitMike Kaganski2-23/+18
2024-03-31Optimize trigonometry a bitMike Kaganski1-7/+8
2024-03-29Drop a const_castMike Kaganski1-4/+3
2024-03-02Related tdf#158945: Calc: crash when entering text in a cellJulien Nabet1-1/+1
2024-02-29vcl: separate scanline direction from ScanlineFormatTomaž Vajngerl1-7/+7
2024-02-24Related: tdf#159529 eliminate possible memory leakPatrick Luby1-10/+11
2024-01-08Related tdf#158945: blacklist Intel Iris XE for Skia hardware renderingJulien Nabet1-0/+3
2024-01-02tdf#158945: blind fix (try to decrease pending operations limit)Mike Kaganski1-6/+14
2024-01-01Revert "Related tdf#158739: blacklist Nvidia RTX 4050 for Skia hardware"Julien Nabet1-3/+0
2024-01-01Missing includesMike Kaganski1-0/+3
2023-12-31Use DBG_TESTSOLARMUTEX instead of SolarMutex::IsCurrentThread in assertionMike Kaganski1-1/+2
2023-12-31Replace "size() != 0 with !empty()" (vcl)Julien Nabet1-2/+2
2023-12-31Avoid unwanted creation of mSurfaceMike Kaganski1-5/+5
2023-12-31tdf#158942: renderMethodToUseForSize may force raster surfaceMike Kaganski1-1/+4
2023-12-20Related tdf#158739: blacklist Nvidia RTX 4050 for Skia hardware renderingJulien Nabet1-0/+3
2023-12-17Fix Skia unit test failure when using a HiDPI displayPatrick Luby1-2/+7
2023-12-15Fix Skia unit test failures when using a Retina displayPatrick Luby1-1/+4
2023-12-13Enable Skia in unit testsMike Kaganski2-95/+103
2023-11-24enable using medium/full font hinting even with subpixel positioningFrank Steiner1-1/+3
2023-11-03tdf#158014 make image immutable after using Skia to invertPatrick Luby1-0/+12
2023-10-29simplify calculation in AlphaMask::BlendWithNoel Grandin1-0/+1
2023-10-28Fix testDelayedScaleAlphaImage unit testPatrick Luby1-1/+6
2023-10-28Simplify calculationMike Kaganski1-5/+1
2023-10-27fix erase logic in SkiaSalBmp::BlendWithNoel Grandin1-1/+5
2023-10-11tdf#157613 make sure surface is not a null pointerPatrick Luby1-0/+5
2023-10-09loplugin:casttovoidStephan Bergmann1-2/+1
2023-10-01tdf#156881 Disable Metal with AMD Radeon Pro 5XXX GPUs on macOS CatalinaPatrick Luby1-4/+19
2023-09-27Let SkBitmap determine when it is safe to delete the pixel bufferPatrick Luby1-4/+17
2023-09-22tdf#157312 Don't change priorityPatrick Luby1-1/+7
2023-08-31Related tdf#156986: blacklist Nvidia RTX 4070 for Skia hardware renderingJulien Nabet1-0/+3
2023-08-24tdf#156866 use mSize instead of mPixelSize for inverted surfacePatrick Luby1-4/+8
2023-08-23tdf#156854 invert alpha mask for macOS native menu item imagesPatrick Luby1-0/+4
2023-08-19Reimplement fix for tdf#156629 and tdf#156630Patrick Luby1-8/+31
2023-08-17Skia: Avoid assertion failure inside ProcessAndBlurAlphaMaskMike Kaganski1-1/+2
2023-08-13Related tdf#156630 and tdf#156629 force snapshot of alpha maskPatrick Luby1-0/+14
2023-08-10tdf#156630 eliminate opaque parts when drawing animated PNG imagesPatrick Luby1-1/+4
2023-08-09vcl: Organize CoreText font code a bitKhaled Hosny1-1/+2
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara1-4/+3
2023-07-31supportsOperation OutDevSupportType::B2DDraw is always true nowCaolán McNamara1-1/+0
2023-07-25loplugin:redundantcastNoel Grandin1-1/+1
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin2-28/+29
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-1/+1
2023-07-23vcl: TextRenderModeForResolutionIndependentLayout → SubpixelPositioningKhaled Hosny3-3/+3
2023-07-23vcl: Simplify AquaGraphics*::drawTextLayout() callingKhaled Hosny1-2/+2
2023-07-21Fix typoAndrea Gelmini1-1/+1