summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/progress_bar.cc
Commit message (Expand)AuthorAgeFilesLines
* Use setXfermodeMode instead of leaking in a couple places.msw@chromium.org2013-06-181-1/+1
* views: Convert View::GetClassName() to return const char*.tfarina@chromium.org2013-05-091-2/+2
* Revises the visual style of progress bar for ChromeOS.mukai@chromium.org2013-01-181-81/+102
* ui: Use skia::RefPtr<T> for implicit safe reference counting.danakj@chromium.org2012-12-051-5/+3
* views: Remove unused includes from progress_bar.cc.tfarina@chromium.org2012-10-181-9/+0
* views: Fix progress bar tooltip text function.tfarina@chromium.org2012-10-171-5/+1
* views: Make use of gfx::Canvas function in ProgressBartfarina@chromium.org2012-09-211-3/+3
* Replaced sk_canvas()->drawPath() with DrawPath()pkotwicz@chromium.org2012-04-101-3/+3
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-6/+6
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-1/+1
* ui: Let skia do the conversion work for us by using the integer version of se...tfarina@chromium.org2012-03-011-3/+3
* views: Use the provided SK_ScalarHalf value from skia instead of calculating ...tfarina@chromium.org2012-02-291-2/+1
* views: Cache some progress bar colors at file scope.tfarina@chromium.org2012-02-151-26/+14
* views: Convert IsEnabled() to just enabled() since it's just a simple accessor.tfarina@chromium.org2011-12-121-5/+3
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-011-3/+3
* views: Move the remaining files to ui/views/controls/.tfarina@chromium.org2011-11-291-0/+319