| Commit message (Expand) | Author | Age | Files | Lines |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 1 | -109/+3 |
* | Remove last dependencies on ui/base from ui/gfx | ben@chromium.org | 2013-09-27 | 1 | -5/+5 |
* | A host of micro-optimizations and a refactor of TimeForBoundsToIntersect | whunt@chromium.org | 2013-02-02 | 1 | -3/+14 |
* | Revert 179770 | jochen@chromium.org | 2013-01-31 | 1 | -14/+3 |
* | A host of micro-optimizations and a refactor of TimeForBoundsToIntersect | whunt@chromium.org | 2013-01-31 | 1 | -3/+14 |
* | ui: Prevent negative sizes. | danakj@chromium.org | 2013-01-23 | 1 | -4/+1 |
* | Revert "ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes alwa... | danakj@chromium.org | 2013-01-22 | 1 | -1/+4 |
* | ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. | danakj@chromium.org | 2013-01-08 | 1 | -4/+1 |
* | Inline hot ctor/dtors for struct-like gfx:: geometry types | jamesr@chromium.org | 2012-11-30 | 1 | -6/+20 |
* | Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si... | shawnsingh@chromium.org | 2012-11-13 | 1 | -1/+4 |
* | ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. | danakj@chromium.org | 2012-11-12 | 1 | -4/+1 |
* | ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to... | danakj@chromium.org | 2012-11-10 | 1 | -2/+2 |
* | Revert 167062 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si... | danakj@chromium.org | 2012-11-10 | 1 | -0/+1 |
* | ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. | danakj@chromium.org | 2012-11-10 | 1 | -1/+0 |
* | ui/gfx: Fix variable name style. | tfarina@chromium.org | 2012-11-10 | 1 | -3/+3 |
* | ui: Prefer +/- operators to apply offsets. | danakj@chromium.org | 2012-11-10 | 1 | -0/+7 |
* | ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect. | danakj@chromium.org | 2012-11-09 | 1 | -1/+2 |
* | ui: Add IsExpressibleAsRect() method to RectF | danakj@chromium.org | 2012-11-03 | 1 | -0/+6 |
* | Revert "ui: Add IsExpressibleAsRect() method to RectF" and "Attempt to fix un... | danakj@chromium.org | 2012-11-02 | 1 | -6/+0 |
* | ui: Add IsExpressibleAsRect() method to RectF | danakj@chromium.org | 2012-11-02 | 1 | -0/+6 |
* | ui: Add a BoundingRect method | danakj@chromium.org | 2012-11-01 | 1 | -0/+8 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 1 | -2/+4 |
* | Add non-member non-mutating methods for common gfx::Rect operations. | danakj@chromium.org | 2012-10-29 | 1 | -0/+9 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 1 | -4/+5 |
* | Implicit coversion operators from integer geometry types to floating point. | danakj@chromium.org | 2012-10-11 | 1 | -0/+8 |
* | Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a... | vollick@chromium.org | 2012-09-28 | 1 | -3/+11 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Add instantiation declarations for PointBase, SizeBase, RectBase | thakis@chromium.org | 2012-05-19 | 1 | -0/+4 |
* | Move DIP translation from ui/aura to ui/compositor. | oshima@chromium.org | 2012-05-08 | 1 | -4/+0 |
* | Noone should use base class, so it's safe to remove virtual destructors for p... | oshima@chromium.org | 2012-04-24 | 1 | -1/+1 |
* | Use template for Point/Size/Rect and remove duplicates | oshima@chromium.org | 2012-04-11 | 1 | -118/+6 |
* | Revert r131737 "Use template for Point/Size/Rect and remove duplicates " | oshima@chromium.org | 2012-04-11 | 1 | -6/+118 |
* | Use template for Point/Size/Rect and remove duplicates | oshima@chromium.org | 2012-04-11 | 1 | -118/+6 |
* | Floating point based Point/Size/Rect and Insets | oshima@chromium.org | 2012-04-09 | 1 | -0/+154 |