summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch from FORMAT_BGRA to FORMAT_SkBitmap.aurimas@chromium.org2012-10-111-1/+1
* Add gfx::ToRoundedInt safe conversion method from float to int.danakj@chromium.org2012-10-116-9/+131
* Revert 161137 - Add gfx::ToRoundedInt safe conversion method from float to int.acolwell@chromium.org2012-10-106-131/+9
* Add gfx::ToRoundedInt safe conversion method from float to int.danakj@chromium.org2012-10-106-9/+131
* Revert 160993 - Revert 160976 - The center of a rect is x+width/2, y+height/2cpu@chromium.org2012-10-102-1/+61
* Revert 160976 - The center of a rect is x+width/2, y+height/2cpu@chromium.org2012-10-102-61/+1
* The center of a rect is x+width/2, y+height/2danakj@chromium.org2012-10-092-1/+61
* Remove implicit flooring Scale() method from Point and Size.danakj@chromium.org2012-10-0914-25/+137
* Make gfx::ImageSkia(gfx::ImageSkiaRep) explicitpkotwicz@chromium.org2012-10-092-2/+3
* Removing an extraneous line in ui/gfx/rest_unittest.noyau@chromium.org2012-10-081-1/+0
* Make adding and subtracting gfx:: point types simpler.danakj@chromium.org2012-10-057-24/+29
* Extend gfx::canvas to allow DrawBitmapInt(..., alpha). This allows callers toreed@google.com2012-10-032-0/+10
* Mac Web Intents Part 10: Support derived fontssail@chromium.org2012-10-032-3/+48
* Revert to old rect conversion behaviour in backing_store_macvollick@chromium.org2012-10-021-1/+1
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-012-0/+6
* Support obscured RenderTextWin passwords.msw@chromium.org2012-09-289-95/+174
* Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a...vollick@chromium.org2012-09-2814-72/+296
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-1/+1
* JavaBitmap class JNI clean up, add new functionalitytrchen@chromium.org2012-09-242-53/+50
* Properly flip the CGContext during UIImage->SkBitmap conversions.rohitrao@chromium.org2012-09-242-18/+59
* gfx: Delete another array pointer through scoped_array.tfarina@chromium.org2012-09-211-3/+1
* Adds a test to verify that image conversion does not flip a gfx::Image.rohitrao@chromium.org2012-09-213-7/+50
* Don't require a decoder in VideoDecodeAccelerationSupport::Destroysail@chromium.org2012-09-201-1/+3
* gfx: Simplify the implementation of RectToSkIRect() function.tfarina@chromium.org2012-09-201-2/+1
* Modifies GetPlatformImageColor() to check the color of a given point.rohitrao@chromium.org2012-09-194-9/+14
* Upstreaming SelectFileDialog for Androidaurimas@chromium.org2012-09-183-1/+85