summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Avoid CGContextSetLineWidth warning about negative line widthTor Lillqvist1-1/+6
2020-02-11tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-17/+49
2019-09-23tdf#124042: Remove unnecessary code for iOSTor Lillqvist1-15/+0
2019-09-20tdf#122221: Bin apparently unnecessary early returnTor Lillqvist1-0/+2
2019-09-20tdf#124042: If mrContext is zero, calling Core Graphics APIs on it is futileTor Lillqvist1-0/+5
2019-08-29make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl1-0/+4
2019-06-04tdf#125506 tdf#121241: only use rObjectToDevice if neededXisco Fauli1-2/+4
2019-04-30tdf#101854 Move to CommonSalLayout removed faux bold in macosTomaž Vajngerl2-3/+11
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli1-2/+2
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08Bin some leftover and actually unnecessary iOS crack in vclTor Lillqvist1-1/+0
2018-11-08tdf#120252 use the already transformed PolyPolygonArmin Le Grand1-1/+3
2018-11-06Bin more no longer needed dbgutil codeTor Lillqvist1-12/+0
2018-11-03Still use 'graphicsPort', even if deprecated in macOS 10.14Stephan Bergmann2-3/+9
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski2-21/+5
2018-10-30Fix typoAndrea Gelmini1-1/+1
2018-10-30Add comment about AquaSalGraphics::GetResolution() returning a DPI of 96Tor Lillqvist1-1/+5
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski1-2/+2
2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski1-2/+5
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski1-14/+2
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski2-7/+7
2018-10-25Need <o3tl/make_unique.hxx>Tor Lillqvist1-0/+1
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski1-4/+3
2018-10-21loplugin:redundantinlineStephan Bergmann2-2/+2
2018-10-14Simplify containers iterations in vclArkadiy Illarionov2-8/+6
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke1-8/+4
2018-10-11-Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14)Stephan Bergmann1-1/+1
2018-10-09Bin some no longer needed dbgutil codeTor Lillqvist1-6/+0
2018-10-09Bin horribly verbose image saving on iOS for debug purposesTor Lillqvist1-42/+0
2018-10-08Work around odd macOS 10.14 graphicsContextWithWindow failureStephan Bergmann1-1/+8
2018-10-06OSX use font cache based glyph rect cacheJan-Marek Glogowski1-1/+5
2018-10-05Bin some ancient debug tracing stuff from TiledLibreOffice daysTor Lillqvist1-157/+0
2018-10-05SAL_WRN and SAL_INFO tweaksTor Lillqvist2-2/+38
2018-10-04loplugin:redundantcastStephan Bergmann2-3/+3
2018-10-03We need to include <o3tl/make_unique.hxx> hereTor Lillqvist1-0/+1
2018-10-02We shouldn't call DrawTextLayout() without a context on iOSTor Lillqvist1-0/+8
2018-10-02LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memoryTor Lillqvist1-1/+1
2018-09-20loplugin:useuniqueptr in ImplPixelFormatNoel Grandin1-15/+11
2018-09-20loplugin:useuniqueptr in QuartzSalBitmap::CreateColorMaskNoel Grandin1-7/+3
2018-09-19loplugin:useuniqueptr in GetTTSimpleGlyphMetricsNoel Grandin2-9/+9
2018-09-19use unique_ptr in GetOUStringNoel Grandin1-4/+3
2018-09-18loplugin:external (macOS)Stephan Bergmann2-2/+2
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-4/+10
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand1-12/+27
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin3-9/+9
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara2-5/+5
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara1-3/+2
2018-08-21change FindFontSubstitute to operate on FontSelectPatternAttributesCaolán McNamara1-11/+3
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara1-19/+2
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara1-1/+1