summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)Author
2019-03-15tdf#124042: If mrContext is zero, calling Core Graphics APIs on it is futileTor Lillqvist
2019-03-08Don'tbuild HarfBuzz with Core Text support on macOS/iOSKhaled Hosny
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-02-01remove unnecessary SAL_WARNNoel Grandin
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski
2018-12-26The macOS+iOS-specific BitmapSystemData::rImageContext was not used anywhereTor Lillqvist
2018-12-26Add some pondering about code of questionable provenance in a commentTor Lillqvist
2018-12-21Bin unnecessary #ifdef, this file is for macOS onlyTor Lillqvist
2018-12-21Add follow-up comment with guess why it must be 96Tor Lillqvist
2018-12-21Add a bit more information to a SAL_WARNTor Lillqvist
2018-12-11Adapt MACOSX/IOS ifdef for the now constness of the nFlags variableTor Lillqvist
2018-12-11Do as the docs say: Use the CGContext property instead of graphicsPortTor Lillqvist
2018-12-11Comment out an assertion that fails every time for me on macOSTor Lillqvist
2018-12-11OSX implement bitmap-only rendering modeJan-Marek Glogowski
2018-12-11OSX always fall back to a bitmap contextJan-Marek Glogowski
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-08Bin some leftover and actually unnecessary iOS crack in vclTor Lillqvist
2018-11-08tdf#120252 use the already transformed PolyPolygonArmin Le Grand
2018-11-06Bin more no longer needed dbgutil codeTor Lillqvist
2018-11-03Still use 'graphicsPort', even if deprecated in macOS 10.14Stephan Bergmann
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-30Fix typoAndrea Gelmini
2018-10-30Add comment about AquaSalGraphics::GetResolution() returning a DPI of 96Tor Lillqvist
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski
2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-25Need <o3tl/make_unique.hxx>Tor Lillqvist
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski
2018-10-21loplugin:redundantinlineStephan Bergmann
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke
2018-10-11-Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14)Stephan Bergmann
2018-10-09Bin some no longer needed dbgutil codeTor Lillqvist
2018-10-09Bin horribly verbose image saving on iOS for debug purposesTor Lillqvist
2018-10-08Work around odd macOS 10.14 graphicsContextWithWindow failureStephan Bergmann
2018-10-06OSX use font cache based glyph rect cacheJan-Marek Glogowski
2018-10-05Bin some ancient debug tracing stuff from TiledLibreOffice daysTor Lillqvist
2018-10-05SAL_WRN and SAL_INFO tweaksTor Lillqvist
2018-10-04loplugin:redundantcastStephan Bergmann
2018-10-03We need to include <o3tl/make_unique.hxx> hereTor Lillqvist
2018-10-02We shouldn't call DrawTextLayout() without a context on iOSTor Lillqvist
2018-10-02LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memoryTor Lillqvist
2018-09-20loplugin:useuniqueptr in ImplPixelFormatNoel Grandin