summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Add ability to draw only the selected portion of text in RenderText so that wevarunjain@chromium.org2013-02-152-0/+14
* Revert 182494isherman@chromium.org2013-02-142-28/+6
* Add IsInternal property to gfx::Displayynovikov@chromium.org2013-02-142-6/+28
* Adds a function computing image color covariance on an SkBitmap.motek@chromium.org2013-02-133-0/+108
* Removed gfx::QuadF::operator =(const gfx::QuadF&) and let the compiler genera...whunt@chromium.org2013-02-132-8/+0
* Remove ImageLoadingTracker class, as it is not used anymore.rpaquay@chromium.org2013-02-122-2/+2
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-105-14/+18
* Views Textfield: Copy on Ctrl+Insert, fix and disable overtype.msw@chromium.org2013-02-071-9/+2
* Added Matrix3F class to gfx.motek@chromium.org2013-02-043-0/+493
* Fix RenderTextTest.PangoAttributes test leaks; remove suppressions.msw@chromium.org2013-02-031-1/+4
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+5
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-02-022-21/+14
* Initialize memory, remove valgrind supression, add transparency test.harrym@chromium.org2013-02-011-1/+3
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-0119-745/+914
* Lookup the favicon with the closest scale factor to the one passed in to chro...pkotwicz@chromium.org2013-01-313-11/+10
* Fix high-DPI on Windows to make use of DIP scaling in WebKit.kevers@chromium.org2013-01-313-2/+20
* Revert 179770jochen@chromium.org2013-01-312-14/+21
* Support large icons for Windows desktop profile shortcuts.asvitkine@chromium.org2013-01-312-4/+7
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-01-312-21/+14
* mac: Delete GetCachedImageWithName(), it's no longer used.thakis@chromium.org2013-01-302-108/+0
* 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