summaryrefslogtreecommitdiff
path: root/vcl/coretext
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Log the stretch factor if different from oneTor Lillqvist1-0/+2
2013-04-09WaE: unused variable 'lineRunGlyphStartIx'Tor Lillqvist1-0/+1
2013-04-08More fixes to the CoreText codeTor Lillqvist1-8/+12
2013-04-08Use SAL_FINAL hereTor Lillqvist1-1/+1
2013-04-08Use SAL_OVERRIDE and drop an unused member functionTor Lillqvist1-30/+23
2013-04-08Refactoring, no change in end resultTor Lillqvist1-63/+85
2013-04-08More hacking, still not working properlyTor Lillqvist1-64/+91
2013-04-08Bin some pointless SAL_INFOsTor Lillqvist1-9/+1
2013-04-08Add SAL_INFO output operator for CoreTextStyleInfoTor Lillqvist1-0/+12
2013-04-08Add SAL_INFO output operator for CTFontRefTor Lillqvist1-0/+16
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-3/+3
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist1-12/+1
2013-04-07Create a justified line if asked toTor Lillqvist1-0/+11
2013-04-07We have just one element in these tablesTor Lillqvist1-2/+2
2013-04-07Don't return in a (rare?) case without restoring the CGContext state stackTor Lillqvist1-1/+1
2013-04-07Use CGContextShowGlyphsWithAdvances()Tor Lillqvist1-5/+7
2013-04-07Take trailing whitesapce into considerationTor Lillqvist1-2/+9
2013-04-07Try calling RefreshRect() in DrawText() like in the ATSUI codeTor Lillqvist1-0/+24
2013-04-07Bin some #if 0 codeTor Lillqvist1-9/+1
2013-04-07mpChars2Glyphs is unusedTor Lillqvist1-9/+0
2013-04-06Move the SAL_INFO operator<< for ImplLayoutArgs to sallayout.hxx for re-useTor Lillqvist1-61/+0
2013-04-03Ensure we have a CGContext in a couple of more placesTor Lillqvist1-3/+11
2013-04-03It's the font *style* we are looking at hereTor Lillqvist1-16/+12
2013-04-03Add missing breakTor Lillqvist1-0/+1
2013-04-03Fix heap corruptionTor Lillqvist1-1/+0
2013-03-26Remove unnecessary code that was based on a wrong guessTor Lillqvist1-17/+0
2013-03-26Handle different basebmp scanline formats and flip vertically when neededTor Lillqvist1-4/+30
2013-03-26Try kCGImageAlphaNoneSkipLastTor Lillqvist1-1/+1
2013-03-26Move SAL_WARN_IFTor Lillqvist1-2/+2
2013-03-26Initial hack attempt to get something renderedTor Lillqvist1-0/+6
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist3-5/+49
2013-03-19trailing whitespacesThomas Arnhold1-1/+1
2013-01-30Cosmetics and more informative SAL_INFO output from InitGIA()Tor Lillqvist1-64/+40
2013-01-30Fix SAL_INFO output from SetColor()Tor Lillqvist1-1/+1
2013-01-29More work on the CoreText codeTor Lillqvist4-146/+278
2013-01-29Undo pointless field name changesTor Lillqvist2-132/+189
2013-01-19De-duplication of CoreText code and headers for OS X and iOSTor Lillqvist4-0/+1502