summaryrefslogtreecommitdiffstats
path: root/ui/views/painter.cc
Commit message (Expand)AuthorAgeFilesLines
* Iterate on MdTextButtons (call to action styling).estade2016-03-221-1/+43
* Begin switch-over to using sk_sp (for SkShader for now)reed2016-03-111-2/+1
* Switch to standard integer types in ui/views/.avi2015-12-231-0/+1
* ui/views: Cleanup usage of scoped_ptr.tfarina2015-01-081-3/+3
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Cleanup: Update the path to insets and point headers.tfarina2014-12-231-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-12/+12
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-8/+8
* win: Don't VIEWS_EXPORT ImagePainter.Nico Weber2014-08-261-1/+1
* use simpler gradient factories (in prep for removing SkUnitMapper param)reed@google.com2014-05-191-1/+1
* Changes look for scrollbars on windows (2)sky@chromium.org2014-01-221-90/+8
* Revert of Changes look for scrollbars on windows (https://codereview.chromium...jochen@chromium.org2014-01-201-8/+90
* Changes look for scrollbars on windowssky@chromium.org2014-01-201-90/+8
* Removes FocusBorder from viewssky@chromium.org2013-12-051-2/+97
* Add GetMinimumSize() to Painter. This makes it easier for users of any Painterpkasting@chromium.org2013-05-171-6/+19
* Make ImagePainter support image grids where not all the sizes match up. Thispkasting@chromium.org2013-05-161-74/+133
* 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