summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2014-05-23Add SAL_INFO tracing for CoreText callsTor Lillqvist2-1/+15
2014-05-23Use CG_TRACE consistentlyTor Lillqvist1-2/+1
2014-05-23fdo#77993 actually impact 10.6 too apparentlyNorbert Thiebaud1-3/+3
2014-05-15AOO: #i124823# fix the calculation of leading metrics for CoreTextHerbert Dürr1-2/+5
2014-05-13vcl-quartz: fix for fdo#77993 (specific to OS X <10.6)Douglas Mencken1-1/+15
2014-05-09Handle all-space corner caseStephan Bergmann1-1/+2
2014-05-08Handle CTFontCreatePathForGlyph failureStephan Bergmann1-0/+3
2014-05-08fix memory leaks in vcl quartzPtyl Dragon2-0/+2
2014-04-24vcl-quartz: fix build of recently introduced DrawTextSpecial for OSX<10.6Douglas Mencken1-0/+4
2014-04-23Avoid integer overflowStephan Bergmann1-8/+23
2014-04-22CTRunData fix for exporting SPI stuff on OSX < 10.6Douglas Mencken1-0/+8
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