summaryrefslogtreecommitdiffstats
path: root/ui/gfx/point_base.h
Commit message (Expand)AuthorAgeFilesLines
* ui: Add methods to clamp Sizes, Points, and Vectors from above or below.danakj@chromium.org2012-11-101-0/+10
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-101-6/+4
* ui: Remove the Point::Middle method.danakj@chromium.org2012-11-091-4/+0
* ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met...danakj@chromium.org2012-11-091-18/+4
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-5/+21
* Add IsOrigin() method to gfx::Point classes.danakj@chromium.org2012-10-121-0/+4
* Implicit coversion operators from integer geometry types to floating point.danakj@chromium.org2012-10-111-8/+0
* Remove implicit flooring Scale() method from Point and Size.danakj@chromium.org2012-10-091-9/+0
* Add WARN_UNUSED_RESULT to const functions in ui/gfx/*_base.h (except accessor...yusukes@chromium.org2012-08-231-5/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Noone should use base class, so it's safe to remove virtual destructors for p...oshima@chromium.org2012-04-241-1/+3
* - Add temporary support for High Density Incompatible mode (scale to 2x) to N...oshima@chromium.org2012-04-121-0/+9
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-0/+83
* Revert r131737 "Use template for Point/Size/Rect and remove duplicates "oshima@chromium.org2012-04-111-83/+0
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-0/+83