summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text.cc
Commit message (Expand)AuthorAgeFilesLines
* Uses and returns the fractional width in text elidingjianli@chromium.org2013-10-101-0/+5
* Fix multiple problems with omnibox text handling across focus changes.pkasting@chromium.org2013-09-241-1/+1
* Remove explicit namespace resolution from code in gfx namespaceckocagil@chromium.org2013-09-181-23/+20
* Windows implementation of multiline RenderTextckocagil@chromium.org2013-09-161-11/+113
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-121-3/+3
* Move text_elider to gfx.ben@chromium.org2013-09-091-2/+2
* Move Range code to gfx.ben@chromium.org2013-09-061-18/+19
* when dragging from textfield, draw text without subpixel aa and in blackscottmg@chromium.org2013-08-091-1/+13
* Fix RenderText offset issue with trailing cursors.msw@chromium.org2013-08-021-3/+3
* Supports FontList in Textfield.yukishiino@chromium.org2013-08-011-5/+6
* Fixes vertical alignment of RenderText.yukishiino@chromium.org2013-07-201-3/+1
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-2/+2
* This caused failures in ui_unittests FontListTest.Fonts_GetHeight_GetBaselinemark@chromium.org2013-07-151-1/+3
* Shows Japanese and English mixed queries correctly.yukishiino@chromium.org2013-07-151-3/+1
* Don't draw unfocused selections in RenderText.pkasting@chromium.org2013-07-021-6/+2
* Clamp RenderTextWin layout length to 10,000 code points.msw@chromium.org2013-06-291-25/+38
* Fix a couple of problems with bold text in the omnibox dropdown.pkasting@chromium.org2013-06-141-0/+5
* ui/gfx: Use base::string16 now that string16 was moved into base namespace.tfarina@chromium.org2013-06-091-2/+2
* cros: Password echo support for keyboard driven OOBE.xiyuan@chromium.org2013-06-071-2/+30
* Fix cursor positioning regression from r201136. GetCursorPos() shouldn't assumepkasting@chromium.org2013-05-241-8/+4
* Add configurable vertical alignment to Textfields. The default is for text topkasting@chromium.org2013-05-201-16/+25
* Only use skia::RefPtr for refcountingenne@chromium.org2013-05-181-1/+1
* Views Textfield: Select whole words when the user double clicks and dragsckocagil@chromium.org2013-05-141-13/+14
* Plumb text width from RenderText to Omnibox.pkasting@chromium.org2013-04-271-4/+4
* NativeTextfieldViews: Do not allow dropping text in the same placeckocagil@chromium.org2013-04-271-10/+10
* Re-land: NativeTextfieldViews: Show the drop cursor when dragging textckocagil@chromium.org2013-04-181-20/+19
* Select last word when double clicked after the last characterckocagil@chromium.org2013-04-181-0/+3
* Revert 193674 "NativeTextfieldViews: Show the drop cursor when d..."dmazzoni@chromium.org2013-04-111-9/+10
* NativeTextfieldViews: Show the drop cursor when dragging text. Enables Render...ckocagil@chromium.org2013-04-111-10/+9
* Add ability to draw only the selected portion of text in RenderText so that wevarunjain@chromium.org2013-02-151-0/+11
* Views Textfield: Copy on Ctrl+Insert, fix and disable overtype.msw@chromium.org2013-02-071-9/+2
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-222/+168
* Fix Views textfield/omnibox diagonal strikethrough appearance.msw@chromium.org2012-12-061-3/+3
* Use min 1dip width for caretoshima@chromium.org2012-12-061-6/+4
* ui: Use skia::RefPtr<T> for implicit safe reference counting.danakj@chromium.org2012-12-051-18/+17
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-101-1/+1
* ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met...danakj@chromium.org2012-11-091-2/+2
* Change RenderText::GetOriginForDrawing() to GetOffsetForDrawing and return a ...danakj@chromium.org2012-11-011-2/+2
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-29/+29
* Support obscured RenderTextWin passwords.msw@chromium.org2012-09-281-7/+15
* Add RenderText::SetFont() function to simplify some call sites.asvitkine@chromium.org2012-09-181-0/+4
* Don't reset the layout on RenderText display rect width change.asvitkine@chromium.org2012-08-091-2/+0
* Add RenderText DirectionalityMode enum and support; etc.msw@chromium.org2012-08-011-0/+43
* Add and specify Views::Textfield::SelectAll |reversed| flag, etc.msw@chromium.org2012-07-131-8/+6
* Fix tab title fading direction in RTL locales.asvitkine@chromium.org2012-06-281-1/+4
* Removes DCHECK that I *always* hit when running chromeos on a linuxsky@chromium.org2012-06-281-1/+0
* RenderText: Expose a flag to disable clipping to workaround a Skia bug in the...asvitkine@chromium.org2012-06-221-5/+10
* Use pango underline metrics in RenderTextLinux.asvitkine@chromium.org2012-06-121-5/+21
* Remove trace code from render_text.cc.asvitkine@chromium.org2012-05-311-9/+2
* Update std::vector<ShadowValue> to ShadowValues.xiyuan@chromium.org2012-05-291-2/+1