summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text.h
Commit message (Expand)AuthorAgeFilesLines
* Only use subpixel-positioned text in UI when requested.derat@chromium.org2014-02-151-1/+3
* Renames gfx::FontList::Derive* family.yukishiino@chromium.org2014-01-311-3/+0
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2014-01-021-0/+15
* Clean-up: Retires obsolete Font methods of RenderText.yukishiino@chromium.org2013-12-291-4/+0
* Plumb the font hinting settings from render_text_pango.cc to SkPaint.erg@chromium.org2013-12-191-0/+1
* Revert of https://codereview.chromium.org/107513011/szym@chromium.org2013-12-161-16/+0
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2013-12-161-0/+16
* Revert of https://codereview.chromium.org/112063003/szym@chromium.org2013-12-131-16/+0
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2013-12-131-0/+16
* Adjust |index| into cursorable position in NativeTextfieldViews::GetCompositi...yukawa@chromium.org2013-12-041-10/+13
* RenderTextWin: Break line on a newline character ('\n')ckocagil@chromium.org2013-11-281-0/+1
* Views Textfield: Handle Ctrl+Shift direction and layout changes.msw@chromium.org2013-11-081-1/+4
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-11-011-12/+34
* Revert 231107 "Always aligns text at vertically center (Textfiel..."kuan@chromium.org2013-10-251-34/+12
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-10-251-12/+34
* Uses and returns the fractional width in text elidingjianli@chromium.org2013-10-101-0/+8
* Remove last dependencies on ui/base from ui/gfxben@chromium.org2013-09-271-1/+1
* Remove explicit namespace resolution from code in gfx namespaceckocagil@chromium.org2013-09-181-12/+12
* Windows implementation of multiline RenderTextckocagil@chromium.org2013-09-161-14/+77
* Move Range code to gfx.ben@chromium.org2013-09-061-13/+13
* when dragging from textfield, draw text without subpixel aa and in blackscottmg@chromium.org2013-08-091-2/+3
* Supports FontList in Textfield.yukishiino@chromium.org2013-08-011-1/+1
* Don't draw unfocused selections in RenderText.pkasting@chromium.org2013-07-021-10/+0
* Clamp RenderTextWin layout length to 10,000 code points.msw@chromium.org2013-06-291-7/+18
* Fix a couple of problems with bold text in the omnibox dropdown.pkasting@chromium.org2013-06-141-0/+4
* Use a direct include of strings headers in ui/, part 2.avi@chromium.org2013-06-111-1/+1
* ui/gfx: Use base::string16 now that string16 was moved into base namespace.tfarina@chromium.org2013-06-091-5/+5
* cros: Password echo support for keyboard driven OOBE.xiyuan@chromium.org2013-06-071-0/+11
* Fix cursor positioning regression from r201136. GetCursorPos() shouldn't assumepkasting@chromium.org2013-05-241-5/+5
* Add configurable vertical alignment to Textfields. The default is for text topkasting@chromium.org2013-05-201-7/+15
* Only use skia::RefPtr for refcountingenne@chromium.org2013-05-181-1/+2
* Views Textfield: Select whole words when the user double clicks and dragsckocagil@chromium.org2013-05-141-1/+3
* 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-6/+6
* Re-land: NativeTextfieldViews: Show the drop cursor when dragging textckocagil@chromium.org2013-04-181-8/+10
* Revert 193674 "NativeTextfieldViews: Show the drop cursor when d..."dmazzoni@chromium.org2013-04-111-4/+2
* NativeTextfieldViews: Show the drop cursor when dragging text. Enables Render...ckocagil@chromium.org2013-04-111-2/+4
* Add ability to draw only the selected portion of text in RenderText so that wevarunjain@chromium.org2013-02-151-0/+3
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-35/+61
* 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-5/+7
* Support obscured RenderTextWin passwords.msw@chromium.org2012-09-281-7/+17
* Add RenderText::SetFont() function to simplify some call sites.asvitkine@chromium.org2012-09-181-0/+1
* roll skia to 4991reed@google.com2012-08-071-0/+1
* Add RenderText DirectionalityMode enum and support; etc.msw@chromium.org2012-08-011-19/+11
* Add and specify Views::Textfield::SelectAll |reversed| flag, etc.msw@chromium.org2012-07-131-2/+8
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Rename RenderText::CreateRenderText() to RenderText::CreateInstance().asvitkine@chromium.org2012-07-091-1/+1
* RenderText: Expose a flag to disable clipping to workaround a Skia bug in the...asvitkine@chromium.org2012-06-221-0/+9
* Expose GetBaseline() method on RenderText.asvitkine@chromium.org2012-06-221-1/+5