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
/
canvas_skia.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bookmark button text directionality and eliding.
msw@chromium.org
2014-06-25
1
-2
/
+9
*
Refactor views::Label and gfx::RenderText shadow functions.
msw@chromium.org
2014-06-18
1
-1
/
+1
*
Add fade eliding for Views Labels; related cleanup.
msw@chromium.org
2014-06-05
1
-58
/
+28
*
Remove explicit Skia save flags.
fmalita@chromium.org
2014-03-28
1
-2
/
+2
*
mac: Prepare for -Wunused-functions.
thakis@chromium.org
2013-11-07
1
-0
/
+2
*
Work around issue seen in Linux GTK where some tabs have no text.
mgiuca@chromium.org
2013-10-31
1
-1
/
+10
*
Use string directionality for CanvasSkia fade truncation; cleanup.
msw@chromium.org
2013-10-30
1
-37
/
+3
*
New avatar button text should be rendered with a halo.
noms@chromium.org
2013-10-22
1
-1
/
+1
*
Uses and returns the fractional width in text eliding
jianli@chromium.org
2013-10-10
1
-9
/
+9
*
Remove Linux-specific canvas_skia.cc hack.
asvitkine@chromium.org
2013-10-08
1
-16
/
+0
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
1
-2
/
+2
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
1
-2
/
+2
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-20
1
-2
/
+2
*
Remove explicit namespace resolution from code in gfx namespace
ckocagil@chromium.org
2013-09-18
1
-7
/
+7
*
Move text_elider to gfx.
ben@chromium.org
2013-09-09
1
-10
/
+10
*
Move Range code to gfx.
ben@chromium.org
2013-09-06
1
-9
/
+9
*
Supports gfx::FontList in gfx::Canvas and ui::ElideText family.
yukishiino@chromium.org
2013-08-22
1
-51
/
+69
*
ui/gfx: Use base::string16 now that string16 was moved into base namespace.
tfarina@chromium.org
2013-06-09
1
-17
/
+18
*
Add line height setting to views::Label & use it for notifications.
dharcourt@chromium.org
2013-04-19
1
-8
/
+14
*
Replace StyleRange with BreakList; update RenderText, etc.
msw@chromium.org
2013-02-01
1
-60
/
+48
*
ui/gfx: Extract RemoveAcceleratorChar() out of skia_util.*
tfarina@chromium.org
2012-11-14
1
-1
/
+1
*
ui: Prefer +/- operators to apply offsets.
danakj@chromium.org
2012-11-10
1
-4
/
+4
*
Remove unused custom vertical text alignment in CanvasSkia.
msw@chromium.org
2012-11-06
1
-32
/
+12
*
Cleanup: avoid foo ? true : false, part 1.
thestig@chromium.org
2012-09-27
1
-1
/
+1
*
Add RenderText::SetFont() function to simplify some call sites.
asvitkine@chromium.org
2012-09-18
1
-1
/
+1
*
ui: No need to typedef testing::Test in unittests.
tfarina@chromium.org
2012-07-27
1
-1
/
+1
*
Remove Linux-specific mapping from NO_ELLIPSIS to MULTI_LINE in canvas_skia.cc.
asvitkine@chromium.org
2012-07-24
1
-5
/
+0
*
Cleanup gfx::Canvas now that 10562027 has landed
pkotwicz@chromium.org
2012-07-24
1
-4
/
+6
*
Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landed
acolwell@chromium.org
2012-07-23
1
-6
/
+4
*
Cleanup gfx::Canvas now that 10562027 has landed
pkotwicz@chromium.org
2012-07-23
1
-4
/
+6
*
Fix fade-truncation of LTR tab titles under RTL UI.
asvitkine@chromium.org
2012-07-09
1
-0
/
+4
*
Rename RenderText::CreateRenderText() to RenderText::CreateInstance().
asvitkine@chromium.org
2012-07-09
1
-4
/
+4
*
Fix RenderTextWin base direction; remove test exceptions; etc.
msw@chromium.org
2012-07-04
1
-2
/
+3
*
Fix default alignment of drawn text when no alignment flags are passed.
asvitkine@chromium.org
2012-07-04
1
-0
/
+8
*
Fix eliding of LTR tab title in RTL UI under non-Windows Views.
asvitkine@chromium.org
2012-07-04
1
-3
/
+0
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-07
1
-1
/
+1
*
Revert 140877 - Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
1
-1
/
+1
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
1
-1
/
+1
*
Fix issue with multi-line alignment in canvas_skia.cc.
asvitkine@chromium.org
2012-06-04
1
-0
/
+1
*
Update std::vector<ShadowValue> to ShadowValues.
xiyuan@chromium.org
2012-05-29
1
-1
/
+1
*
Fix incorrect forcing of text directionality in canvas_skia.cc.
asvitkine@chromium.org
2012-05-16
1
-16
/
+40
*
ash: Better and faster text shadows.
xiyuan@chromium.org
2012-04-11
1
-14
/
+31
*
Use the RenderText's computed text height instead of Font::GetHeight() in can...
asvitkine@chromium.org
2012-04-05
1
-11
/
+29
*
Fix vertical text alignment logic in canvas_skia.cc.
asvitkine@chromium.org
2012-03-27
1
-18
/
+8
*
ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).
tfarina@chromium.org
2012-03-24
1
-4
/
+4
*
ui/gfx: Rename canvas_skia_skia to just canvas_skia.
tfarina@chromium.org
2012-03-18
1
-0
/
+422
*
ui/gfx: Fix the file names of "canvas_skia_*" to say just "canvas_platform".
tfarina@chromium.org
2012-03-17
1
-378
/
+0
*
ui/gfx: Clean up the remaining references to CanvasSkia.
tfarina@chromium.org
2012-03-17
1
-75
/
+64
*
Remove redundant memory clears when constructing BitmapPlatformDevice instanc...
twiz@chromium.org
2012-03-16
1
-0
/
+6
*
ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.
tfarina@chromium.org
2012-03-13
1
-9
/
+1
[next]