summaryrefslogtreecommitdiffstats
path: root/ui/views/painter.cc
Commit message (Expand)AuthorAgeFilesLines
* Rewrite BubbleBorder with an ImagePainter.msw@chromium.org2013-04-251-7/+9
* Revert 195969 "Revert 195908 "Stretch ImagePainter edge images i..."kalman@chromium.org2013-04-241-7/+10
* Revert 195908 "Stretch ImagePainter edge images instead of tiling."kalman@chromium.org2013-04-241-10/+7
* Stretch ImagePainter edge images instead of tiling.msw@chromium.org2013-04-231-7/+10
* views: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-091-2/+2
* Consolidate ImagePainter and BorderImages.msw@chromium.org2012-12-081-85/+86
* ui: Use skia::RefPtr<T> for implicit safe reference counting.danakj@chromium.org2012-12-051-4/+3
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-1/+1
* views: Delete some array pointers in GradientPainter using scoped_array.tfarina@chromium.org2012-09-191-10/+8
* (Views only) Add a gradient background to the tabstrip of the view tabbed pan...markusheintz@chromium.org2012-08-101-8/+40
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-071-14/+14
* Revert 140877 - Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-14/+14
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-14/+14
* Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views...pkotwicz@chromium.org2012-05-311-5/+5
* views: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-04-171-1/+1
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-1/+0
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-3/+3
* views: Do not use deprecated ResourceBundle::GetBitmapNamed() function.tfarina@chromium.org2012-03-061-2/+3
* ui: Let skia do the conversion work for us by using the integer version of se...tfarina@chromium.org2012-03-011-6/+5
* views: Change Painter::Paint to take a gfx::Size instead of ints.tfarina@chromium.org2012-02-151-27/+32
* views: Change Painter::PaintPainterAt to take a gfx::Rect instead of ints.tfarina@chromium.org2012-02-141-7/+7
* Speculative Revert 120885 - ui/gfx: Make the first version of Canvas::TileIma...hbono@chromium.org2012-02-081-4/+6
* ui/gfx: Make the first version of Canvas::TileImageInt take a gfx::Rect.tfarina@chromium.org2012-02-081-6/+4
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-011-0/+199