summaryrefslogtreecommitdiffstats
path: root/ui/gfx/image
Commit message (Expand)AuthorAgeFilesLines
* MacViews: Get ImageTest to passandresantoso2014-08-281-4/+3
* Use 2x resources for 1.25oshima@chromium.org2014-07-122-25/+47
* SkBitmap::Config is deprecated, use SkColorType insteadreed@google.com2014-07-081-2/+2
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-015-25/+12
* Use ImageSkiaSource to create ImageSkia from ImagePNGRepsoshima@chromium.org2014-06-203-35/+111
* Revert 278589 "Use ImageSkiaSource to create ImageSkia from Imag..."ricow@chromium.org2014-06-203-109/+35
* Use ImageSkiaSource to create ImageSkia from ImagePNGRepsoshima@chromium.org2014-06-203-35/+109
* Enable arbitrary scale factoroshima@chromium.org2014-06-112-15/+1
* Remove forward declarations of unused ImageRepGdk and ImageRepCairopkotwicz@chromium.org2014-05-262-8/+1
* Update comment for ImageSkiaRep(gfx::Size, float);oshima@chromium.org2014-05-161-1/+3
* Fixes use-of-uninitialized-value MSan error in image_skia_unittestmukai@chromium.org2014-05-162-3/+4
* Allows arbitrary scale factor in ImageSkia.mukai@chromium.org2014-05-153-15/+245
* Add ImageSkiaRep::unscaled that tells if the image is for unscaled image.oshima@chromium.org2014-05-114-9/+62
* 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