summaryrefslogtreecommitdiffstats
path: root/ui/gfx/rect_f.h
Commit message (Expand)AuthorAgeFilesLines
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-109/+3
* Remove last dependencies on ui/base from ui/gfxben@chromium.org2013-09-271-5/+5
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-02-021-3/+14
* Revert 179770jochen@chromium.org2013-01-311-14/+3
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-01-311-3/+14
* ui: Prevent negative sizes.danakj@chromium.org2013-01-231-4/+1
* Revert "ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes alwa...danakj@chromium.org2013-01-221-1/+4
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2013-01-081-4/+1
* Inline hot ctor/dtors for struct-like gfx:: geometry typesjamesr@chromium.org2012-11-301-6/+20
* Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si...shawnsingh@chromium.org2012-11-131-1/+4
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2012-11-121-4/+1
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-101-2/+2
* Revert 167062 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si...danakj@chromium.org2012-11-101-0/+1
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2012-11-101-1/+0
* ui/gfx: Fix variable name style.tfarina@chromium.org2012-11-101-3/+3
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-101-0/+7
* ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.danakj@chromium.org2012-11-091-1/+2
* ui: Add IsExpressibleAsRect() method to RectFdanakj@chromium.org2012-11-031-0/+6
* Revert "ui: Add IsExpressibleAsRect() method to RectF" and "Attempt to fix un...danakj@chromium.org2012-11-021-6/+0
* ui: Add IsExpressibleAsRect() method to RectFdanakj@chromium.org2012-11-021-0/+6
* ui: Add a BoundingRect methoddanakj@chromium.org2012-11-011-0/+8
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-2/+4
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-291-0/+9
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-4/+5
* Implicit coversion operators from integer geometry types to floating point.danakj@chromium.org2012-10-111-0/+8
* Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a...vollick@chromium.org2012-09-281-3/+11
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add instantiation declarations for PointBase, SizeBase, RectBasethakis@chromium.org2012-05-191-0/+4
* Move DIP translation from ui/aura to ui/compositor.oshima@chromium.org2012-05-081-4/+0
* Noone should use base class, so it's safe to remove virtual destructors for p...oshima@chromium.org2012-04-241-1/+1
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-118/+6
* Revert r131737 "Use template for Point/Size/Rect and remove duplicates "oshima@chromium.org2012-04-111-6/+118
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-118/+6
* Floating point based Point/Size/Rect and Insetsoshima@chromium.org2012-04-091-0/+154