summaryrefslogtreecommitdiffstats
path: root/ui/gfx/icon_util.cc
Commit message (Expand)AuthorAgeFilesLines
* 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