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