summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text_harfbuzz.cc
Commit message (Expand)AuthorAgeFilesLines
* Move allow_character_break property to RenderText.mukai2015-03-281-13/+41
* Fix accidental updates of host's baselines_ in Elide().mukai2015-03-261-0/+3
* Remove the code which sorts and removes duplicates from the fallback font listananta2015-03-261-12/+15
* Break runs by clusters rather than iteration over code pointsmukai2015-03-261-4/+7
* Don't add Segoe UI to the fallback font list if it is the system font.ananta2015-03-241-4/+8
* Remove duplicate fonts from the font fallback list.ananta2015-03-201-0/+13
* Add Segoe UI and its set of linked fonts to the font back list on Windows.ananta2015-03-181-0/+10
* Cache gfx::RenderText instances in views::Label.mukai2015-03-111-0/+4
* Adding baseline options for super/sub scriptingdschuyler2015-03-111-5/+36
* Use GetDisplayText() instead of text() for rendering text.mukai2015-03-091-11/+0
* Revert "adding baseline options for super/sub scripting"Jun Mukai2015-03-071-36/+5
* adding baseline options for super/sub scriptingdschuyler2015-03-061-5/+36
* Rename: background_is_transparent -> subpixel_rendering_enabledmukai2015-02-191-2/+2
* ui: Cleanup the usage of scoped_ptr throughout.tfarina2015-02-191-1/+1
* Fix the x-offset calculation when drawing the text.mukai2015-02-191-2/+4
* Fix multiline behaviors for RTL text.mukai2015-02-191-25/+34
* Add float version of gfx::Rangeckocagil2015-02-181-5/+5
* Reduce the number of text reshaping in RenderTextoshima2015-02-141-142/+275
* Add minimum line height for render text.mukai2015-02-101-2/+2
* Add float 'width' for LineSegment for fractional width.mukai2015-02-101-16/+20
* Add multiline support to RenderTextHarfBuzz.mukai2015-02-061-71/+323
* Extract the Skia implementation of HarfBuzz font to its own fileckocagil2015-02-061-266/+1
* Treat dingbats and emoticons as unusual blocks.mukai2015-01-171-1/+5
* Further instrumentations of app list text painting.vadimt2014-12-161-2/+61
* Further instrumentations of app list text painting.vadimt2014-12-111-0/+32
* MacViews: Use RenderTextHarfBuzz only for Textfieldsandresantoso2014-12-091-0/+4
* Enable subpixel positioning for UIckocagil2014-12-021-26/+38
* Remove unneeded object copies in range-based for loops.dcheng2014-12-011-1/+1
* Instrumenting AppListView::InitAsBubbleInternal internals to find source of j...vadimt2014-11-251-0/+11
* Set the antialiasing flag in the SkPaint structure used by the RenderTextHarf...ananta2014-11-111-0/+1
* Fix clipping RenderTextHarfBuzz text on Windows 8.msw2014-11-111-3/+1
* RenderTextHarfBuzz: Try fallback fonts of the Uniscribe font while shapingckocagil2014-10-291-11/+32
* Make RenderTextHarfBuzz examine full font list.derat2014-10-251-4/+5
* Avoid extra FontRenderParams queries in RenderTextHarfBuzz.derat2014-10-241-47/+48
* Type conversion fixes, text rendering edition.pkasting2014-10-211-15/+18
* RTHB: Limit text to 10k code unitsckocagil2014-09-221-1/+6
* RenderTextHarfBuzz: Break runs at parentheses so they aren't affected by font...Cem Kocagil2014-09-041-19/+40
* Re-land: RenderTextHarfBuzz: Set font render parameters in font data functionsckocagil2014-08-251-9/+20
* Revert 290474 "RenderTextHarfBuzz: Set font render parameters in..."sashab@chromium.org2014-08-191-20/+9
* RenderTextHarfBuzz: Set font render parameters in font data functionsckocagil@chromium.org2014-08-191-9/+20
* include <limits> for std::numeric_limitsmostynb@opera.com2014-08-121-0/+1
* RenderTextHarfBuzz: Don't leak HarfBuzz facesckocagil@chromium.org2014-08-101-18/+27
* Enable RenderTextHarfBuzz by defaultckocagil@chromium.org2014-08-091-2/+16
* Support float widths in RenderTextHarfBuzz.msw@chromium.org2014-08-081-17/+21
* RenderTextHarfBuzz: Check CreateSkiaTypeface return value against NULLckocagil@chromium.org2014-08-031-13/+44
* RenderTextHarfBuzz: Allow mid-glyph cursors in multi-grapheme clustersckocagil@chromium.org2014-07-301-70/+122
* Prepare to enable RenderTextHarfBuzz by defaultckocagil@chromium.org2014-07-261-11/+12
* Fix RenderTextHarfBuzz glyph offset regression.msw@chromium.org2014-07-201-2/+3
* RenderTextHarfBuzz: Implement font fallback for Win and Linuxckocagil@chromium.org2014-07-191-16/+60
* ui/gfx: Allow for font-specific rendering settings.derat@chromium.org2014-07-141-3/+3