| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land: "RenderTextWin: Break runs between any two characters that are not i... | ckocagil@chromium.org | 2013-09-07 | 1 | -7/+33 |
* | Revert 221776 "RenderTextWin: Break runs between any two charact..." | rouslan@chromium.org | 2013-09-06 | 1 | -33/+7 |
* | RenderTextWin: Break runs between any two characters that are not in the same... | ckocagil@chromium.org | 2013-09-06 | 1 | -7/+33 |
* | Move Range code to gfx. | ben@chromium.org | 2013-09-06 | 1 | -18/+18 |
* | Remove unused variable declaration. | etienneb@chromium.org | 2013-09-05 | 1 | -1/+0 |
* | Supports FontList in Textfield. | yukishiino@chromium.org | 2013-08-01 | 1 | -1/+1 |
* | Adds unittests for RenderText (common baseline, etc.). | yukishiino@chromium.org | 2013-07-31 | 1 | -0/+7 |
* | RenderTextWin: allow empty glyph ranges in CharRangeToGlyphRange | ckocagil@chromium.org | 2013-07-31 | 1 | -1/+2 |
* | Re-land: Colors shouldn't break runs and should be handled while drawing the ... | ckocagil@chromium.org | 2013-07-29 | 1 | -20/+57 |
* | Initialize TextRun::logical_clusters when ScriptShape fails | ckocagil@chromium.org | 2013-07-26 | 1 | -9/+20 |
* | Disallow RenderText cursor positions within truncated text. | msw@chromium.org | 2013-07-26 | 1 | -2/+6 |
* | Fixes vertical alignment of RenderTextWin. | yukishiino@chromium.org | 2013-07-24 | 1 | -6/+9 |
* | Skip painting RenderTextWin runs outside the display rect. | msw@chromium.org | 2013-07-23 | 1 | -1/+6 |
* | Revert 212778 "Colors shouldn't break runs and should be handled..." | akalin@chromium.org | 2013-07-22 | 1 | -47/+18 |
* | Colors shouldn't break runs and should be handled while drawing the text | ckocagil@chromium.org | 2013-07-20 | 1 | -18/+47 |
* | Clamp RenderTextWin layout length to 10,000 code points. | msw@chromium.org | 2013-06-29 | 1 | -43/+44 |
* | Fix RenderTextWin ligature handling. | msw@chromium.org | 2013-06-13 | 1 | -12/+4 |
* | Use a direct include of strings headers in ui/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in ui/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Fix cursor positioning regression from r201136. GetCursorPos() shouldn't assume | pkasting@chromium.org | 2013-05-24 | 1 | -6/+3 |
* | Add configurable vertical alignment to Textfields. The default is for text to | pkasting@chromium.org | 2013-05-20 | 1 | -20/+19 |
* | Replace StyleRange with BreakList; update RenderText, etc. | msw@chromium.org | 2013-02-01 | 1 | -34/+30 |
* | ui/gfx: Convert scoped_arrays to the new scoped_ptr style. | tfarina@chromium.org | 2013-01-12 | 1 | -1/+1 |
* | Change RenderText::GetOriginForDrawing() to GetOffsetForDrawing and return a ... | danakj@chromium.org | 2012-11-01 | 1 | -2/+1 |
* | RenderTextWin: Use "box" glyph from the original font when no font could disp... | asvitkine@chromium.org | 2012-10-30 | 1 | -5/+22 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 1 | -1/+1 |
* | Support obscured RenderTextWin passwords. | msw@chromium.org | 2012-09-28 | 1 | -36/+67 |
* | Refactor font linking code out of RenderTextWin. | asvitkine@chromium.org | 2012-09-07 | 1 | -230/+77 |
* | Refactor RenderTextWin to create helper function LayoutTextRun. | asvitkine@chromium.org | 2012-09-06 | 1 | -141/+147 |
* | Add RenderText DirectionalityMode enum and support; etc. | msw@chromium.org | 2012-08-01 | 1 | -10/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-07-26 | 1 | -1/+4 |
* | base: Make ScopedVector::clear() destroy elements. | derat@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | RenderTextWin: Use a font that can at least partially display the run, if pos... | asvitkine@chromium.org | 2012-07-10 | 1 | -9/+42 |
* | Rename RenderText::CreateRenderText() to RenderText::CreateInstance(). | asvitkine@chromium.org | 2012-07-09 | 1 | -1/+1 |
* | Fix RenderTextWin base direction; remove test exceptions; etc. | msw@chromium.org | 2012-07-04 | 1 | -7/+14 |
* | Ignore Unicode BiDi control characters in missing glyphs check in RenderTextWin. | asvitkine@chromium.org | 2012-06-30 | 1 | -1/+13 |
* | Expose GetBaseline() method on RenderText. | asvitkine@chromium.org | 2012-06-22 | 1 | -0/+5 |
* | Use ScopedVector in RenderTextWin. | asvitkine@chromium.org | 2012-06-04 | 1 | -4/+1 |
* | RenderTextWin: Trim whitespace when stripping parentheses from the font name. | asvitkine@chromium.org | 2012-05-30 | 1 | -2/+4 |
* | RenderTextWin: Don't ignore entries with only filenames during font linking. | asvitkine@chromium.org | 2012-05-29 | 1 | -21/+103 |
* | Rewrite RenderText::IndexOfAdjacentGrapheme() in terms of IsCursorablePositio... | asvitkine@chromium.org | 2012-05-16 | 1 | -51/+0 |
* | Add a RenderText test that checks that matching parentheses use the same font. | asvitkine@chromium.org | 2012-05-12 | 1 | -0/+10 |
* | Detect missing glyphs as returned by Vista in RenderTextWin. | asvitkine@chromium.org | 2012-05-03 | 1 | -16/+37 |
* | Cache successful substitute fonts in RenderTextWin. | asvitkine@chromium.org | 2012-05-03 | 1 | -1/+20 |
* | Fix issue where RenderTextWin would use different fonts to render matching pa... | asvitkine@chromium.org | 2012-05-02 | 1 | -1/+0 |
* | Fix RenderTextWin CJK font linking size on Windows XP. | asvitkine@chromium.org | 2012-04-30 | 1 | -8/+24 |
* | Use font linking based on the original run font in RenderTextWin. | asvitkine@chromium.org | 2012-04-24 | 1 | -2/+15 |
* | Fix RenderTextWin font linking with custom fonts. | asvitkine@chromium.org | 2012-04-23 | 1 | -5/+5 |
* | Always try metafile font fallback in the case of missing glyphs in RenderText... | asvitkine@chromium.org | 2012-04-13 | 1 | -45/+50 |
* | ash: Better and faster text shadows. | xiyuan@chromium.org | 2012-04-11 | 1 | -0/+1 |