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
*
Add fade eliding for Views Labels; related cleanup.
msw@chromium.org
2014-06-05
1
-19
/
+7
*
[Win] Draw the circular avatar programmatically rather than with a frame.
noms@chromium.org
2014-05-26
1
-2
/
+3
*
Scrub deprecated Skia APIs.
fmalita@chromium.org
2014-05-10
1
-12
/
+0
*
Fix images drawn with the NineImagePainter class in high DPI.
ananta@chromium.org
2014-05-06
1
-0
/
+34
*
Skia is disassociating information about the state of the clip from the clip ...
robertphillips@google.com
2014-03-03
1
-6
/
+7
*
Clean-up: Removes an unused forward declaration in canvas.h.
yukishiino@chromium.org
2014-02-21
1
-1
/
+0
*
Clean-up: Removes the obsolete Canvas::GetStringWidth(Font version).
yukishiino@chromium.org
2014-02-20
1
-2
/
+0
*
Clean-up: Removes obsolete methods in gfx::Canvas.
yukishiino@chromium.org
2014-01-30
1
-53
/
+7
*
Fixing focus highlight on high DPI devices for accessibility
skuhne@chromium.org
2013-12-02
1
-0
/
+4
*
Work around issue seen in Linux GTK where some tabs have no text.
mgiuca@chromium.org
2013-10-31
1
-0
/
+7
*
Use string directionality for CanvasSkia fade truncation; cleanup.
msw@chromium.org
2013-10-30
1
-14
/
+1
*
Uses and returns the fractional width in text eliding
jianli@chromium.org
2013-10-10
1
-0
/
+17
*
Remove last dependencies on ui/base from ui/gfx
ben@chromium.org
2013-09-27
1
-1
/
+1
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
1
-16
/
+16
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
1
-16
/
+16
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-20
1
-16
/
+16
*
Supports gfx::FontList in gfx::Canvas and ui::ElideText family.
yukishiino@chromium.org
2013-08-22
1
-76
/
+151
*
Use a direct include of strings headers in ui/, part 3.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
ui/gfx: Use base::string16 now that string16 was moved into base namespace.
tfarina@chromium.org
2013-06-09
1
-8
/
+8
*
Add line height setting to views::Label & use it for notifications.
dharcourt@chromium.org
2013-04-19
1
-2
/
+6
*
requestAutocomplete: Show credit card images in text field.
estade@chromium.org
2013-02-25
1
-2
/
+0
*
ui: Use skia::RefPtr<T> for implicit safe reference counting.
danakj@chromium.org
2012-12-05
1
-1
/
+2
*
Remove unused custom vertical text alignment in CanvasSkia.
msw@chromium.org
2012-11-06
1
-12
/
+9
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-1
/
+1
*
ui/gfx: Fix the following warnings found by cpplint.
tfarina@chromium.org
2012-10-25
1
-1
/
+1
*
Migrate ui::Transform to gfx::Transform
shawnsingh@chromium.org
2012-10-14
1
-5
/
+2
*
Extend gfx::canvas to allow DrawBitmapInt(..., alpha). This allows callers to
reed@google.com
2012-10-03
1
-0
/
+4
*
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
[next]