summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas.h
Commit message (Expand)AuthorAgeFilesLines
* Add fade eliding for Views Labels; related cleanup.msw@chromium.org2014-06-051-19/+7
* [Win] Draw the circular avatar programmatically rather than with a frame.noms@chromium.org2014-05-261-2/+3
* Scrub deprecated Skia APIs.fmalita@chromium.org2014-05-101-12/+0
* Fix images drawn with the NineImagePainter class in high DPI.ananta@chromium.org2014-05-061-0/+34
* Skia is disassociating information about the state of the clip from the clip ...robertphillips@google.com2014-03-031-6/+7
* Clean-up: Removes an unused forward declaration in canvas.h.yukishiino@chromium.org2014-02-211-1/+0
* Clean-up: Removes the obsolete Canvas::GetStringWidth(Font version).yukishiino@chromium.org2014-02-201-2/+0
* Clean-up: Removes obsolete methods in gfx::Canvas.yukishiino@chromium.org2014-01-301-53/+7
* Fixing focus highlight on high DPI devices for accessibilityskuhne@chromium.org2013-12-021-0/+4
* Work around issue seen in Linux GTK where some tabs have no text.mgiuca@chromium.org2013-10-311-0/+7
* Use string directionality for CanvasSkia fade truncation; cleanup.msw@chromium.org2013-10-301-14/+1
* Uses and returns the fractional width in text elidingjianli@chromium.org2013-10-101-0/+17
* Remove last dependencies on ui/base from ui/gfxben@chromium.org2013-09-271-1/+1
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-16/+16
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-16/+16
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-201-16/+16
* Supports gfx::FontList in gfx::Canvas and ui::ElideText family.yukishiino@chromium.org2013-08-221-76/+151
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-1/+1
* ui/gfx: Use base::string16 now that string16 was moved into base namespace.tfarina@chromium.org2013-06-091-8/+8
* Add line height setting to views::Label & use it for notifications.dharcourt@chromium.org2013-04-191-2/+6
* requestAutocomplete: Show credit card images in text field.estade@chromium.org2013-02-251-2/+0
* ui: Use skia::RefPtr<T> for implicit safe reference counting.danakj@chromium.org2012-12-051-1/+2
* Remove unused custom vertical text alignment in CanvasSkia.msw@chromium.org2012-11-061-12/+9
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-1/+1
* ui/gfx: Fix the following warnings found by cpplint.tfarina@chromium.org2012-10-251-1/+1
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-141-5/+2
* Extend gfx::canvas to allow DrawBitmapInt(..., alpha). This allows callers toreed@google.com2012-10-031-0/+4
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-241-31/+12
* Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landedacolwell@chromium.org2012-07-231-12/+31
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-231-31/+12
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Delete canvas_win.cc since it is no longer used.asvitkine@chromium.org2012-07-101-12/+0
* Fix eliding of LTR tab title in RTL UI under non-Windows Views.asvitkine@chromium.org2012-07-041-2/+0
* Adds factory method to create Bitmap shader which displays correctly in High DPIpkotwicz@chromium.org2012-07-021-11/+20
* Add ability to build a canvas with a target scale factor.pkotwicz@chromium.org2012-06-271-5/+49
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-071-13/+13
* Revert 140877 - Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-13/+13
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-13/+13
* Update std::vector<ShadowValue> to ShadowValues.xiyuan@chromium.org2012-05-291-2/+2
* native_theme_base/android had copied and pasted versions of DrawBitmapInt and...pkotwicz@chromium.org2012-05-251-0/+4
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-161-22/+34
* Revert 136332 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-141-34/+22
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-101-22/+34
* Revert 136304 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-101-34/+22
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-101-22/+34
* On the Mac, we populate NSImage from bitmaps in resource bundles. Introduce I...pkotwicz@chromium.org2012-04-241-0/+8
* ash: Better and faster text shadows.xiyuan@chromium.org2012-04-111-1/+14
* Add to gfx::Canvas API so that views doesn't use SkCanvas directly.pkotwicz@chromium.org2012-04-091-2/+39
* ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-03-241-18/+12
* ui/gfx: Kill Canvas::FillRect() function that takes gfx::Brush.tfarina@chromium.org2012-03-171-3/+0