summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Make QuadF::IsCounterClockwise more robustshawnsingh@chromium.org2012-11-062-3/+56
* Remove unused custom vertical text alignment in CanvasSkia.msw@chromium.org2012-11-064-87/+40
* ui: Add IsExpressibleAsRect() method to RectFdanakj@chromium.org2012-11-035-1/+55
* Revert "ui: Add IsExpressibleAsRect() method to RectF" and "Attempt to fix un...danakj@chromium.org2012-11-025-56/+1
* ui/gfx: Put unittests back into gfx namespace.tfarina@chromium.org2012-11-025-456/+392
* Attempt to fix unit test for Windows float differences.danakj@chromium.org2012-11-021-14/+14
* ui: Add IsExpressibleAsRect() method to RectFdanakj@chromium.org2012-11-025-1/+56
* ui: Create the gfx::QuadF class.danakj@chromium.org2012-11-025-0/+583
* ui: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-011-1/+1
* First step towards component build for Android.yfriedman@chromium.org2012-11-012-4/+6
* GTTF: remove FAILS_ prefix, part 1phajdan.jr@chromium.org2012-11-011-1/+1
* Renderer hang waiting for the monitor profile to be read from disktony@chromium.org2012-11-012-12/+19
* ui: Add the gfx::Vector3dF class.danakj@chromium.org2012-11-016-1/+509
* Change RenderText::GetOriginForDrawing() to GetOffsetForDrawing and return a ...danakj@chromium.org2012-11-015-15/+15
* Include <algorithm> for std::min/max, not <cmath>.danakj@chromium.org2012-11-012-2/+2
* ui: Add a BoundingRect methoddanakj@chromium.org2012-11-015-0/+101
* ui: Add gfx::ToRoundedPoint() method.danakj@chromium.org2012-10-313-0/+45
* Fix a Skia assertion on mac.danakj@chromium.org2012-10-311-2/+3
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-3127-121/+725
* ui: Remove implicit flooring from Point3f and rename the class to Point3Fdanakj@chromium.org2012-10-317-73/+69
* RenderTextWin: Use "box" glyph from the original font when no font could disp...asvitkine@chromium.org2012-10-301-5/+22
* reapply 164660 w/ fix to add UI_EXPORT to new classes, so we can link in comp...reed@google.com2012-10-307-33/+419
* Add ash rotate-in and -out animation for constrained dialogsrouslan@chromium.org2012-10-302-0/+9
* Remove duplicated code by making desktop_screen_win inherit from screen_winpkotwicz@chromium.org2012-10-302-62/+127
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-299-21/+68
* ui/gfx: Wrap font unittests into 'gfx' namespace.tfarina@chromium.org2012-10-291-9/+9
* Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx...sergeyu@chromium.org2012-10-297-417/+33
* Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatlyreed@google.com2012-10-297-33/+417
* Revert to old rect conversion behaviorvollick@chromium.org2012-10-264-1/+45
* ui/gfx: Fix the following warnings found by cpplint.tfarina@chromium.org2012-10-2510-18/+18
* Fixes a couple of bugs related to window sizing:sky@chromium.org2012-10-241-1/+2
* Remove implicit conversion from SkBitmap to ImageSkiapkotwicz@chromium.org2012-10-241-3/+1
* Sets the proper device scale factor on iOS.rohitrao@chromium.org2012-10-234-4/+32
* Reland of "work on separate browser contexts"scottmg@chromium.org2012-10-233-0/+13
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-2310-95/+97
* Revert 163414 - Always start up in --desktop-aura mode now, and open ash from...szym@chromium.org2012-10-233-14/+0
* Always start up in --desktop-aura mode now, and open ash from tools menu.scottmg@chromium.org2012-10-223-0/+14
* Revert 162636 - Use LANCZOS3 resize algorithm to generate missing image reps ...tbarzic@chromium.org2012-10-222-27/+5
* Fix ClipboardGtk::WriteBitmap not unpremultiplying images.dcheng@chromium.org2012-10-201-15/+7
* ui: Remove platform-specific operator=()s from gfx::Rect.danakj@chromium.org2012-10-192-32/+0
* gfx: Transform is using its own custom function to round a float to an integer.tfarina@chromium.org2012-10-181-18/+4
* ui: Build fix for gcc 4.6.3, default version of ubuntu 12.04.tfarina@chromium.org2012-10-184-115/+115
* Use LANCZOS3 resize algorithm to generate missing image reps for extension ac...tbarzic@chromium.org2012-10-182-5/+27
* Resize images for hi-dpi based on a custom PNG chunk added by GRIT r78, and r...benrg@chromium.org2012-10-182-1/+25
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-1411-121/+114
* Don't hang if can't downsize font. vitalybuka@chromium.org2012-10-132-1/+16
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-1211-350/+467
* Add gfx::ToRoundedSize() method to round a floating point size to an integer ...danakj@chromium.org2012-10-123-0/+115
* Add IsOrigin() method to gfx::Point classes.danakj@chromium.org2012-10-122-0/+22
* Implicit coversion operators from integer geometry types to floating point.danakj@chromium.org2012-10-1113-73/+162