Age | Commit message (Expand) | Author |
2024-07-20 | Remove now unneeded osl/diagnose.h | Gabor Kelemen |
2022-09-11 | vcl: Move CreateFontSubset() to PhysicalFontFace | Khaled Hosny |
2022-09-11 | vcl: Add a PhysicalFontFace-backed TrueTypeFont | Khaled Hosny |
2022-09-08 | vcl: Pass FontCharMap to OpenTTFont*() when possible | Khaled Hosny |
2022-09-06 | vcl: Drop unused SalGraphics::CreateFontSubset() argument | Khaled Hosny |
2022-01-14 | VCL drop m_pInstance from *nix SalData | Jan-Marek Glogowski |
2021-10-05 | vcl: test PhysicalFontFace and move to vcl::font namespace | Chris Sherlock |
2021-05-22 | tdf#142061 Add window scaling to XOR emulation on macOS | Thorsten Wagner |
2021-04-30 | vcl: iOS/macOS - move graphic render func. into AquaGraphicsBackend | Tomaž Vajngerl |
2021-04-27 | vcl: store XorEmulation in a unique_ptr not raw pointer | Tomaž Vajngerl |
2021-03-23 | tdf#141063 Always use region rectangles for clipping on macOS | Thorsten Wagner |
2021-02-24 | add additional 0-1 alpha argument to DrawTransformedBitmap() | Luboš Luňák |
2021-02-24 | simply use drawTransformedBitmap() | Luboš Luňák |
2021-01-21 | loplugin:doubleconvert (macOS) | Stephan Bergmann |
2021-01-17 | tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675 | Tor Lillqvist |
2021-01-17 | tdf#138122 Add window scaling for retina displays on macOS | Thorsten Wagner |
2020-11-15 | loplugin:toolslong in Library_vclplug_osx | Stephan Bergmann |
2020-11-15 | DPI values are generally represented as sal_Int32 in VCL | Stephan Bergmann |
2020-11-14 | remove SalPoint | Noel Grandin |
2020-10-29 | Speed improments | 191919 |
2020-09-29 | disentangle AA and B2D use in VCL drawing | Luboš Luňák |
2020-09-28 | rename for disentangling AA and B2D use in VCL drawing | Luboš Luňák |
2020-09-15 | WIN OSX Qt5 unify CreateFontSubset code | Jan-Marek Glogowski |
2020-07-21 | Improved oplugin:staticanonymous -> redundantstatic redux, macOS | Stephan Bergmann |
2020-06-11 | loplugin:simplifybool (macOS) | Stephan Bergmann |
2020-05-05 | fix line width in DrawPolyLine() with matrix (tdf#132498) | Luboš Luňák |
2020-04-28 | Fix typos | Andrea Gelmini |
2020-03-25 | Avoid CGContextSetLineWidth warning about negative line width | Tor Lillqvist |
2020-03-06 | tdf#124848 partial refactor hairline logic | Armin Le Grand |
2020-02-10 | cid#1458168 silence bogus Dereference after null check | Caolán McNamara |
2020-02-08 | Fix typo | Andrea Gelmini |
2020-02-07 | tdf#130478 Enhance Dashed line drawing on all systems | Armin Le Grand (Collabora) |
2020-01-03 | Avoid -Werror,-Wdeprecated-anon-enum-enum-conversion | Stephan Bergmann |
2019-11-15 | loplugin:fakebool and loplugin:consttobool (macOS) | Stephan Bergmann |
2019-09-26 | remove internal use of 16-bit packed formats | Noel Grandin |
2019-07-25 | tdf#124042: Remove unnecessary code for iOS | Tor Lillqvist |
2019-06-07 | Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tag | Tor Lillqvist |
2019-06-06 | loplugin:data (macOS) | Stephan Bergmann |
2019-06-04 | tdf#122221: Bin apparently unnecessary early return | Tor Lillqvist |
2019-06-02 | tdf#125506: use rObjectToDevice if needed | Xisco Fauli |
2019-05-31 | tdf#125506 tdf#121241: No need to transform to DeviceCoordinates | Xisco Fauli |
2019-05-22 | tdf#124271 use the bitmap context, handle scaling | Tomaž Vajngerl |
2019-05-18 | use CGContextHolder in copyBits | Tomaž Vajngerl |
2019-05-18 | Wrap CGLayer into a CGLayerHolder class and move code to use it | Tomaž Vajngerl |
2019-05-17 | handle CG state save/restore in ContextHolder class | Tomaž Vajngerl |
2019-05-17 | Wrap CGContext into a ContextHolder class | Tomaž Vajngerl |
2019-03-15 | tdf#124042: If mrContext is zero, calling Core Graphics APIs on it is futile | Tor Lillqvist |
2019-02-26 | sal_uLong->sal_uInt32 in drawEPS | Noel Grandin |
2018-12-21 | Add follow-up comment with guess why it must be 96 | Tor Lillqvist |
2018-12-11 | OSX implement bitmap-only rendering mode | Jan-Marek Glogowski |