index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
gfx
/
render_text_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Invert the RenderTextWin glyph y-offset value.
msw@chromium.org
2014-05-07
1
-1
/
+1
*
Reland: Fix Views inline autocomplete with multi-char graphemes.
msw@chromium.org
2014-05-02
1
-21
/
+19
*
Revert of Fix Views inline autocomplete with multi-char graphemes. (https://c...
falken@chromium.org
2014-05-02
1
-19
/
+21
*
Fix Views inline autocomplete with multi-char graphemes.
msw@chromium.org
2014-05-02
1
-21
/
+19
*
Remove no longer needed instrumentation in RenderTextWin.
asvitkine@chromium.org
2014-03-29
1
-7
/
+0
*
RenderTextWin: Draw continuous diagonal strikes with multiple colors
ckocagil@chromium.org
2014-03-27
1
-0
/
+2
*
Add temporary instrumentation to diagnose a RenderTextWin crash.
asvitkine@chromium.org
2014-02-28
1
-0
/
+7
*
Only use subpixel-positioned text in UI when requested.
derat@chromium.org
2014-02-15
1
-1
/
+2
*
Clean-up: Renames gfx::Font's methods and removes its obsolete methods.
yukishiino@chromium.org
2014-02-13
1
-1
/
+1
*
Clean-up: Retires obsolete Font methods of RenderText.
yukishiino@chromium.org
2013-12-29
1
-1
/
+1
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-1
/
+1
*
Update uses of UTF conversions in ui/ to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-1
/
+2
*
RenderTextWin: Break line on a newline character ('\n')
ckocagil@chromium.org
2013-11-28
1
-7
/
+31
*
RenderTextWin: Break runs at UBLOCK_MISCELLANEOUS_SYMBOLS.
msw@chromium.org
2013-11-05
1
-3
/
+9
*
Always aligns text at vertically center (Textfield, Label).
yukishiino@chromium.org
2013-11-01
1
-5
/
+5
*
RenderTextWin: Break runs at UBLOCK_GEOMETRIC_SHAPES.
msw@chromium.org
2013-10-31
1
-7
/
+36
*
Revert 231107 "Always aligns text at vertically center (Textfiel..."
kuan@chromium.org
2013-10-25
1
-5
/
+5
*
Always aligns text at vertically center (Textfield, Label).
yukishiino@chromium.org
2013-10-25
1
-5
/
+5
*
Temporarily revert r221850 to get a tighter range on XP perf bots
ckocagil@chromium.org
2013-10-12
1
-32
/
+7
*
Remove explicit namespace resolution from code in gfx namespace
ckocagil@chromium.org
2013-09-18
1
-21
/
+21
*
Windows implementation of multiline RenderText
ckocagil@chromium.org
2013-09-16
1
-76
/
+389
*
Move a bunch of windows stuff from ui/base/win to ui/gfx/win
ben@chromium.org
2013-09-12
1
-6
/
+6
*
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
[next]