summaryrefslogtreecommitdiffstats
path: root/ui/gfx/image/image.h
Commit message (Expand)AuthorAgeFilesLines
* This CL fixes two bugs:pkotwicz@chromium.org2013-06-221-0/+11
* gfx::Image: Added Width, Height and Size methods.mgiuca@chromium.org2013-03-271-0/+6
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-231-5/+5
* Removes Image(const unsigned char* png, size_t input_size) in favor of using ...pkotwicz@chromium.org2012-12-131-12/+5
* Adds support for creating a gfx::Image from multi resolution raw data.pkotwicz@chromium.org2012-12-051-3/+22
* Remove deprecated gfx::Image::operator NSImage*().rsesek@chromium.org2012-09-141-7/+0
* Adds an iOS implementation of gfx::Image.rohitrao@chromium.org2012-09-141-2/+10
* Remove unused gfx::Image constructor which takes in ImageSkiaReppkotwicz@chromium.org2012-08-171-5/+0
* Add support for PNG representation in gfx::Imagecjhopman@chromium.org2012-08-081-0/+9
* Revert r150228 "Add support for PNG representation in gfx::Image"oshima@chromium.org2012-08-071-9/+0
* Add support for PNG representation in gfx::Imagecjhopman@chromium.org2012-08-071-0/+9
* Fall back to the default favicon on invalid favicon files.thakis@chromium.org2012-08-061-2/+7
* Change return type of FaviconTabHelper::GetFavicon() to gfx::Image.thakis@chromium.org2012-08-031-0/+7
* Refactoring of gfx::Imagecjhopman@chromium.org2012-07-191-6/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* This CL adds a new object: ImageSkiaReppkotwicz@chromium.org2012-06-251-0/+6
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-161-4/+5
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-4/+0
* Revert 137075 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-0/+4
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-4/+0
* Revert 137068 - Revert 136812 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-0/+4
* Revert 136812 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-4/+0
* Revert 136332 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-141-4/+4
* Revert 136823 - Get rid of Image::Image(SkBitmap*); because of win build failuretoyoshim@chromium.org2012-05-141-0/+4
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-4/+0
* Revert 136812 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-0/+4
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-4/+0
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-101-4/+4
* Revert 136304 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-101-4/+4
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-101-4/+4
* On the Mac, we populate NSImage from bitmaps in resource bundles. Introduce I...pkotwicz@chromium.org2012-04-241-10/+2
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-4/+4
* ui/gfx: Remove the deprecated "operator const SkBitmap&" from Image API.tfarina@chromium.org2012-03-271-1/+0
* ui/gfx: Remove the deprecated "operator const GdkPixbuf*" from Image API.tfarina@chromium.org2012-03-231-3/+1
* ui/gfx: Remove the deprecated "operator const SkBitmap*" from Image API.tfarina@chromium.org2012-03-211-1/+0
* Add support for multiple icon sizes for Mac platform appssail@chromium.org2012-03-031-1/+1
* Add gfx::Image::Image(const SkBitmap&) constructor.rsesek@chromium.org2012-02-241-0/+4
* Add a default constructor for gfx::Image.rohitrao@chromium.org2012-02-221-1/+10
* GTK: Move CairoCachedSurface from being owned by GtkThemeService to gfx::Image.erg@chromium.org2011-12-021-0/+6
* Rename UI_API to UI_EXPORT.darin@chromium.org2011-08-061-2/+2
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-171-3/+3
* Augment the gfx::Image conversion methods to let callers choose between weak ...rsesek@chromium.org2011-06-211-2/+27
* Move ui/gfx/image* to ui/gfx/image/.rsesek@chromium.org2011-06-131-0/+130