summaryrefslogtreecommitdiffstats
path: root/ui/gfx/icon_util.cc
Commit message (Expand)AuthorAgeFilesLines
* ui/gfx: Return make_scoped_ptr when/where possible.tfarina2014-11-241-1/+1
* ui/gfx: Return nullptr when possible.tfarina2014-11-211-3/+3
* Remove implicit HANDLE conversions from ui.rvargas2014-09-251-3/+3
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-051-1/+1
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-011-3/+3
* Fix crash in CreateHICONFromSkBitmap.asvitkine@chromium.org2014-04-081-6/+11
* use SkColorType instead of (deprecated) SkBitmap::Configreed@google.com2014-03-121-5/+4
* Changed RefCountedStaticMemory() to accept a void pointer.joaoe@opera.com2014-02-121-3/+1
* Added a new overload of gfx::Image::CreateFrom1xPNGBytesjoaoe@opera.com2014-01-081-1/+2
* Make sure skia doesn't try to scale images with less than 32 bits per pixel.hubbe@chromium.org2013-06-151-5/+3
* Use important_file_writer to write .ico filescalamity@chromium.org2013-05-131-23/+3
* App shortcut icons on Windows are now 256x256 instead of 32x32.mgiuca@chromium.org2013-04-301-78/+141
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-1/+1
* Support large icons for Windows desktop profile shortcuts.asvitkine@chromium.org2013-01-311-4/+4
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-231-1/+1
* some fixes and warning disables in ui/ for building on win x64scottmg@chromium.org2013-01-151-5/+5
* Add support for getting the 256x256 app icon on Windows as a SkBitmap.asvitkine@chromium.org2013-01-141-1/+61
* ui/gfx: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-121-2/+2
* Add support for adding 256x256 pngs to Windows .ico files.asvitkine@chromium.org2013-01-081-10/+44
* Add rudimentary support for custom cursors in Chrome Aura Windows.ananta@chromium.org2012-12-141-0/+53
* gfx: Delete another array pointer through scoped_array.tfarina@chromium.org2012-09-211-3/+1
* ui/gfx: Do not use the deprecated SkBitmap::getConfig() function.tfarina@chromium.org2012-03-191-2/+2
* Fix invalid GDI object destruction sequence.cpu@chromium.org2012-01-121-7/+8
* Badge Windows profile shortcuts with multi-user avatar.stevet@chromium.org2011-12-061-1/+1
* There are two GDI objects leaks related to icon of downloading resources:yosin@chromium.org2011-09-271-12/+55
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-0/+457