summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/progress_bar.cc
Commit message (Expand)AuthorAgeFilesLines
* [Win] Draw the circular avatar programmatically rather than with a frame.noms@chromium.org2014-05-261-1/+1
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-201-1/+1
* use simpler gradient factories (in prep for removing SkUnitMapper param)reed@google.com2014-05-191-2/+2
* Fix incorrect use of AXState caused when refactoring two enums into one.dmazzoni@chromium.org2014-03-261-1/+1
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-251-4/+4
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-181-2/+3
* Support creating progress bar notification for Windowsjianli@chromium.org2013-07-241-11/+20
* app_list: One click install for web store result.xiyuan@chromium.org2013-06-271-6/+9
* 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