summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland: Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-7/+7
* Revert of Fix Views inline autocomplete with multi-char graphemes. (https://c...falken@chromium.org2014-05-021-7/+7
* Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-7/+7
* RenderTextWin: Draw continuous diagonal strikes with multiple colorsckocagil@chromium.org2014-03-271-0/+2
* Clean-up: Retires obsolete Font methods of RenderText.yukishiino@chromium.org2013-12-291-2/+2
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-11-011-5/+5
* Make RenderTextMac more efficient by caching fonts and taking advantage of to...avi@chromium.org2013-10-301-4/+1
* Revert 231670 "Make RenderTextMac more efficient by caching font..."avi@chromium.org2013-10-301-1/+4
* Make RenderTextMac more efficient by caching fonts and taking advantage of to...avi@chromium.org2013-10-291-4/+1
* Revert 231107 "Always aligns text at vertically center (Textfiel..."kuan@chromium.org2013-10-251-5/+5
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-10-251-5/+5
* Uses and returns the fractional width in text elidingjianli@chromium.org2013-10-101-1/+6
* [Mac] Make Canvas::SizeStringInt return the ceiling value of the floating widthjianli@chromium.org2013-09-201-1/+1
* Remove explicit namespace resolution from code in gfx namespaceckocagil@chromium.org2013-09-181-5/+4
* Windows implementation of multiline RenderTextckocagil@chromium.org2013-09-161-2/+2
* Move Range code to gfx.ben@chromium.org2013-09-061-4/+4
* Supports FontList in Textfield.yukishiino@chromium.org2013-08-011-1/+1
* Adds unittests for RenderText (common baseline, etc.).yukishiino@chromium.org2013-07-311-0/+10
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-11/+15
* Fix cursor positioning regression from r201136. GetCursorPos() shouldn't assumepkasting@chromium.org2013-05-241-3/+2
* Add configurable vertical alignment to Textfields. The default is for text topkasting@chromium.org2013-05-201-0/+2
* Re-land: NativeTextfieldViews: Show the drop cursor when dragging textckocagil@chromium.org2013-04-181-1/+1
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-30/+34
* Fix a Skia assertion on mac.danakj@chromium.org2012-10-311-2/+3
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-6/+5
* Support obscured RenderTextWin passwords.msw@chromium.org2012-09-281-1/+11
* Switch RenderTextMac to use point font sizes instead of pixel font sizes.asvitkine@chromium.org2012-08-281-67/+4
* Add RenderText DirectionalityMode enum and support; etc.msw@chromium.org2012-08-011-4/+3
* Fix another leak in RenderTextMac.asvitkine@chromium.org2012-07-241-2/+2
* Fix memory leaks in RenderTextMac.asvitkine@chromium.org2012-07-231-10/+19
* Initial RenderTextMac implementation using CoreText.asvitkine@chromium.org2012-07-231-0/+369