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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the gfx::Canvas::DrawImageIntInPixel function to ensure that it works cor...
ananta@chromium.org
2014-06-05
1
-22
/
+24
*
[Win] Draw the circular avatar programmatically rather than with a frame.
noms@chromium.org
2014-05-26
1
-3
/
+2
*
Use the scale factor in the image in the DrawImageIntHelper function in case ...
ananta@chromium.org
2014-05-12
1
-1
/
+1
*
Scrub deprecated Skia APIs.
fmalita@chromium.org
2014-05-10
1
-33
/
+6
*
Fix images drawn with the NineImagePainter class in high DPI.
ananta@chromium.org
2014-05-06
1
-58
/
+132
*
SkBitmap::Config is deprecated, switch to using SkColorType
reed@google.com
2014-03-04
1
-5
/
+4
*
Skia is disassociating information about the state of the clip from the clip ...
robertphillips@google.com
2014-03-03
1
-4
/
+8
*
Clean-up: Removes the obsolete Canvas::GetStringWidth(Font version).
yukishiino@chromium.org
2014-02-20
1
-7
/
+0
*
Clean-up: Removes obsolete methods in gfx::Canvas.
yukishiino@chromium.org
2014-01-30
1
-64
/
+0
*
Removes duplicated include.
sky@chromium.org
2014-01-15
1
-1
/
+0
*
Fixing focus highlight on high DPI devices for accessibility
skuhne@chromium.org
2013-12-02
1
-0
/
+16
*
Uses and returns the fractional width in text eliding
jianli@chromium.org
2013-10-10
1
-0
/
+24
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
1
-25
/
+23
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
1
-23
/
+25
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-20
1
-25
/
+23
*
Supports gfx::FontList in gfx::Canvas and ui::ElideText family.
yukishiino@chromium.org
2013-08-22
1
-90
/
+168
*
ui/gfx: Use base::string16 now that string16 was moved into base namespace.
tfarina@chromium.org
2013-06-09
1
-4
/
+4
*
Add line height setting to views::Label & use it for notifications.
dharcourt@chromium.org
2013-04-19
1
-1
/
+2
*
Fix rounding rules for skia operations to work with non-integer scaling facto...
kevers@chromium.org
2013-03-15
1
-1
/
+1
*
ui: Use skia::RefPtr<T> for implicit safe reference counting.
danakj@chromium.org
2012-12-05
1
-29
/
+30
*
Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...
reed@google.com
2012-11-14
1
-8
/
+8
*
ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...
danakj@chromium.org
2012-11-10
1
-3
/
+3
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-2
/
+2
*
Migrate ui::Transform to gfx::Transform
shawnsingh@chromium.org
2012-10-14
1
-1
/
+1
*
Remove implicit flooring Scale() method from Point and Size.
danakj@chromium.org
2012-10-09
1
-2
/
+5
*
Extend gfx::canvas to allow DrawBitmapInt(..., alpha). This allows callers to
reed@google.com
2012-10-03
1
-0
/
+6
*
Cleanup gfx::Canvas now that 10562027 has landed
pkotwicz@chromium.org
2012-07-24
1
-49
/
+29
*
Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landed
acolwell@chromium.org
2012-07-23
1
-29
/
+49
*
Cleanup gfx::Canvas now that 10562027 has landed
pkotwicz@chromium.org
2012-07-23
1
-49
/
+29
*
Adds factory method to create Bitmap shader which displays correctly in High DPI
pkotwicz@chromium.org
2012-07-02
1
-50
/
+58
*
Add ability to build a canvas with a target scale factor.
pkotwicz@chromium.org
2012-06-27
1
-17
/
+71
*
This CL adds a new object: ImageSkiaRep
pkotwicz@chromium.org
2012-06-25
1
-2
/
+6
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-07
1
-17
/
+17
*
Revert 140877 - Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
1
-17
/
+17
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
1
-17
/
+17
*
Update std::vector<ShadowValue> to ShadowValues.
xiyuan@chromium.org
2012-05-29
1
-2
/
+1
*
Fix leak. unref shader after use.
oshima@chromium.org
2012-05-26
1
-0
/
+1
*
native_theme_base/android had copied and pasted versions of DrawBitmapInt and...
pkotwicz@chromium.org
2012-05-25
1
-13
/
+30
*
Fixes regressions in canvas due to 10245003
pkotwicz@chromium.org
2012-05-23
1
-2
/
+3
*
This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...
pkotwicz@chromium.org
2012-05-16
1
-31
/
+76
*
Revert 136332 - This patch makes ImageSkia more like SkBitmap. The goal is to...
pkotwicz@chromium.org
2012-05-14
1
-76
/
+31
*
This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...
pkotwicz@chromium.org
2012-05-10
1
-31
/
+76
*
Revert 136304 - This patch makes ImageSkia more like SkBitmap. The goal is to...
pkotwicz@chromium.org
2012-05-10
1
-76
/
+31
*
This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...
pkotwicz@chromium.org
2012-05-10
1
-31
/
+76
*
On the Mac, we populate NSImage from bitmaps in resource bundles. Introduce I...
pkotwicz@chromium.org
2012-04-24
1
-8
/
+20
*
ash: Better and faster text shadows.
xiyuan@chromium.org
2012-04-11
1
-0
/
+19
*
Add to gfx::Canvas API so that views doesn't use SkCanvas directly.
pkotwicz@chromium.org
2012-04-09
1
-0
/
+47
*
ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).
tfarina@chromium.org
2012-03-24
1
-7
/
+7
*
ui/gfx: Kill Canvas::FillRect() function that takes gfx::Brush.
tfarina@chromium.org
2012-03-17
1
-33
/
+0
*
ui/gfx: Fix the file names of "canvas_skia_*" to say just "canvas_platform".
tfarina@chromium.org
2012-03-17
1
-0
/
+378
[next]