| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx... | sergeyu@chromium.org | 2012-10-29 | 7 | -417/+33 |
* | Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatly | reed@google.com | 2012-10-29 | 7 | -33/+417 |
* | Revert to old rect conversion behavior | vollick@chromium.org | 2012-10-26 | 4 | -1/+45 |
* | ui/gfx: Fix the following warnings found by cpplint. | tfarina@chromium.org | 2012-10-25 | 10 | -18/+18 |
* | Fixes a couple of bugs related to window sizing: | sky@chromium.org | 2012-10-24 | 1 | -1/+2 |
* | Remove implicit conversion from SkBitmap to ImageSkia | pkotwicz@chromium.org | 2012-10-24 | 1 | -3/+1 |
* | Sets the proper device scale factor on iOS. | rohitrao@chromium.org | 2012-10-23 | 4 | -4/+32 |
* | Reland of "work on separate browser contexts" | scottmg@chromium.org | 2012-10-23 | 3 | -0/+13 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 10 | -95/+97 |
* | Revert 163414 - Always start up in --desktop-aura mode now, and open ash from... | szym@chromium.org | 2012-10-23 | 3 | -14/+0 |
* | Always start up in --desktop-aura mode now, and open ash from tools menu. | scottmg@chromium.org | 2012-10-22 | 3 | -0/+14 |
* | Revert 162636 - Use LANCZOS3 resize algorithm to generate missing image reps ... | tbarzic@chromium.org | 2012-10-22 | 2 | -27/+5 |
* | Fix ClipboardGtk::WriteBitmap not unpremultiplying images. | dcheng@chromium.org | 2012-10-20 | 1 | -15/+7 |
* | ui: Remove platform-specific operator=()s from gfx::Rect. | danakj@chromium.org | 2012-10-19 | 2 | -32/+0 |
* | gfx: Transform is using its own custom function to round a float to an integer. | tfarina@chromium.org | 2012-10-18 | 1 | -18/+4 |
* | ui: Build fix for gcc 4.6.3, default version of ubuntu 12.04. | tfarina@chromium.org | 2012-10-18 | 4 | -115/+115 |
* | Use LANCZOS3 resize algorithm to generate missing image reps for extension ac... | tbarzic@chromium.org | 2012-10-18 | 2 | -5/+27 |
* | Resize images for hi-dpi based on a custom PNG chunk added by GRIT r78, and r... | benrg@chromium.org | 2012-10-18 | 2 | -1/+25 |
* | Migrate ui::Transform to gfx::Transform | shawnsingh@chromium.org | 2012-10-14 | 11 | -121/+114 |
* | Don't hang if can't downsize font. | vitalybuka@chromium.org | 2012-10-13 | 2 | -1/+16 |
* | Makes gfx::Screen an instance, rather than a collection of static methods. | scottmg@chromium.org | 2012-10-12 | 11 | -350/+467 |
* | Add gfx::ToRoundedSize() method to round a floating point size to an integer ... | danakj@chromium.org | 2012-10-12 | 3 | -0/+115 |
* | Add IsOrigin() method to gfx::Point classes. | danakj@chromium.org | 2012-10-12 | 2 | -0/+22 |
* | Implicit coversion operators from integer geometry types to floating point. | danakj@chromium.org | 2012-10-11 | 13 | -73/+162 |
* | Switch from FORMAT_BGRA to FORMAT_SkBitmap. | aurimas@chromium.org | 2012-10-11 | 1 | -1/+1 |
* | Add gfx::ToRoundedInt safe conversion method from float to int. | danakj@chromium.org | 2012-10-11 | 6 | -9/+131 |
* | Revert 161137 - Add gfx::ToRoundedInt safe conversion method from float to int. | acolwell@chromium.org | 2012-10-10 | 6 | -131/+9 |
* | Add gfx::ToRoundedInt safe conversion method from float to int. | danakj@chromium.org | 2012-10-10 | 6 | -9/+131 |
* | Revert 160993 - Revert 160976 - The center of a rect is x+width/2, y+height/2 | cpu@chromium.org | 2012-10-10 | 2 | -1/+61 |
* | Revert 160976 - The center of a rect is x+width/2, y+height/2 | cpu@chromium.org | 2012-10-10 | 2 | -61/+1 |
* | The center of a rect is x+width/2, y+height/2 | danakj@chromium.org | 2012-10-09 | 2 | -1/+61 |
* | Remove implicit flooring Scale() method from Point and Size. | danakj@chromium.org | 2012-10-09 | 14 | -25/+137 |
* | Make gfx::ImageSkia(gfx::ImageSkiaRep) explicit | pkotwicz@chromium.org | 2012-10-09 | 2 | -2/+3 |
* | Removing an extraneous line in ui/gfx/rest_unittest. | noyau@chromium.org | 2012-10-08 | 1 | -1/+0 |
* | Make adding and subtracting gfx:: point types simpler. | danakj@chromium.org | 2012-10-05 | 7 | -24/+29 |
* | Extend gfx::canvas to allow DrawBitmapInt(..., alpha). This allows callers to | reed@google.com | 2012-10-03 | 2 | -0/+10 |
* | Mac Web Intents Part 10: Support derived fonts | sail@chromium.org | 2012-10-03 | 2 | -3/+48 |
* | Revert to old rect conversion behaviour in backing_store_mac | vollick@chromium.org | 2012-10-02 | 1 | -1/+1 |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 2 | -0/+6 |
* | Support obscured RenderTextWin passwords. | msw@chromium.org | 2012-09-28 | 9 | -95/+174 |
* | Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a... | vollick@chromium.org | 2012-09-28 | 14 | -72/+296 |
* | Cleanup: avoid foo ? true : false, part 1. | thestig@chromium.org | 2012-09-27 | 1 | -1/+1 |
* | JavaBitmap class JNI clean up, add new functionality | trchen@chromium.org | 2012-09-24 | 2 | -53/+50 |
* | Properly flip the CGContext during UIImage->SkBitmap conversions. | rohitrao@chromium.org | 2012-09-24 | 2 | -18/+59 |
* | gfx: Delete another array pointer through scoped_array. | tfarina@chromium.org | 2012-09-21 | 1 | -3/+1 |
* | Adds a test to verify that image conversion does not flip a gfx::Image. | rohitrao@chromium.org | 2012-09-21 | 3 | -7/+50 |
* | Don't require a decoder in VideoDecodeAccelerationSupport::Destroy | sail@chromium.org | 2012-09-20 | 1 | -1/+3 |
* | gfx: Simplify the implementation of RectToSkIRect() function. | tfarina@chromium.org | 2012-09-20 | 1 | -2/+1 |
* | Modifies GetPlatformImageColor() to check the color of a given point. | rohitrao@chromium.org | 2012-09-19 | 4 | -9/+14 |
* | Upstreaming SelectFileDialog for Android | aurimas@chromium.org | 2012-09-18 | 3 | -1/+85 |