summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)Author
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
2018-09-20loplugin:useuniqueptr in QuartzSalBitmap::CreateColorMaskNoel Grandin
2018-09-19loplugin:useuniqueptr in GetTTSimpleGlyphMetricsNoel Grandin
2018-09-19use unique_ptr in GetOUStringNoel Grandin
2018-09-18loplugin:external (macOS)Stephan Bergmann
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21change FindFontSubstitute to operate on FontSelectPatternAttributesCaolán McNamara
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara
2018-08-17loplugin:redundantfcastStephan Bergmann
2018-08-17loplugin:cstylecastStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-29This cast seems completely unnecessary to me?Tor Lillqvist
2018-06-29tdf#117335 Fix displaying GIF imagesBartosz Kosiorek
2018-06-27This should be a const NSString* so that we can pass such variables to itTor Lillqvist
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-11drop PhysicalFontFace::CloneNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin