summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Invert the RenderTextWin glyph y-offset value.msw@chromium.org2014-05-071-1/+1
* Reland: Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-21/+19
* Revert of Fix Views inline autocomplete with multi-char graphemes. (https://c...falken@chromium.org2014-05-021-19/+21
* Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-21/+19
* Remove no longer needed instrumentation in RenderTextWin.asvitkine@chromium.org2014-03-291-7/+0
* RenderTextWin: Draw continuous diagonal strikes with multiple colorsckocagil@chromium.org2014-03-271-0/+2
* Add temporary instrumentation to diagnose a RenderTextWin crash.asvitkine@chromium.org2014-02-281-0/+7
* Only use subpixel-positioned text in UI when requested.derat@chromium.org2014-02-151-1/+2
* Clean-up: Renames gfx::Font's methods and removes its obsolete methods.yukishiino@chromium.org2014-02-131-1/+1
* Clean-up: Retires obsolete Font methods of RenderText.yukishiino@chromium.org2013-12-291-1/+1
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-1/+2
* RenderTextWin: Break line on a newline character ('\n')ckocagil@chromium.org2013-11-281-7/+31
* RenderTextWin: Break runs at UBLOCK_MISCELLANEOUS_SYMBOLS.msw@chromium.org2013-11-051-3/+9
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-11-011-5/+5
* RenderTextWin: Break runs at UBLOCK_GEOMETRIC_SHAPES.msw@chromium.org2013-10-311-7/+36
* 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
* Temporarily revert r221850 to get a tighter range on XP perf botsckocagil@chromium.org2013-10-121-32/+7
* Remove explicit namespace resolution from code in gfx namespaceckocagil@chromium.org2013-09-181-21/+21
* Windows implementation of multiline RenderTextckocagil@chromium.org2013-09-161-76/+389
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-121-6/+6
* Re-land: "RenderTextWin: Break runs between any two characters that are not i...ckocagil@chromium.org2013-09-071-7/+33
* Revert 221776 "RenderTextWin: Break runs between any two charact..."rouslan@chromium.org2013-09-061-33/+7
* RenderTextWin: Break runs between any two characters that are not in the same...ckocagil@chromium.org2013-09-061-7/+33
* Move Range code to gfx.ben@chromium.org2013-09-061-18/+18
* Remove unused variable declaration.etienneb@chromium.org2013-09-051-1/+0
* Supports FontList in Textfield.yukishiino@chromium.org2013-08-011-1/+1
* Adds unittests for RenderText (common baseline, etc.).yukishiino@chromium.org2013-07-311-0/+7
* RenderTextWin: allow empty glyph ranges in CharRangeToGlyphRangeckocagil@chromium.org2013-07-311-1/+2
* Re-land: Colors shouldn't break runs and should be handled while drawing the ...ckocagil@chromium.org2013-07-291-20/+57
* Initialize TextRun::logical_clusters when ScriptShape failsckocagil@chromium.org2013-07-261-9/+20
* Disallow RenderText cursor positions within truncated text.msw@chromium.org2013-07-261-2/+6
* Fixes vertical alignment of RenderTextWin.yukishiino@chromium.org2013-07-241-6/+9
* Skip painting RenderTextWin runs outside the display rect.msw@chromium.org2013-07-231-1/+6
* Revert 212778 "Colors shouldn't break runs and should be handled..."akalin@chromium.org2013-07-221-47/+18
* Colors shouldn't break runs and should be handled while drawing the textckocagil@chromium.org2013-07-201-18/+47
* Clamp RenderTextWin layout length to 10,000 code points.msw@chromium.org2013-06-291-43/+44
* Fix RenderTextWin ligature handling.msw@chromium.org2013-06-131-12/+4
* Use a direct include of strings headers in ui/, part 2.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Fix cursor positioning regression from r201136. GetCursorPos() shouldn't assumepkasting@chromium.org2013-05-241-6/+3
* Add configurable vertical alignment to Textfields. The default is for text topkasting@chromium.org2013-05-201-20/+19
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-34/+30
* ui/gfx: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-121-1/+1
* Change RenderText::GetOriginForDrawing() to GetOffsetForDrawing and return a ...danakj@chromium.org2012-11-011-2/+1
* RenderTextWin: Use "box" glyph from the original font when no font could disp...asvitkine@chromium.org2012-10-301-5/+22
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-1/+1
* Support obscured RenderTextWin passwords.msw@chromium.org2012-09-281-36/+67
* Refactor font linking code out of RenderTextWin.asvitkine@chromium.org2012-09-071-230/+77