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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Uses and returns the fractional width in text eliding
jianli@chromium.org
2013-10-10
1
-0
/
+5
*
Fix multiple problems with omnibox text handling across focus changes.
pkasting@chromium.org
2013-09-24
1
-1
/
+1
*
Remove explicit namespace resolution from code in gfx namespace
ckocagil@chromium.org
2013-09-18
1
-23
/
+20
*
Windows implementation of multiline RenderText
ckocagil@chromium.org
2013-09-16
1
-11
/
+113
*
Move a bunch of windows stuff from ui/base/win to ui/gfx/win
ben@chromium.org
2013-09-12
1
-3
/
+3
*
Move text_elider to gfx.
ben@chromium.org
2013-09-09
1
-2
/
+2
*
Move Range code to gfx.
ben@chromium.org
2013-09-06
1
-18
/
+19
*
when dragging from textfield, draw text without subpixel aa and in black
scottmg@chromium.org
2013-08-09
1
-1
/
+13
*
Fix RenderText offset issue with trailing cursors.
msw@chromium.org
2013-08-02
1
-3
/
+3
*
Supports FontList in Textfield.
yukishiino@chromium.org
2013-08-01
1
-5
/
+6
*
Fixes vertical alignment of RenderText.
yukishiino@chromium.org
2013-07-20
1
-3
/
+1
*
Replace third_party/icu/public with third_party/icu/source in the include dir...
jshin@chromium.org
2013-07-18
1
-2
/
+2
*
This caused failures in ui_unittests FontListTest.Fonts_GetHeight_GetBaseline
mark@chromium.org
2013-07-15
1
-1
/
+3
*
Shows Japanese and English mixed queries correctly.
yukishiino@chromium.org
2013-07-15
1
-3
/
+1
*
Don't draw unfocused selections in RenderText.
pkasting@chromium.org
2013-07-02
1
-6
/
+2
*
Clamp RenderTextWin layout length to 10,000 code points.
msw@chromium.org
2013-06-29
1
-25
/
+38
*
Fix a couple of problems with bold text in the omnibox dropdown.
pkasting@chromium.org
2013-06-14
1
-0
/
+5
*
ui/gfx: Use base::string16 now that string16 was moved into base namespace.
tfarina@chromium.org
2013-06-09
1
-2
/
+2
*
cros: Password echo support for keyboard driven OOBE.
xiyuan@chromium.org
2013-06-07
1
-2
/
+30
*
Fix cursor positioning regression from r201136. GetCursorPos() shouldn't assume
pkasting@chromium.org
2013-05-24
1
-8
/
+4
*
Add configurable vertical alignment to Textfields. The default is for text to
pkasting@chromium.org
2013-05-20
1
-16
/
+25
*
Only use skia::RefPtr for refcounting
enne@chromium.org
2013-05-18
1
-1
/
+1
*
Views Textfield: Select whole words when the user double clicks and drags
ckocagil@chromium.org
2013-05-14
1
-13
/
+14
*
Plumb text width from RenderText to Omnibox.
pkasting@chromium.org
2013-04-27
1
-4
/
+4
*
NativeTextfieldViews: Do not allow dropping text in the same place
ckocagil@chromium.org
2013-04-27
1
-10
/
+10
*
Re-land: NativeTextfieldViews: Show the drop cursor when dragging text
ckocagil@chromium.org
2013-04-18
1
-20
/
+19
*
Select last word when double clicked after the last character
ckocagil@chromium.org
2013-04-18
1
-0
/
+3
*
Revert 193674 "NativeTextfieldViews: Show the drop cursor when d..."
dmazzoni@chromium.org
2013-04-11
1
-9
/
+10
*
NativeTextfieldViews: Show the drop cursor when dragging text. Enables Render...
ckocagil@chromium.org
2013-04-11
1
-10
/
+9
*
Add ability to draw only the selected portion of text in RenderText so that we
varunjain@chromium.org
2013-02-15
1
-0
/
+11
*
Views Textfield: Copy on Ctrl+Insert, fix and disable overtype.
msw@chromium.org
2013-02-07
1
-9
/
+2
*
Replace StyleRange with BreakList; update RenderText, etc.
msw@chromium.org
2013-02-01
1
-222
/
+168
*
Fix Views textfield/omnibox diagonal strikethrough appearance.
msw@chromium.org
2012-12-06
1
-3
/
+3
*
Use min 1dip width for caret
oshima@chromium.org
2012-12-06
1
-6
/
+4
*
ui: Use skia::RefPtr<T> for implicit safe reference counting.
danakj@chromium.org
2012-12-05
1
-18
/
+17
*
ui: Prefer +/- operators to apply offsets.
danakj@chromium.org
2012-11-10
1
-1
/
+1
*
ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met...
danakj@chromium.org
2012-11-09
1
-2
/
+2
*
Change RenderText::GetOriginForDrawing() to GetOffsetForDrawing and return a ...
danakj@chromium.org
2012-11-01
1
-2
/
+2
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-29
/
+29
*
Support obscured RenderTextWin passwords.
msw@chromium.org
2012-09-28
1
-7
/
+15
*
Add RenderText::SetFont() function to simplify some call sites.
asvitkine@chromium.org
2012-09-18
1
-0
/
+4
*
Don't reset the layout on RenderText display rect width change.
asvitkine@chromium.org
2012-08-09
1
-2
/
+0
*
Add RenderText DirectionalityMode enum and support; etc.
msw@chromium.org
2012-08-01
1
-0
/
+43
*
Add and specify Views::Textfield::SelectAll |reversed| flag, etc.
msw@chromium.org
2012-07-13
1
-8
/
+6
*
Fix tab title fading direction in RTL locales.
asvitkine@chromium.org
2012-06-28
1
-1
/
+4
*
Removes DCHECK that I *always* hit when running chromeos on a linux
sky@chromium.org
2012-06-28
1
-1
/
+0
*
RenderText: Expose a flag to disable clipping to workaround a Skia bug in the...
asvitkine@chromium.org
2012-06-22
1
-5
/
+10
*
Use pango underline metrics in RenderTextLinux.
asvitkine@chromium.org
2012-06-12
1
-5
/
+21
*
Remove trace code from render_text.cc.
asvitkine@chromium.org
2012-05-31
1
-9
/
+2
*
Update std::vector<ShadowValue> to ShadowValues.
xiyuan@chromium.org
2012-05-29
1
-2
/
+1
[next]