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_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a RenderText test that checks that matching parentheses use the same font.
asvitkine@chromium.org
2012-05-12
1
-0
/
+19
*
chromeos: Add flag for subpixel-positioned text.
derat@chromium.org
2012-05-09
1
-3
/
+8
*
ash: Better and faster text shadows.
xiyuan@chromium.org
2012-04-11
1
-0
/
+1
*
Re-land: Use a common font baseline in RenderText classes.
asvitkine@chromium.org
2012-04-04
1
-1
/
+4
*
Revert 130447 - Use a common font baseline in RenderText classes.
dbeam@chromium.org
2012-04-04
1
-4
/
+1
*
Use a common font baseline in RenderText classes.
asvitkine@chromium.org
2012-04-03
1
-1
/
+4
*
Add a SkiaTextRenderer::SetFontFamilyWithStyle
xiyuan@chromium.org
2012-03-24
1
-6
/
+4
*
aura/linux: Get UI text subpixel settings from FontConfig.
derat@chromium.org
2012-03-21
1
-1
/
+28
*
Reorder RenderText[Win|Linux] methods to match RenderText order.
asvitkine@chromium.org
2012-03-19
1
-24
/
+24
*
Avoid using skia::ScopedPlatformPaint in RenderTextLinux::EnsureLayout(). Thi...
reveman@google.com
2012-03-16
1
-3
/
+5
*
ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.
tfarina@chromium.org
2012-03-15
1
-2
/
+2
*
ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h
tfarina@chromium.org
2012-03-14
1
-1
/
+1
*
Rename UpdateLayout() to ResetLayout() which is more accurate.
xji@chromium.org
2012-03-13
1
-24
/
+20
*
Simplify handling of BiDi cursor movement
benrg@chromium.org
2012-03-13
1
-154
/
+82
*
Minor improvements to render_text_linux.cc
benrg@chromium.org
2012-03-07
1
-35
/
+20
*
Support for password entry fields, with all characters
benrg@chromium.org
2012-03-02
1
-55
/
+50
*
Disable subpixel rendering for transparent textfields.
derat@chromium.org
2012-02-28
1
-0
/
+1
*
Add diagonal strike support in RenderText
oshima@chromium.org
2012-01-27
1
-11
/
+2
*
Add support for horizontal text alignment to RenderText.
asvitkine@chromium.org
2012-01-24
1
-2
/
+1
*
Merge left and right cursor movement code in RenderText, and misc fixes
benrg@chromium.org
2012-01-21
1
-291
/
+148
*
Fix cursor in replacement mode is not drawn correctly.
xji@chromium.org
2012-01-18
1
-1
/
+1
*
Add text fading API to RenderText.
asvitkine@chromium.org
2012-01-17
1
-0
/
+3
*
Enable bold and italic text styles in RenderText*.
asvitkine@chromium.org
2012-01-10
1
-0
/
+32
*
Revert 116945 - Enable bold and italic text styles in RenderText*.
binji@chromium.org
2012-01-09
1
-32
/
+0
*
Enable bold and italic text styles in RenderText*.
asvitkine@chromium.org
2012-01-09
1
-0
/
+32
*
specify locale-dependent font list for UI on ChromeOS, so that those fonts ha...
xji@chromium.org
2012-01-04
1
-45
/
+4
*
Revert 114953 (breaks cros font sizes, etc.) - specify locale-dependent font ...
msw@chromium.org
2011-12-20
1
-3
/
+44
*
Make CanvasSkia take a gfx::Size as the first parameter.
tfarina@chromium.org
2011-12-20
1
-1
/
+1
*
specify locale-dependent font list for UI on ChromeOS, so that those fonts ha...
xji@chromium.org
2011-12-19
1
-44
/
+3
*
Optimize setting the font when drawing in RenderTextLinux.
asvitkine@chromium.org
2011-12-15
1
-1
/
+6
*
Add traces in text code
piman@chromium.org
2011-12-14
1
-1
/
+6
*
Remove UpdateLayout from SetSelectionModel, since except fonts, all other sty...
xji@chromium.org
2011-12-13
1
-29
/
+3
*
Revert 113956 (revert didn't help) - Revert 113635 (speculative revert for bu...
thakis@chromium.org
2011-12-10
1
-0
/
+2
*
Revert 113635 (speculative revert for bug 107104)
thakis@chromium.org
2011-12-10
1
-2
/
+0
*
Draw text via Skia in RenderTextLinux.
asvitkine@chromium.org
2011-12-09
1
-27
/
+123
*
Improve RenderTextWin font fallback.
asvitkine@chromium.org
2011-12-08
1
-0
/
+2
*
Revert 113606 - Improve RenderTextWin font fallback.
sky@chromium.org
2011-12-08
1
-2
/
+0
*
Improve RenderTextWin font fallback.
asvitkine@chromium.org
2011-12-08
1
-0
/
+2
*
Revert 113075 (requested by asvitkine) (requested by asvitkine) (requested by...
thakis@chromium.org
2011-12-06
1
-2
/
+0
*
Improve RenderTextWin font fallback.
asvitkine@chromium.org
2011-12-06
1
-0
/
+2
*
Revert 112983 - Improve RenderTextWin font fallback.
avi@chromium.org
2011-12-05
1
-2
/
+0
*
Improve RenderTextWin font fallback.
asvitkine@chromium.org
2011-12-05
1
-0
/
+2
*
Separate selection highlight from pango layout, highlight selection using skia.
xji@chromium.org
2011-11-30
1
-100
/
+132
*
Revert 111288 - Possibly broke media_unittests on Mac
rsleevi@chromium.org
2011-11-23
1
-1
/
+6
*
ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-11-23
1
-6
/
+1
*
Update layout when selection is updated.
oshima@chromium.org
2011-11-09
1
-25
/
+4
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
1
-2
/
+2
*
1. Implement move cursor left/right by word.
xji@google.com
2011-09-22
1
-10
/
+93
*
This is a reapply of
xji@google.com
2011-09-21
1
-15
/
+23
*
Revert 102006 - fix know issues in RenderText
sky@chromium.org
2011-09-20
1
-23
/
+15
[next]