Age | Commit message (Expand) | Author |
2019-10-14 | Fix method name origin in SAL_WARN_IF(vcl/quartz/salgdi) | Julien Nabet |
2019-09-26 | remove internal use of 16-bit packed formats | Noel Grandin |
2019-09-23 | loplugin:fragiledestructor (macOS) | Stephan Bergmann |
2019-09-07 | remove some unnecessary casts | Noel Grandin |
2019-08-28 | loplugin:returnconstval (macOS) | Stephan Bergmann |
2019-08-27 | Consolidate ImplCalcLineSpacing() | Khaled Hosny |
2019-08-23 | loplugin:returnconstval in vcl | Noel Grandin |
2019-07-30 | tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxx | Gabor Kelemen |
2019-07-25 | tdf#124042: Remove unnecessary code for iOS | Tor Lillqvist |
2019-07-16 | loplugin:simplifyconstruct (macOS) | Stephan Bergmann |
2019-07-06 | Constify GlyphItem | Jan-Marek Glogowski |
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 AquaSalBitmap | Tomaž Vajngerl |
2019-05-18 | use CGContextHolder in copyBits | Tomaž Vajngerl |
2019-05-18 | use CGContextHolder in AquaVirtualDevice | Tomaž Vajngerl |
2019-05-18 | Wrap CGLayer into a CGLayerHolder class and move code to use it | Tomaž Vajngerl |
2019-05-18 | macOS: store VirtualDevice size in an instance variable | 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-05-13 | Make BitmapColor inherit from / merge into Color | Jan-Marek Glogowski |
2019-05-08 | Add some comments to macOS backend impl. of SalBitmap | Tomaž Vajngerl |
2019-04-21 | tdf#101854 Move to CommonSalLayout removed faux bold in macos | Tomaž Vajngerl |
2019-03-15 | tdf#124042: If mrContext is zero, calling Core Graphics APIs on it is futile | Tor Lillqvist |
2019-03-08 | Don'tbuild HarfBuzz with Core Text support on macOS/iOS | Khaled Hosny |
2019-03-08 | make it possible to use FileDefinitionWidgetDraw in more backends | Tomaž Vajngerl |
2019-02-26 | sal_uLong->sal_uInt32 in drawEPS | Noel Grandin |
2019-02-08 | o3tl::make_unique -> std::make_unique in tools..xmloff | Gabor Kelemen |
2019-02-01 | remove unnecessary SAL_WARN | Noel Grandin |
2019-01-25 | Assert missing SalGraphics font on GetTextLayout | Jan-Marek Glogowski |
2019-01-25 | Change SalGraphics::GetTextLayout definition | Jan-Marek Glogowski |
2018-12-26 | The macOS+iOS-specific BitmapSystemData::rImageContext was not used anywhere | Tor Lillqvist |
2018-12-26 | Add some pondering about code of questionable provenance in a comment | Tor Lillqvist |
2018-12-21 | Bin unnecessary #ifdef, this file is for macOS only | Tor Lillqvist |
2018-12-21 | Add follow-up comment with guess why it must be 96 | Tor Lillqvist |
2018-12-21 | Add a bit more information to a SAL_WARN | Tor Lillqvist |
2018-12-11 | Adapt MACOSX/IOS ifdef for the now constness of the nFlags variable | Tor Lillqvist |
2018-12-11 | Do as the docs say: Use the CGContext property instead of graphicsPort | Tor Lillqvist |
2018-12-11 | Comment out an assertion that fails every time for me on macOS | Tor Lillqvist |
2018-12-11 | OSX implement bitmap-only rendering mode | Jan-Marek Glogowski |
2018-12-11 | OSX always fall back to a bitmap context | Jan-Marek Glogowski |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-05 | tdf#121719: Revert fix for tdf#96971 | Xisco Fauli |
2018-11-29 | Rename Mac OS X to official name macOS in comments and documentation | Bartosz Kosiorek |
2018-11-19 | tdf#42949 Fix IWYU warnings in include/vcl/[ab]* | Gabor Kelemen |
2018-11-08 | Bin some leftover and actually unnecessary iOS crack in vcl | Tor Lillqvist |