summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-17loplugin:redundantfcastStephan Bergmann1-3/+3
2018-08-17loplugin:cstylecastStephan Bergmann1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen6-0/+6
2018-06-29This cast seems completely unnecessary to me?Tor Lillqvist1-1/+1
2018-06-29tdf#117335 Fix displaying GIF imagesBartosz Kosiorek1-6/+6
2018-06-27This should be a const NSString* so that we can pass such variables to itTor Lillqvist1-1/+1
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin1-5/+3
2018-06-11drop PhysicalFontFace::CloneNoel Grandin2-13/+1
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin2-7/+5
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin2-12/+7
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann2-5/+5
2018-05-22Fix typosAndrea Gelmini1-1/+1
2018-05-12Use HarfBuzz to get Kashida widthKhaled Hosny1-13/+2
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny1-4/+3
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski2-4/+42
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski2-42/+51
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny1-1/+1
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin1-6/+6
2018-04-17tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if neededArmin Le Grand1-5/+27
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin1-0/+1
2018-03-26replace SalColor with ColorNoel Grandin3-24/+24
2018-03-21Don't initialize data for --enable-dbgutil onlyStephan Bergmann1-13/+0
2018-03-21Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann1-3/+12