summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2014-04-12cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-04-11Put writing the CGImages behind the env var DBG_WRITE_CGIMAGESTor Lillqvist1-0/+3
2014-04-10ImageIO does not handle CGImageMasksTor Lillqvist1-1/+0
2014-04-10Avoid a couple of pointless constant variablesTor Lillqvist2-13/+5
2014-04-10More iOS-only debugging hackery: write CGImages out as PNGs for inspectionTor Lillqvist1-1/+37
2014-04-10Set mbPrinter anc mbVirDev for iOS, tooTor Lillqvist1-1/+1
2014-04-10Mention early exits in the verbose debugging logTor Lillqvist1-29/+32
2014-04-10CF_TRACE also the CFRetain to avoid confusionTor Lillqvist1-0/+1
2014-04-09CTRunData fix include mishapNorbert Thiebaud2-9/+4
2014-04-09coretext: what to include is SDK dependantNorbert Thiebaud1-0/+4
2014-04-09vcl quartz: cache per-run glyphs informationNorbert Thiebaud3-131/+270
2014-04-09Remove a couple of now unneeded includesTor Lillqvist1-2/+0
2014-04-07Fix thinkoTor Lillqvist1-1/+1
2014-04-07Add somewhat ridiculous debug hacks for CoreGrahics drawing debugging on iOSTor Lillqvist1-0/+141
2014-04-07Log correct depth for the created CGBitmapContextTor Lillqvist1-1/+2
2014-04-07Fill these buffers, too, with easily recognizable junk in dbgutil modeTor Lillqvist1-0/+12
2014-04-07Don't bother logging the CGContextSetLineWidth() here eitherTor Lillqvist1-1/+0
2014-04-07I think we should begin a new path in drawPolyLine()Tor Lillqvist1-0/+2
2014-04-07Add a couple of CG_TRACEsTor Lillqvist1-0/+3
2014-04-07Plug potential resource leakTor Lillqvist1-0/+3
2014-04-07Add CG_TRACEs to this (OS X -only) file, too, for completenessTor Lillqvist1-0/+22
2014-04-07TypoTor Lillqvist1-1/+1
2014-04-04Add more CG_TRACEs for completenessTor Lillqvist1-2/+7
2014-04-03Make it easier to catch code that assumes SalBitmaps are created pre-clearedTor Lillqvist1-0/+8
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist6-145/+0
2014-04-01Add some more CG_TRACEsTor Lillqvist1-0/+4
2014-04-01Avoid one iOS ifdefTor Lillqvist1-5/+0
2014-04-01Add two more CG_TRACEsTor Lillqvist1-0/+2
2014-04-01Stopgap fix to avoid using a null CGContextTor Lillqvist1-0/+6
2014-04-01SimplifyTor Lillqvist1-8/+0
2014-03-31More CoreGraphics tracingTor Lillqvist2-1/+15
2014-03-31More CoreGraphics tracingTor Lillqvist3-4/+31
2014-03-31Add SAL_INFOs for very detailed CoreGraphics tracingTor Lillqvist4-15/+163
2014-03-31Just spell out the NULL instead of having a const variable for itTor Lillqvist1-4/+3
2014-03-26Seems we don't need any basebmp stuff in AquaSalGraphics on iOSTor Lillqvist2-87/+11
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-9/+0
2014-03-24fix Mac buildStephan Bergmann1-1/+1
2014-03-24Revert "Resolves: #i124375# force soft-hyphen visibility for CoreText..."Caolán McNamara1-10/+1
2014-03-24Fix a few problems in the iOS vcl codeTor Lillqvist3-89/+121
2014-03-24Resolves: #i124375# force soft-hyphen visibility for CoreText...Herbert Dürr1-1/+10
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+1
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud2-6/+6
2014-03-20Bin some dead codeTor Lillqvist1-89/+5
2014-03-17fdo#67808 Fix Outline Font Effect support with CoreTextNorbert Thiebaud1-5/+54
2014-03-13fdo#55142 CoreText handling of trailing whitespace in justified modeHerbert Dürr1-58/+142
2014-03-10Hack on the iOS vcl codeTor Lillqvist3-71/+54
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-02-28Add SAL_OVERRIDE markup for the vcl OS X and iOS code, and follow-up cleanupTor Lillqvist1-21/+21
2014-02-26fdo#64957: #i124233# prevent the accumulation of rounding errorsHerbert Dürr1-4/+12
2014-02-26Use SAL_OVERRIDE consistently in CTLayoutTor Lillqvist1-14/+12