summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor views::Label and gfx::RenderText shadow functions.msw@chromium.org2014-06-181-5/+4
* Fix and simplify RTHB GetGlyphXBoundary logicckocagil@chromium.org2014-06-131-0/+2
* Add fade eliding for Views Labels; related cleanup.msw@chromium.org2014-06-051-16/+5
* More or less implement RenderTextHarfBuzzckocagil@chromium.org2014-05-221-1/+9
* Remove RenderText::MoveCursorTo gfx::Point helper.msw@chromium.org2014-05-071-5/+0
* Reland: Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-9/+11
* Revert of Fix Views inline autocomplete with multi-char graphemes. (https://c...falken@chromium.org2014-05-021-11/+9
* Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-9/+11
* RenderTextWin: Draw continuous diagonal strikes with multiple colorsckocagil@chromium.org2014-03-271-1/+27
* Clip Views textfield drag images to selected text.msw@chromium.org2014-03-061-4/+0
* Infinite Suggest - views implementation skanuj@chromium.org2014-02-241-6/+6
* 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