summaryrefslogtreecommitdiff
path: root/vcl/skia/gdiimpl.cxx
AgeCommit message (Expand)Author
2024-10-06Update to skia m116Noel Grandin
2024-09-02tdf#162646 suppress drawing hairlines when scalingPatrick Luby
2024-09-01tdf#162646 don't move orthogonal polypolygons when scalingPatrick Luby
2024-08-29tdf#162646 set extra drawing constraints when scalingPatrick Luby
2024-06-25Related tdf#148569: do not apply macOS fix to non-macOS platformsPatrick Luby
2024-06-19Fix typoAndrea Gelmini
2024-06-17tdf#148569 set extra drawing constraints when scalingPatrick Luby
2024-04-27tdf#153306 prevent subpixel shifting of X coordinatePatrick Luby
2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski
2024-03-31Optimize trigonometry a bitMike Kaganski
2024-01-02tdf#158945: blind fix (try to decrease pending operations limit)Mike Kaganski
2023-12-31Use DBG_TESTSOLARMUTEX instead of SolarMutex::IsCurrentThread in assertionMike Kaganski
2023-12-31Replace "size() != 0 with !empty()" (vcl)Julien Nabet
2023-12-31Avoid unwanted creation of mSurfaceMike Kaganski
2023-12-31tdf#158942: renderMethodToUseForSize may force raster surfaceMike Kaganski
2023-12-17Fix Skia unit test failure when using a HiDPI displayPatrick Luby
2023-12-15Fix Skia unit test failures when using a Retina displayPatrick Luby
2023-12-13Enable Skia in unit testsMike Kaganski
2023-09-22tdf#157312 Don't change priorityPatrick Luby
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara
2023-07-31supportsOperation OutDevSupportType::B2DDraw is always true nowCaolán McNamara
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-21Fix typoAndrea Gelmini
2023-07-20tdf#156361 use slow blending path if alpha mask blending is diabledPatrick Luby
2023-07-18tdf#155661 Apply border from center point not from whole sizeAron Budea
2023-07-10update skia to m116Noel Grandin
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)
2023-03-03Fix SAL_INFO dereferencing optionalsMike Kaganski
2023-01-30Update skia to m111Noel Grandin
2023-01-26tdf#147342 Notify Skia that the window's backing properties changedPatrick Luby
2023-01-25Revert "Update skia to m110"Stephan Bergmann
2023-01-25Update skia to m110Noel Grandin
2023-01-06use std::optional for SALCOLOR_NONENoel Grandin
2023-01-05Related: tdf#152703 Prevent possible hang when live resizing a windowPatrick Luby
2022-12-21No need for bool return value hereNoel Grandin
2022-05-21update Skia to chrome/m103Luboš Luňák
2022-05-04vcl : avoid recursive call if skia context creation failed.Arnaud VERSINI
2022-02-03handle graphics test specially in backends too if neededLuboš Luňák
2022-01-26make sure to not divide by zero when computing miter limitLuboš Luňák
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara
2022-01-12reduce explicit Skia flushingLuboš Luňák
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)
2021-12-06a large but clipped image may still be cached from a previous callLuboš Luňák
2021-12-04only bilinear+mipmap for Skia/raster to-screen drawing (tdf#146024)Luboš Luňák
2021-11-30fix Skia copyArea() not coping with coordinates outside (tdf#145811)Luboš Luňák
2021-11-29implement xor drawing directly using Skia (tdf#141090)Luboš Luňák
2021-11-29remove Skia kDifference workaroundLuboš Luňák
2021-11-22handle filling and stroking at the same time if possibleLuboš Luňák