Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui: Add methods to clamp Sizes, Points, and Vectors from above or below. | danakj@chromium.org | 2012-11-10 | 1 | -0/+52 |
* | ui: Prefer +/- operators to apply offsets. | danakj@chromium.org | 2012-11-10 | 1 | -1/+0 |
* | ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect. | danakj@chromium.org | 2012-11-09 | 1 | -0/+22 |
* | ui/gfx: Put unittests back into gfx namespace. | tfarina@chromium.org | 2012-11-02 | 1 | -70/+52 |
* | ui: Add gfx::ToRoundedPoint() method. | danakj@chromium.org | 2012-10-31 | 1 | -0/+36 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 1 | -0/+33 |
* | ui: Build fix for gcc 4.6.3, default version of ubuntu 12.04. | tfarina@chromium.org | 2012-10-18 | 1 | -7/+8 |
* | Add IsOrigin() method to gfx::Point classes. | danakj@chromium.org | 2012-10-12 | 1 | -0/+18 |
* | Implicit coversion operators from integer geometry types to floating point. | danakj@chromium.org | 2012-10-11 | 1 | -0/+31 |