summaryrefslogtreecommitdiffstats
path: root/ui/gfx/point_f.h
Commit message (Expand)AuthorAgeFilesLines
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-71/+3
* Remove last dependencies on ui/base from ui/gfxben@chromium.org2013-09-271-2/+2
* Adds a gfx_export.h to ui/gfx and converts all code in ui/gfx toben@chromium.org2013-09-051-1/+1
* Inline hot ctor/dtors for struct-like gfx:: geometry typesjamesr@chromium.org2012-11-301-3/+3
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-101-1/+1
* ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.danakj@chromium.org2012-11-091-4/+10
* ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met...danakj@chromium.org2012-11-091-2/+6
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-4/+13
* Implicit coversion operators from integer geometry types to floating point.danakj@chromium.org2012-10-111-0/+8
* Remove implicit flooring Scale() method from Point and Size.danakj@chromium.org2012-10-091-0/+8
* Make adding and subtracting gfx:: point types simpler.danakj@chromium.org2012-10-051-5/+9
* 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-61/+5
* Revert r131737 "Use template for Point/Size/Rect and remove duplicates "oshima@chromium.org2012-04-111-5/+61
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-61/+5
* Floating point based Point/Size/Rect and Insetsoshima@chromium.org2012-04-091-0/+93