summaryrefslogtreecommitdiff
path: root/vcl/coretext
AgeCommit message (Expand)Author
2013-06-04Avoid crash on iOS: We need to get a valid context hereTor Lillqvist
2013-06-04Make the iOS vcl CoreText code build againTor Lillqvist
2013-06-04Drop the trailing white space crackKhaled Hosny
2013-06-04Add Emacs and vim mode linesTor Lillqvist
2013-06-04Drop "CJK extra leading" crackKhaled Hosny
2013-06-03Use Core Text font manager instead of deprecated ATSKhaled Hosny
2013-06-03Drop ENABLE_CORETEXTKhaled Hosny
2013-06-03Fix dbgutil buildTor Lillqvist
2013-06-03Clarify headers.Michael Meeks
2013-06-03Drop Core Text dynamic loading stuffKhaled Hosny
2013-06-03Get the new Core Text code to compileKhaled Hosny
2013-06-03Cherry-pick Core Text port from AOOKhaled Hosny
2013-05-22Revert "fdo#62846 incorrect glyph to Unicode mappings in PDFs"Tor Lillqvist
2013-05-22fdo#62846 incorrect glyph to Unicode mappings in PDFsJonathan Schultz
2013-05-18Drop unused mpGlyphPositions arrayKhaled Hosny
2013-05-18Simplify Core Text drawingKhaled Hosny
2013-05-18Remove unused variableKhaled Hosny
2013-05-18Fix Core Text GetCaretPositions()Khaled Hosny
2013-05-12WaE: private field 'mpGraphics' is not usedTor Lillqvist
2013-05-11[coretext] Attempt to fix jumping linesKhaled Hosny
2013-05-10[coretext] Fix drawing fallback fontsKhaled Hosny
2013-05-09MinorKhaled Hosny
2013-05-09[coretext] Fix line spacingKhaled Hosny
2013-04-12Turn off subpixel positioning for nowTor Lillqvist
2013-04-12Use my improved understanding of what a subset BitmapDevice isTor Lillqvist
2013-04-12A bit more logging in DrawText()Tor Lillqvist
2013-04-11Log the stretch factor if different from oneTor Lillqvist
2013-04-09WaE: unused variable 'lineRunGlyphStartIx'Tor Lillqvist
2013-04-08More fixes to the CoreText codeTor Lillqvist
2013-04-08Use SAL_FINAL hereTor Lillqvist
2013-04-08Use SAL_OVERRIDE and drop an unused member functionTor Lillqvist
2013-04-08Refactoring, no change in end resultTor Lillqvist
2013-04-08More hacking, still not working properlyTor Lillqvist
2013-04-08Bin some pointless SAL_INFOsTor Lillqvist
2013-04-08Add SAL_INFO output operator for CoreTextStyleInfoTor Lillqvist
2013-04-08Add SAL_INFO output operator for CTFontRefTor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist
2013-04-07Create a justified line if asked toTor Lillqvist
2013-04-07We have just one element in these tablesTor Lillqvist
2013-04-07Don't return in a (rare?) case without restoring the CGContext state stackTor Lillqvist
2013-04-07Use CGContextShowGlyphsWithAdvances()Tor Lillqvist
2013-04-07Take trailing whitesapce into considerationTor Lillqvist
2013-04-07Try calling RefreshRect() in DrawText() like in the ATSUI codeTor Lillqvist
2013-04-07Bin some #if 0 codeTor Lillqvist
2013-04-07mpChars2Glyphs is unusedTor Lillqvist
2013-04-06Move the SAL_INFO operator<< for ImplLayoutArgs to sallayout.hxx for re-useTor Lillqvist
2013-04-03Ensure we have a CGContext in a couple of more placesTor Lillqvist
2013-04-03It's the font *style* we are looking at hereTor Lillqvist
2013-04-03Add missing breakTor Lillqvist