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
*
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
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
1
-4
/
+4
*
ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-26
1
-6
/
+4
*
ui/gfx: Convert Canvas::DrawFocusRect() to use gfx::Rect.
tfarina@chromium.org
2011-10-25
1
-7
/
+5
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
1
-23
/
+51
*
Re-land: Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-2
/
+2
*
Revert 98306 - Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-2
/
+2
*
Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-2
/
+2
*
Use SkMatrix44 for the underlying implementation of ui::Transform
backer@chromium.org
2011-07-08
1
-0
/
+2
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-2
/
+2
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-2
/
+2
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-2
/
+2
*
Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...
sky@chromium.org
2011-05-17
1
-2
/
+2
*
Use IntersectsClipRectInt() more, in hopes of saving some work. Original ide...
pkasting@chromium.org
2011-04-25
1
-2
/
+2
*
Transformable views: Use the transformation for points and events.
sadrul@chromium.org
2011-02-24
1
-1
/
+6
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-5
/
+5
*
Move src/gfx/ to src/ui/gfx
sail@chromium.org
2011-02-02
1
-0
/
+391