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
...
*
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
*
Revert 116945 - Enable bold and italic text styles in RenderText*.
binji@chromium.org
2012-01-09
1
-29
/
+2
*
Enable bold and italic text styles in RenderText*.
asvitkine@chromium.org
2012-01-09
1
-2
/
+29
*
specify locale-dependent font list for UI on ChromeOS, so that those fonts ha...
xji@chromium.org
2012-01-04
1
-39
/
+14
*
[Coverity] More pass by val -> pass by const ref.
dbeam@chromium.org
2011-12-29
1
-2
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-0
/
+1
*
Revert 114953 (breaks cros font sizes, etc.) - specify locale-dependent font ...
msw@chromium.org
2011-12-20
1
-13
/
+38
*
specify locale-dependent font list for UI on ChromeOS, so that those fonts ha...
xji@chromium.org
2011-12-19
1
-38
/
+13
*
ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-12-17
1
-4
/
+2
*
Optimize setting the font when drawing in RenderTextLinux.
asvitkine@chromium.org
2011-12-15
1
-2
/
+10
*
Add traces in text code
piman@chromium.org
2011-12-14
1
-1
/
+9
*
Remove UpdateLayout from SetSelectionModel, since except fonts, all other sty...
xji@chromium.org
2011-12-13
1
-1
/
+0
*
Revert 113956 (revert didn't help) - Revert 113635 (speculative revert for bu...
thakis@chromium.org
2011-12-10
1
-8
/
+7
*
Revert 113635 (speculative revert for bug 107104)
thakis@chromium.org
2011-12-10
1
-7
/
+8
*
Draw text via Skia in RenderTextLinux.
asvitkine@chromium.org
2011-12-09
1
-0
/
+86
*
Improve RenderTextWin font fallback.
asvitkine@chromium.org
2011-12-08
1
-8
/
+7
*
Revert 113606 - Improve RenderTextWin font fallback.
sky@chromium.org
2011-12-08
1
-7
/
+8
*
Improve RenderTextWin font fallback.
asvitkine@chromium.org
2011-12-08
1
-8
/
+7
*
Revert 113075 (requested by asvitkine) (requested by asvitkine) (requested by...
thakis@chromium.org
2011-12-06
1
-7
/
+8
*
Improve RenderTextWin font fallback.
asvitkine@chromium.org
2011-12-06
1
-8
/
+7
*
Revert 112983 - Improve RenderTextWin font fallback.
avi@chromium.org
2011-12-05
1
-7
/
+8
*
Improve RenderTextWin font fallback.
asvitkine@chromium.org
2011-12-05
1
-8
/
+7
*
Upon calling RenderText::SelectRange, the selection style should be applied.
pkotwicz@chromium.org
2011-12-02
1
-0
/
+1
*
Separate selection highlight from pango layout, highlight selection using skia.
xji@chromium.org
2011-11-30
1
-84
/
+37
*
Revert 111288 - Possibly broke media_unittests on Mac
rsleevi@chromium.org
2011-11-23
1
-1
/
+3
*
ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-11-23
1
-3
/
+1
*
Update layout when selection is updated.
oshima@chromium.org
2011-11-09
1
-0
/
+5
*
ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-31
1
-1
/
+1
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
1
-1
/
+1
*
ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-26
1
-2
/
+1
*
Fix style_range_.erase() which caused style range not deleted completely and ...
xji@google.com
2011-10-14
1
-5
/
+6
*
1. change the setters of gfx::SelectionModel to be private. Set one alone mig...
xji@google.com
2011-10-12
1
-3
/
+26
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
1
-5
/
+5
*
Fix selection handler position in touch.
xji@google.com
2011-10-03
1
-14
/
+14
*
Fix omnibox state for each tab.
xji@google.com
2011-09-28
1
-45
/
+0
*
This is a reapply of
xji@google.com
2011-09-21
1
-38
/
+31
*
Revert 102006 - fix know issues in RenderText
sky@chromium.org
2011-09-20
1
-31
/
+38
*
fix know issues in RenderText
xji@google.com
2011-09-20
1
-38
/
+31
*
Since cursor width is 0, need to offset cursor_bounds_.x and display_offst_.x...
xji@google.com
2011-09-07
1
-2
/
+2
[prev]
[next]