summaryrefslogtreecommitdiffstats
path: root/ui/gfx/image
Commit message (Expand)AuthorAgeFilesLines
* Scrub deprecated Skia APIs.fmalita@chromium.org2014-05-103-3/+3
* Let oshima own a few more image_skia_ files.mukai@chromium.org2014-05-091-1/+1
* More removal of GTK code.erg@chromium.org2014-04-153-208/+3
* Clean up gfx code after GTK port removal.asvitkine@chromium.org2014-04-141-1/+0
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-104-295/+8
* use SkColorType instead of (deprecated) SkBitmap::Configreed@google.com2014-03-121-5/+2
* mac: Let task manager use IDR_PRODUCT_LOGO_16 instead of NSApplicationIcon.thakis@chromium.org2014-03-082-10/+0
* [gfx] Add a utility to calculate visible margins of an image.gbillock@chromium.org2014-02-033-1/+151
* Added a new overload of gfx::Image::CreateFrom1xPNGBytesjoaoe@opera.com2014-01-082-1/+14
* GTTF: Enable glibcxx debug mode for Debug builds by default.phajdan.jr@chromium.org2013-12-102-0/+4
* Reuse Skia functions for converting to/from NSImage.dcheng@chromium.org2013-11-201-2/+3
* ozone: Support building without cairospang@chromium.org2013-11-191-1/+2
* replace setIsOpaque (deprecated) with explicit SkAlphaTypereed@google.com2013-10-241-2/+2
* Remove last dependencies on ui/base from ui/gfxben@chromium.org2013-09-2713-26/+25
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-2422-344/+324
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-2022-324/+344
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-2022-344/+324
* Move gtk and gdk compatibility headers from ui/base/gtk to ui/gfxdavemoore@chromium.org2013-09-111-1/+1
* Adds a gfx_export.h to ui/gfx and converts all code in ui/gfx toben@chromium.org2013-09-0512-12/+12
* Template arguments to templates in std must have complete types.zeno.albisser@digia.com2013-08-281-13/+10
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-244-16/+16
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-244-22/+22
* This CL fixes two bugs:pkotwicz@chromium.org2013-06-223-4/+66
* Update ui/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-032-9/+9
* Fix clang warnings for iOS sectionjustincohen@google.com2013-05-161-3/+3
* ImageFamily: Added a comment explaining when to use Image or ImageSkia insteadmgiuca@chromium.org2013-05-051-0/+5
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-6/+6
* App shortcut icons on Windows are now 256x256 instead of 32x32.mgiuca@chromium.org2013-04-302-0/+14
* ImageFamily: Renamed Get method to GetBest.mgiuca@chromium.org2013-04-063-43/+43
* Added new class gfx::ImageFamily.mgiuca@chromium.org2013-04-043-0/+445
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-9/+9
* gfx::Image: Added Width, Height and Size methods.mgiuca@chromium.org2013-03-277-2/+220
* Fix rounding rules for skia operations to work with non-integer scaling facto...kevers@chromium.org2013-03-151-6/+19
* Mac Chromium style checker cleanuprsleevi@chromium.org2013-02-201-1/+1
* Remove ImageLoadingTracker class, as it is not used anymore.rpaquay@chromium.org2013-02-122-2/+2
* Lookup the favicon with the closest scale factor to the one passed in to chro...pkotwicz@chromium.org2013-01-313-11/+10
* Don't use BinaryImageSource for ButtonImageSourceoshima@chromium.org2013-01-241-13/+20
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-238-96/+89
* Fallback to 1x scale factor if the images doesn't have the targetoshima@chromium.org2013-01-181-96/+81
* Add myself to the owner of image_skia_ stuffoshima@chromium.org2013-01-171-0/+3
* Add additional error handling and null checking to ImageSkiaOperationspkotwicz@chromium.org2013-01-163-10/+67
* Add check to make sure that mask image and target image have the same size.oshima@chromium.org2013-01-111-0/+2
* Flip the default value of the flag to enable scaling in ImageSkiaOperations. oshima@chromium.org2013-01-081-2/+2
* Don't scale mask image for new tab button.oshima@chromium.org2013-01-071-1/+0
* Add fuzziness to checking whether the colors of two SkBitmaps are equal for I...pkotwicz@chromium.org2013-01-043-27/+38
* Rotated Imagesharrym@chromium.org2012-12-182-5/+50
* Removes Image(const unsigned char* png, size_t input_size) in favor of using ...pkotwicz@chromium.org2012-12-1310-63/+55
* Fix a unittest failing on iOS retina devices.noyau@chromium.org2012-12-111-1/+3
* Fixing a test failure on iOS.noyau@chromium.org2012-12-101-2/+15
* Fixes a double release crasher in iOS image code.noyau@chromium.org2012-12-101-6/+6