summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text_mac.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ui/gfx/.avi2015-12-231-1/+4
* mac: Remove unnecessary conversions from font to string in ui/gfx/.erikchen2015-12-091-3/+1
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-0/+1
* RenderTextMac: Update runs when the color changestapted2015-09-251-1/+5
* Cache gfx::RenderText instances in views::Label.mukai2015-03-111-0/+1
* Use GetDisplayText() instead of text() for rendering text.mukai2015-03-091-2/+24
* Reduce the number of text reshaping in RenderTextoshima2015-02-141-6/+8
* MacViews: Use RenderTextHarfBuzz only for Textfieldsandresantoso2014-12-091-0/+1
* Standardize usage of virtual/override/final in ui/dcheng2014-10-211-16/+16
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-15/+15
* Reland: Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-1/+1
* Revert of Fix Views inline autocomplete with multi-char graphemes. (https://c...falken@chromium.org2014-05-021-1/+1
* Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-1/+1
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-11-011-1/+1
* Revert 231107 "Always aligns text at vertically center (Textfiel..."kuan@chromium.org2013-10-251-1/+1
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-10-251-1/+1
* Uses and returns the fractional width in text elidingjianli@chromium.org2013-10-101-1/+2
* Remove explicit namespace resolution from code in gfx namespaceckocagil@chromium.org2013-09-181-3/+2
* Move Range code to gfx.ben@chromium.org2013-09-061-2/+3
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-2/+2
* Fix cursor positioning regression from r201136. GetCursorPos() shouldn't assumepkasting@chromium.org2013-05-241-3/+1
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-1/+3
* Support obscured RenderTextWin passwords.msw@chromium.org2012-09-281-1/+3
* Add RenderText DirectionalityMode enum and support; etc.msw@chromium.org2012-08-011-1/+0
* Fix memory leaks in RenderTextMac.asvitkine@chromium.org2012-07-231-0/+4
* Initial RenderTextMac implementation using CoreText.asvitkine@chromium.org2012-07-231-0/+96