| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move temporary MathUtil wrappers to permanent home in gfx::Transform | shawnsingh@google.com | 2012-11-28 | 2 | -15/+134 |
* | Use favicon dominant color in immersive mode light bars | jamescook@chromium.org | 2012-11-27 | 3 | -97/+173 |
* | Enable DCHECK in GetBitmap on WIN | oshima@chromium.org | 2012-11-26 | 1 | -4/+0 |
* | gfx::Transform API clean-up | vollick@chromium.org | 2012-11-26 | 7 | -516/+300 |
* | Fixed Aura version of Path::CreateNativeRegion(). | yefim@chromium.org | 2012-11-22 | 1 | -1/+8 |
* | ui: Add methods to Rect classes to get points at each of the rect's corners. | danakj@chromium.org | 2012-11-20 | 2 | -0/+19 |
* | Remove the last of the ImageSkia implicit conversion | pkotwicz@chromium.org | 2012-11-20 | 2 | -17/+0 |
* | Disable a couple of failing tests. | sreeram@chromium.org | 2012-11-20 | 1 | -2/+14 |
* | Remove temporary fix. This was quick fix I had to add to deal with crbug.com/... | oshima@chromium.org | 2012-11-17 | 1 | -6/+0 |
* | Make use of the new SkMatrix44::transpose, ::getDouble, and ::setDouble funcs | vollick@chromium.org | 2012-11-17 | 3 | -60/+69 |
* | Make ImageSkiaStorage RefCountThreadSafe. | oshima@chromium.org | 2012-11-17 | 1 | -3/+6 |
* | Adds Dana to ui/gfx/OWNERS. per-file directives don't support multiple | sky@chromium.org | 2012-11-16 | 1 | -0/+3 |
* | Initialize device scale factor correctly on Android | skyostil@chromium.org | 2012-11-15 | 1 | -1/+8 |
* | Preserve transparency when converting UIImage to SkBitmap. | noyau@chromium.org | 2012-11-15 | 3 | -0/+48 |
* | Add support for blending matrices. | vollick@chromium.org | 2012-11-15 | 5 | -57/+1245 |
* | ui/gfx: Extract RemoveAcceleratorChar() out of skia_util.* | tfarina@chromium.org | 2012-11-14 | 7 | -59/+89 |
* | Shortly, gfx::Transform will be backed by a matrix of doubles. It would make ... | vollick@chromium.org | 2012-11-14 | 2 | -56/+71 |
* | Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual... | reed@google.com | 2012-11-14 | 5 | -46/+49 |
* | - Move DisplayManager and DisplayChangeObserverX11 from aura | oshima@chromium.org | 2012-11-14 | 9 | -0/+92 |
* | Load the resources for max scale factor first. | oshima@chromium.org | 2012-11-14 | 1 | -3/+10 |
* | ui: Remove implicit flooring in skia rect conversion methods. | danakj@chromium.org | 2012-11-14 | 7 | -22/+83 |
* | ui/gfx: Create a new gfx switches file to put gfx specific switches there. | tfarina@chromium.org | 2012-11-14 | 4 | -2/+48 |
* | Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si... | shawnsingh@chromium.org | 2012-11-13 | 7 | -51/+51 |
* | We should use double precision for SkMatrix44 in chrome | vollick@chromium.org | 2012-11-13 | 2 | -34/+38 |
* | ui/gfx: Remove unused include from render_text unittest. | tfarina@chromium.org | 2012-11-13 | 1 | -1/+0 |
* | ui/gfx: Use template for Insets and remove duplicates. | tfarina@chromium.org | 2012-11-13 | 8 | -141/+141 |
* | - Pass the ImageSkia by pointer instead of by reference, which will create sh... | oshima@chromium.org | 2012-11-13 | 3 | -20/+21 |
* | ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. | danakj@chromium.org | 2012-11-12 | 7 | -51/+51 |
* | ui: Add SkIRectToRect() function to convert from SkIRect type to gfx::Rect. | tfarina@chromium.org | 2012-11-12 | 2 | -10/+15 |
* | ui/gfx: Do not use 'this' pointer when it's unnecessary and redundant. | tfarina@chromium.org | 2012-11-12 | 2 | -5/+5 |
* | Always add 100P scale format in the supported format list. | noyau@chromium.org | 2012-11-12 | 3 | -34/+5 |
* | ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to... | danakj@chromium.org | 2012-11-10 | 7 | -20/+24 |
* | Revert 167062 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si... | danakj@chromium.org | 2012-11-10 | 7 | -50/+48 |
* | ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. | danakj@chromium.org | 2012-11-10 | 7 | -48/+50 |
* | ui/gfx: Move transform_util unittest into gfx namespace. | tfarina@chromium.org | 2012-11-10 | 1 | -6/+12 |
* | ui/gfx: Fix variable name style. | tfarina@chromium.org | 2012-11-10 | 1 | -3/+3 |
* | ui: Add methods to clamp Sizes, Points, and Vectors from above or below. | danakj@chromium.org | 2012-11-10 | 9 | -0/+240 |
* | ui: Prefer +/- operators to apply offsets. | danakj@chromium.org | 2012-11-10 | 16 | -45/+125 |
* | ui: Add non-member Vector2dScale() and Vector3dScale() methods to create scal... | danakj@chromium.org | 2012-11-09 | 6 | -6/+73 |
* | ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect. | danakj@chromium.org | 2012-11-09 | 8 | -22/+51 |
* | ui: Remove the Point::Middle method. | danakj@chromium.org | 2012-11-09 | 1 | -4/+0 |
* | ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met... | danakj@chromium.org | 2012-11-09 | 4 | -24/+18 |
* | Use CGImage for conversion to SkBitmap. | noyau@chromium.org | 2012-11-09 | 1 | -1/+3 |
* | Make QuadF::IsCounterClockwise more robust | shawnsingh@chromium.org | 2012-11-06 | 2 | -3/+56 |
* | Remove unused custom vertical text alignment in CanvasSkia. | msw@chromium.org | 2012-11-06 | 4 | -87/+40 |
* | ui: Add IsExpressibleAsRect() method to RectF | danakj@chromium.org | 2012-11-03 | 5 | -1/+55 |
* | Revert "ui: Add IsExpressibleAsRect() method to RectF" and "Attempt to fix un... | danakj@chromium.org | 2012-11-02 | 5 | -56/+1 |
* | ui/gfx: Put unittests back into gfx namespace. | tfarina@chromium.org | 2012-11-02 | 5 | -456/+392 |
* | Attempt to fix unit test for Windows float differences. | danakj@chromium.org | 2012-11-02 | 1 | -14/+14 |
* | ui: Add IsExpressibleAsRect() method to RectF | danakj@chromium.org | 2012-11-02 | 5 | -1/+56 |