summaryrefslogtreecommitdiff
path: root/vcl/coretext
AgeCommit message (Expand)AuthorFilesLines
2013-06-04Drop ENABLE_CORETEXTKhaled Hosny1-37/+0
2013-06-04Use Core Text font manager instead of deprecated ATSKhaled Hosny1-33/+17
2013-06-03Clarify headers.Michael Meeks3-52/+42
2013-06-03Drop Core Text dynamic loading stuffKhaled Hosny3-141/+13
2013-06-03Get the new Core Text code to compileKhaled Hosny4-96/+43
2013-06-03Cherry-pick Core Text port from AOOKhaled Hosny4-0/+2156
2013-05-18Drop unused mpGlyphPositions arrayKhaled Hosny1-9/+1
2013-05-18Simplify Core Text drawingKhaled Hosny1-32/+27
2013-05-18Remove unused variableKhaled Hosny1-7/+0
2013-05-18Fix Core Text GetCaretPositions()Khaled Hosny1-13/+18
2013-05-12WaE: private field 'mpGraphics' is not usedTor Lillqvist1-5/+3
2013-05-11[coretext] Attempt to fix jumping linesKhaled Hosny1-32/+30
2013-05-10[coretext] Fix drawing fallback fontsKhaled Hosny1-9/+38
2013-05-09MinorKhaled Hosny1-2/+2
2013-05-09[coretext] Fix line spacingKhaled Hosny1-3/+1
2013-04-12Turn off subpixel positioning for nowTor Lillqvist1-0/+1
2013-04-12Use my improved understanding of what a subset BitmapDevice isTor Lillqvist1-7/+19
2013-04-12A bit more logging in DrawText()Tor Lillqvist1-3/+9
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