summaryrefslogtreecommitdiffstats
path: root/ui/gfx/rect_base.h
Commit message (Expand)AuthorAgeFilesLines
* gfx: Inline the constructors and destructors for RectBase.danakj@chromium.org2012-11-301-4/+7
* ui: Add methods to Rect classes to get points at each of the rect's corners.danakj@chromium.org2012-11-201-0/+4
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-101-0/+2
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-2/+7
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-9/+9
* Implicit coversion operators from integer geometry types to floating point.danakj@chromium.org2012-10-111-11/+0
* Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a...vollick@chromium.org2012-09-281-10/+0
* Add WARN_UNUSED_RESULT to const functions in ui/gfx/*_base.h (except accessor...yusukes@chromium.org2012-08-231-7/+9
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...oshima@chromium.org2012-04-271-0/+17
* Noone should use base class, so it's safe to remove virtual destructors for p...oshima@chromium.org2012-04-241-1/+3
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-0/+152
* Revert r131737 "Use template for Point/Size/Rect and remove duplicates "oshima@chromium.org2012-04-111-152/+0
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-0/+152