summaryrefslogtreecommitdiffstats
path: root/ui/gfx/rect.h
Commit message (Expand)AuthorAgeFilesLines
* Remove last dependencies on ui/base from ui/gfxben@chromium.org2013-09-271-7/+7
* Add shortcut path for scaling integer rects.danakj@chromium.org2013-05-201-0/+29
* Inline hot ctor/dtors for struct-like gfx:: geometry typesjamesr@chromium.org2012-11-301-6/+17
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-101-0/+7
* 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/+4
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-9/+0
* ui: Remove platform-specific operator=()s from gfx::Rect.danakj@chromium.org2012-10-191-8/+0
* Implicit coversion operators from integer geometry types to floating point.danakj@chromium.org2012-10-111-2/+11
* Make adding and subtracting gfx:: point types simpler.danakj@chromium.org2012-10-051-1/+1
* Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a...vollick@chromium.org2012-09-281-0/+13
* Initial iOS bring up of ui.noyau@chromium.org2012-08-011-0/+4
* 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
* 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/+3
* Revert r131737 "Use template for Point/Size/Rect and remove duplicates "oshima@chromium.org2012-04-111-3/+118
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-111-118/+3
* Remove WAYLAND portoshima@chromium.org2012-04-071-14/+1
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-4/+4
* Adding gfx::Rect::SplitVertically() method.dpapad@chromium.org2011-10-051-0/+3
* ui/gfx: Add ToString() function to Rect class.tfarina@chromium.org2011-09-281-4/+4
* aura: Make 'ui' buildable without gtk.sadrul@chromium.org2011-09-211-4/+4
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-261-0/+13
* Rename UI_API to UI_EXPORT.darin@chromium.org2011-08-061-2/+2
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-171-3/+3
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-0/+184