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
*
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
*
Move shadow looper generation code into skia_util.
xiyuan@chromium.org
2012-05-25
1
-38
/
+1
*
Fix logging of string16s from gfx namespace on Windows.
asvitkine@chromium.org
2012-05-17
1
-4
/
+7
*
Rewrite RenderText::IndexOfAdjacentGrapheme() in terms of IsCursorablePositio...
asvitkine@chromium.org
2012-05-16
1
-0
/
+24
*
Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory.
tfarina@chromium.org
2012-05-14
1
-21
/
+1
*
Revert 136998 - ui/gfx: Fix merge conflicts removing merge tags.
tfarina@chromium.org
2012-05-14
1
-0
/
+19
*
ui/gfx: Fix merge conflicts removing merge tags.
tfarina@chromium.org
2012-05-14
1
-19
/
+0
*
ui: Move NativeTheme files into ui/base/native_theme/ directory.
tfarina@chromium.org
2012-05-14
1
-1
/
+21
*
Remove RenderText's dependency on NativeTheme.
asvitkine@chromium.org
2012-05-14
1
-10
/
+14
*
Coverity: Fix an uninitialized member variable.
jhawkins@chromium.org
2012-05-10
1
-0
/
+1
*
Skip the deferred painting workaround when there is a looper.
xiyuan@chromium.org
2012-05-04
1
-1
/
+6
*
Fix ugly non-ClearType text rendering in tab strip.
asvitkine@chromium.org
2012-05-02
1
-4
/
+34
*
ash: Better and faster text shadows.
xiyuan@chromium.org
2012-04-11
1
-1
/
+57
*
Use the RenderText's computed text height instead of Font::GetHeight() in can...
asvitkine@chromium.org
2012-04-05
1
-3
/
+1
*
Re-land: Use a common font baseline in RenderText classes.
asvitkine@chromium.org
2012-04-04
1
-4
/
+2
*
Revert 130447 - Use a common font baseline in RenderText classes.
dbeam@chromium.org
2012-04-04
1
-2
/
+6
*
Use a common font baseline in RenderText classes.
asvitkine@chromium.org
2012-04-03
1
-6
/
+2
*
Avoid resetting the RenderText layout on SetDisplayRect() except when the wid...
asvitkine@chromium.org
2012-03-30
1
-1
/
+2
*
ui/gfx: Prefer to use SkAutoUnref over SkAutoTUnref.
tfarina@chromium.org
2012-03-27
1
-9
/
+9
*
Change RenderTextWin to use SetFontFamilyWithStyle().
asvitkine@chromium.org
2012-03-27
1
-27
/
+0
*
Use the font baseline to calculate the skia drawing offset rather than the fo...
reveman@chromium.org
2012-03-26
1
-2
/
+2
*
Add a SkiaTextRenderer::SetFontFamilyWithStyle
xiyuan@chromium.org
2012-03-24
1
-0
/
+18
*
ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h
tfarina@chromium.org
2012-03-14
1
-1
/
+0
*
ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.
tfarina@chromium.org
2012-03-13
1
-1
/
+1
*
Rename UpdateLayout() to ResetLayout() which is more accurate.
xji@chromium.org
2012-03-13
1
-8
/
+8
*
Simplify handling of BiDi cursor movement
benrg@chromium.org
2012-03-13
1
-111
/
+109
*
browser: Minor changes to use SkPoint::iset() function.
tfarina@chromium.org
2012-03-03
1
-7
/
+5
*
Support for password entry fields, with all characters
benrg@chromium.org
2012-03-02
1
-1
/
+28
*
views: Add Textfield::SetCursorColor().
derat@chromium.org
2012-02-29
1
-8
/
+5
*
Disable subpixel rendering for transparent textfields.
derat@chromium.org
2012-02-28
1
-0
/
+1
*
Respect the system ClearType setting in RenderTextWin.
asvitkine@chromium.org
2012-02-17
1
-0
/
+7
*
Pass const gfx::Rect& as the first parameter to FillRect.
tfarina@chromium.org
2012-02-01
1
-2
/
+2
*
Add diagonal strike support in RenderText
oshima@chromium.org
2012-01-27
1
-3
/
+21
*
Add support for horizontal text alignment to RenderText.
asvitkine@chromium.org
2012-01-24
1
-36
/
+62
*
Aura: apply UI font list to cros.
xji@chromium.org
2012-01-24
1
-0
/
+7
*
aura/views: Use colors from NativeTheme in the omnibox popup.
sadrul@chromium.org
2012-01-23
1
-6
/
+9
*
Merge left and right cursor movement code in RenderText, and misc fixes
benrg@chromium.org
2012-01-21
1
-129
/
+55
*
RenderText: Pan to show additional overflow text when the display width incre...
msw@chromium.org
2012-01-18
1
-1
/
+7
*
Fix cursor in replacement mode is not drawn correctly.
xji@chromium.org
2012-01-18
1
-5
/
+30
*
Add text fading API to RenderText.
asvitkine@chromium.org
2012-01-17
1
-8
/
+136
*
Fix input text is not visible in Find bar textfield and Add Bookmark name field.
xji@chromium.org
2012-01-12
1
-1
/
+1
*
Enable bold and italic text styles in RenderText*.
asvitkine@chromium.org
2012-01-10
1
-2
/
+29
[next]