Age | Commit message (Expand) | Author |
2023-03-03 | Fix SAL_INFO dereferencing optionals | Mike Kaganski |
2023-01-30 | Update skia to m111 | Noel Grandin |
2023-01-26 | tdf#147342 Notify Skia that the window's backing properties changed | Patrick Luby |
2023-01-25 | Revert "Update skia to m110" | Stephan Bergmann |
2023-01-25 | Update skia to m110 | Noel Grandin |
2023-01-06 | use std::optional for SALCOLOR_NONE | Noel Grandin |
2023-01-05 | Related: tdf#152703 Prevent possible hang when live resizing a window | Patrick Luby |
2022-12-21 | No need for bool return value here | Noel Grandin |
2022-05-21 | update Skia to chrome/m103 | Luboš Luňák |
2022-05-04 | vcl : avoid recursive call if skia context creation failed. | Arnaud VERSINI |
2022-02-03 | handle graphics test specially in backends too if needed | Luboš Luňák |
2022-01-26 | make sure to not divide by zero when computing miter limit | Luboš Luňák |
2022-01-12 | keep positions as DeviceCoordinate within SalLayout | Caolán McNamara |
2022-01-12 | reduce explicit Skia flushing | Luboš Luňák |
2021-12-10 | Revert "Re-Enable DrawTransformBitmapExDirect for render backends" | Armin Le Grand |
2021-12-07 | Re-Enable DrawTransformBitmapExDirect for render backends | Armin Le Grand (Allotropia) |
2021-12-06 | a large but clipped image may still be cached from a previous call | Luboš Luňák |
2021-12-04 | only bilinear+mipmap for Skia/raster to-screen drawing (tdf#146024) | Luboš Luňák |
2021-11-30 | fix Skia copyArea() not coping with coordinates outside (tdf#145811) | Luboš Luňák |
2021-11-29 | implement xor drawing directly using Skia (tdf#141090) | Luboš Luňák |
2021-11-29 | remove Skia kDifference workaround | Luboš Luňák |
2021-11-22 | handle filling and stroking at the same time if possible | Luboš Luňák |
2021-11-22 | move code to helper functions | Luboš Luňák |
2021-11-19 | Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversions | Mike Kaganski |
2021-11-18 | Fix typos | Andrea Gelmini |
2021-11-18 | handle also curved lines for nojoin skia polylines (tdf#143837) | Luboš Luňák |
2021-11-17 | loplugin:simplifybool | Stephan Bergmann |
2021-11-16 | fix drawBitmap() unittests with Skia/HiDPI | Luboš Luňák |
2021-11-16 | try to avoid scaling bitmaps twice in Skia when drawing | Luboš Luňák |
2021-11-16 | make SkiaHelper::dump() available also in non-dbgutil builds | Luboš Luňák |
2021-11-16 | optimize Skia's copyArea() to copy less data | Luboš Luňák |
2021-11-16 | don't bother caching bitmaps that prefer shaders | Luboš Luňák |
2021-11-16 | when caching bitmaps in skia, take into account HiDPI | Luboš Luňák |
2021-11-16 | implement HiDPI support for Skia/Mac (tdf#144214) | Luboš Luňák |
2021-11-12 | get rid of Skia's 'rasterhack' for Invert() | Luboš Luňák |
2021-11-12 | revert part of 'loplugin:flatten' in Skia code | Luboš Luňák |
2021-11-12 | improve mergeToSinglePolyPolygon | Noel Grandin |
2021-11-12 | clean up SkCanvas before using the bitmap it's painted to | Luboš Luňák |
2021-11-12 | drop usage of SkSurface::draw() | Luboš Luňák |
2021-11-12 | reduce copy&paste | Luboš Luňák |
2021-10-21 | loplugin:flatten | Noel Grandin |
2021-10-10 | loplugin:moveparam in basegfx | Noel Grandin |
2021-09-10 | fix Skia/Raster screen flushing on Mac | Luboš Luňák |
2021-08-31 | reduce code duplication | Luboš Luňák |
2021-08-31 | Skia's kDifference now seems to cause crashes also on AMD/Windows | Luboš Luňák |
2021-08-26 | change some left,top,width,height usage in Skia to x,y,w,h | Luboš Luňák |
2021-08-25 | use our own Skia surface when using GPU screen drawing | Luboš Luňák |
2021-08-24 | initial Metal support for Mac/Skia | Luboš Luňák |
2021-08-24 | remove unnecessary separate SkSurface creating per render method | Luboš Luňák |
2021-08-24 | reduce skia realloc when drawing polygons | Noel Grandin |