summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in log statement.nick@chromium.org2013-01-261-1/+1
* png_codec_unittest.cc leaks stl::vector row_pointers on encoding error.noel@chromium.org2013-01-251-30/+22
* Comment memory leak in the PNG encoder on encoding error.noel@chromium.org2013-01-251-1/+3
* Changes the format of gfx::Display's ID.mukai@chromium.org2013-01-252-4/+14
* Adds oshima to OWNER of Display.mukai@chromium.org2013-01-251-0/+4
* Don't use BinaryImageSource for ButtonImageSourceoshima@chromium.org2013-01-241-13/+20
* Memory leak in module png_codec.cc on encoder error.noel@chromium.org2013-01-241-6/+9
* Use correct favicon scale factor on Android.aruslan@chromium.org2013-01-247-39/+149
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-239-97/+90
* ui: Prevent negative sizes.danakj@chromium.org2013-01-234-22/+13
* ui: Prevent negative sizes in unit tests.danakj@chromium.org2013-01-232-22/+1
* Revert "ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes alwa...danakj@chromium.org2013-01-227-47/+45
* Finally rip the global StackingClient bandaid off.erg@chromium.org2013-01-221-0/+7
* Make new-style page scale work on Android.aelias@chromium.org2013-01-211-1/+1
* Nukes MenuModel::GetFirstItemIndex. It is only needed for windows, sosky@chromium.org2013-01-181-6/+0
* Memory leak in jpeg_codec.cc on encoder error.noel@chromium.org2013-01-181-4/+11
* Fallback to 1x scale factor if the images doesn't have the targetoshima@chromium.org2013-01-183-102/+81
* Putting back: Add point-based UV coordinate on TextureLayerjscholler@chromium.org2013-01-181-7/+0
* Add myself to the owner of image_skia_ stuffoshima@chromium.org2013-01-171-0/+3
* Revert 177288ilevy@chromium.org2013-01-171-0/+7
* cc: Add point-based UV coordinate on TextureLayerjscholler@chromium.org2013-01-171-7/+0
* Add additional error handling and null checking to ImageSkiaOperationspkotwicz@chromium.org2013-01-163-10/+67
* Use explicit constructor-enums for SkMatrix44, either kUninitialized or kIden...reed@google.com2013-01-162-33/+29
* some fixes and warning disables in ui/ for building on win x64scottmg@chromium.org2013-01-152-6/+6
* Migrate more functions from MathUtil to gfx::Transformshawnsingh@chromium.org2013-01-154-233/+1291
* Add support for getting the 256x256 app icon on Windows as a SkBitmap.asvitkine@chromium.org2013-01-143-2/+113
* ui/gfx: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-129-21/+21
* Add check to make sure that mask image and target image have the same size.oshima@chromium.org2013-01-111-0/+2
* This patch prevents the creation of some render targets by informing the logi...whunt@chromium.org2013-01-091-0/+9
* Remove DCHECK for negative sizes for Androidnyquist@chromium.org2013-01-091-0/+7
* Fix a couple test cases where we should be doing floating point comparisons.thestig@chromium.org2013-01-092-11/+10
* Add support for adding 256x256 pngs to Windows .ico files.asvitkine@chromium.org2013-01-083-41/+120
* Rotated Imagesharrym@chromium.org2013-01-081-0/+1
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2013-01-087-45/+47
* Flip the default value of the flag to enable scaling in ImageSkiaOperations. oshima@chromium.org2013-01-083-8/+8
* Don't scale mask image for new tab button.oshima@chromium.org2013-01-071-1/+0
* Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()shawnsingh@google.com2013-01-073-1/+75
* Add fuzziness to checking whether the colors of two SkBitmaps are equal for I...pkotwicz@chromium.org2013-01-043-27/+38
* Inline gfx::QuadF and gfx::Transform ctor/dtorsjamesr@chromium.org2013-01-032-27/+12
* Remove ScopedAllowIO from font_fallback_win.cc.asvitkine@chromium.org2012-12-271-3/+0
* Add ToString() to gfx::Transform for easier debugging.danakj@chromium.org2012-12-202-0/+29
* Use generated shim headers for zlib.phajdan.jr@chromium.org2012-12-181-9/+1
* Rotated Imagesharrym@chromium.org2012-12-185-5/+160
* Generate shim headers for libpngphajdan.jr@chromium.org2012-12-182-10/+1
* Revert 173315nkostylev@chromium.org2012-12-152-1/+13
* gfx: The destructor of DisplayObserver does not need to be out-of-line.tfarina@chromium.org2012-12-152-13/+1
* Add rudimentary support for custom cursors in Chrome Aura Windows.ananta@chromium.org2012-12-142-1/+62
* Aggressively inline implementation of gfx::Transformshawnsingh@google.com2012-12-132-53/+20
* Removes Image(const unsigned char* png, size_t input_size) in favor of using ...pkotwicz@chromium.org2012-12-1310-63/+55
* Improve K-mean dominant color selection for faviconsjamescook@chromium.org2012-12-113-3/+71