Age | Commit message (Expand) | Author |
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 |
2018-12-05 | tdf#121719: Revert fix for tdf#96971 | Xisco Fauli |
2018-11-08 | tdf#120252 use the already transformed PolyPolygon | Armin Le Grand |
2018-10-30 | Fix typo | Andrea Gelmini |
2018-10-30 | Add comment about AquaSalGraphics::GetResolution() returning a DPI of 96 | Tor Lillqvist |
2018-10-21 | loplugin:redundantinline | Stephan Bergmann |
2018-10-14 | Simplify containers iterations in vcl | Arkadiy Illarionov |
2018-10-13 | use range based loops over B2DPolyPolygon in vcl | Jochen Nitschke |
2018-10-11 | -Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14) | Stephan Bergmann |
2018-10-05 | Bin some ancient debug tracing stuff from TiledLibreOffice days | Tor Lillqvist |
2018-09-19 | loplugin:useuniqueptr in GetTTSimpleGlyphMetrics | Noel Grandin |
2018-09-13 | Support buffering SystemDependent GraphicData (II) | Armin Le Grand |