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
*
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
*
ui/gfx: Get rid of CanvasSkia::AsCanvasSkia() function.
tfarina@chromium.org
2012-03-11
1
-8
/
+0
*
Adds an outline beneath the current window as you drag it around to
sky@chromium.org
2012-03-09
1
-41
/
+48
*
ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.
tfarina@chromium.org
2012-03-09
1
-3
/
+3
*
ui/gfx: Get rid of Canvas::CreateCanvas() function.
tfarina@chromium.org
2012-03-05
1
-11
/
+0
*
ui: Let skia do the conversion work for us by using the integer version of se...
tfarina@chromium.org
2012-03-01
1
-5
/
+1
*
ui/gfx: Move CanvasPaintWin into its own file.
tfarina@chromium.org
2012-02-25
1
-29
/
+0
*
Speculative Revert 120885 - ui/gfx: Make the first version of Canvas::TileIma...
hbono@chromium.org
2012-02-08
1
-2
/
+3
*
ui/gfx: Make the first version of Canvas::TileImageInt take a gfx::Rect.
tfarina@chromium.org
2012-02-08
1
-3
/
+2
*
ui/gfx: Convert Canvas::DrawLineInt() to use gfx::Point.
tfarina@chromium.org
2012-02-05
1
-5
/
+5
*
Pass const gfx::Rect& as the first parameter to FillRect.
tfarina@chromium.org
2012-02-01
1
-5
/
+5
*
Move |PlatformFont::GetStringWidth()| implementation up into font.cc directly.
asvitkine@chromium.org
2012-01-24
1
-0
/
+7
*
CanvasSkia::Transform should be enabled on the Mac
dhollowa@chromium.org
2012-01-13
1
-3
/
+1
*
Add a new ctor to CanvasSkia that takes a const SkBitmap&.
tfarina@chromium.org
2011-12-21
1
-0
/
+8
*
Make CanvasSkia take a gfx::Size as the first parameter.
tfarina@chromium.org
2011-12-20
1
-3
/
+4
*
ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-12-17
1
-15
/
+16
*
Revert 111288 - Possibly broke media_unittests on Mac
rsleevi@chromium.org
2011-11-23
1
-16
/
+15
*
ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-11-23
1
-15
/
+16
*
ui/gfx: Convert CreateCanvas to use gfx::Size.
tfarina@chromium.org
2011-11-01
1
-2
/
+2
*
ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-31
1
-9
/
+8
*
ui/gfx: Change Canvas::ScaleInt() to just Canvas::Scale().
tfarina@chromium.org
2011-10-27
1
-2
/
+2
[next]