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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup gfx::Canvas now that 10562027 has landed
pkotwicz@chromium.org
2012-07-24
1
-31
/
+12
*
Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landed
acolwell@chromium.org
2012-07-23
1
-12
/
+31
*
Cleanup gfx::Canvas now that 10562027 has landed
pkotwicz@chromium.org
2012-07-23
1
-31
/
+12
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Delete canvas_win.cc since it is no longer used.
asvitkine@chromium.org
2012-07-10
1
-12
/
+0
*
Fix eliding of LTR tab title in RTL UI under non-Windows Views.
asvitkine@chromium.org
2012-07-04
1
-2
/
+0
*
Adds factory method to create Bitmap shader which displays correctly in High DPI
pkotwicz@chromium.org
2012-07-02
1
-11
/
+20
*
Add ability to build a canvas with a target scale factor.
pkotwicz@chromium.org
2012-06-27
1
-5
/
+49
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-07
1
-13
/
+13
*
Revert 140877 - Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
1
-13
/
+13
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
1
-13
/
+13
*
Update std::vector<ShadowValue> to ShadowValues.
xiyuan@chromium.org
2012-05-29
1
-2
/
+2
*
native_theme_base/android had copied and pasted versions of DrawBitmapInt and...
pkotwicz@chromium.org
2012-05-25
1
-0
/
+4
*
This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...
pkotwicz@chromium.org
2012-05-16
1
-22
/
+34
*
Revert 136332 - This patch makes ImageSkia more like SkBitmap. The goal is to...
pkotwicz@chromium.org
2012-05-14
1
-34
/
+22
*
This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...
pkotwicz@chromium.org
2012-05-10
1
-22
/
+34
*
Revert 136304 - This patch makes ImageSkia more like SkBitmap. The goal is to...
pkotwicz@chromium.org
2012-05-10
1
-34
/
+22
*
This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...
pkotwicz@chromium.org
2012-05-10
1
-22
/
+34
*
On the Mac, we populate NSImage from bitmaps in resource bundles. Introduce I...
pkotwicz@chromium.org
2012-04-24
1
-0
/
+8
*
ash: Better and faster text shadows.
xiyuan@chromium.org
2012-04-11
1
-1
/
+14
*
Add to gfx::Canvas API so that views doesn't use SkCanvas directly.
pkotwicz@chromium.org
2012-04-09
1
-2
/
+39
*
ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).
tfarina@chromium.org
2012-03-24
1
-18
/
+12
*
ui/gfx: Kill Canvas::FillRect() function that takes gfx::Brush.
tfarina@chromium.org
2012-03-17
1
-3
/
+0
*
ui/gfx: Clean up the remaining references to CanvasSkia.
tfarina@chromium.org
2012-03-17
1
-7
/
+305
*
ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.
tfarina@chromium.org
2012-03-09
1
-201
/
+8
*
ui/gfx: Get rid of Canvas::CreateCanvas() function.
tfarina@chromium.org
2012-03-05
1
-6
/
+0
*
ui/gfx: Move CanvasPaintWin into its own file.
tfarina@chromium.org
2012-02-25
1
-18
/
+0
*
Speculative Revert 120885 - ui/gfx: Make the first version of Canvas::TileIma...
hbono@chromium.org
2012-02-08
1
-1
/
+2
*
ui/gfx: Make the first version of Canvas::TileImageInt take a gfx::Rect.
tfarina@chromium.org
2012-02-08
1
-2
/
+1
*
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
-8
/
+8
*
Remove unused CanvasSkia::GetTextureID() functions.
asvitkine@chromium.org
2012-01-19
1
-4
/
+0
*
CanvasSkia::Transform should be enabled on the Mac
dhollowa@chromium.org
2012-01-13
1
-3
/
+1
*
ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-12-17
1
-7
/
+5
*
Revert 111288 - Possibly broke media_unittests on Mac
rsleevi@chromium.org
2011-11-23
1
-5
/
+7
*
ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-11-23
1
-7
/
+5
*
ui/gfx: Convert CreateCanvas to use gfx::Size.
tfarina@chromium.org
2011-11-01
1
-1
/
+2
*
ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-31
1
-8
/
+6
*
ui/gfx: Change Canvas::ScaleInt() to just Canvas::Scale().
tfarina@chromium.org
2011-10-27
1
-2
/
+1
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
1
-9
/
+3
*
ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-26
1
-1
/
+1
*
ui/gfx: Convert Canvas::DrawFocusRect() to use gfx::Rect.
tfarina@chromium.org
2011-10-25
1
-1
/
+1
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
1
-0
/
+4
*
Introduce FORCE_LTR_DIRECTIONALTY in Canvas.
xji@chromium.org
2011-08-18
1
-0
/
+4
*
Rename UI_API to UI_EXPORT.
darin@chromium.org
2011-08-06
1
-3
/
+3
*
First pass at removal of unneeded dependencies on skia\ext\platform_canvas.h
twiz@google.com
2011-08-02
1
-2
/
+3
*
Introduce ui.dll / libui.so for the component build.
darin@chromium.org
2011-07-17
1
-2
/
+3
*
Use SkMatrix44 for the underlying implementation of ui::Transform
backer@chromium.org
2011-07-08
1
-0
/
+2
*
Update BuiltinProvider to provide chrome:// URLs.
msw@chromium.org
2011-06-16
1
-2
/
+2
*
Revert 89298 - Update BuiltinProvider to provide chrome:// URLs.
msw@chromium.org
2011-06-16
1
-2
/
+2
[next]