summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Fix for screen_mac::GetDisplayNearestPoint. The input point may notvarunjain@chromium.org2012-06-201-2/+1
* Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-202-0/+14
* Revert 143092 - Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-202-14/+0
* Make ImageButton and NetworkMenuIcon work in high DPIpkotwicz@chromium.org2012-06-202-0/+14
* Fixes spelling mistake CreateTransposedBtmap -> CreateTransposedBitmappkotwicz@chromium.org2012-06-183-6/+5
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-178-53/+54
* Listen to display settings provider for work area size changes and send thosevarunjain@chromium.org2012-06-152-0/+19
* Aura: switch use of finish() into sync points when initializing surfacepiman@chromium.org2012-06-151-2/+5
* Remove --default-device-scale-factor because chrome now gets scale factor fro...oshima@chromium.org2012-06-142-16/+21
* ImageSkia is 1:1 to NSImage. This patch adds conversions between ImageSkia an...pkotwicz@chromium.org2012-06-144-59/+113
* Removemark@chromium.org2012-06-142-2/+2
* linux: Clean up code for getting font rendering settings.derat@chromium.org2012-06-136-132/+250
* Use pango underline metrics in RenderTextLinux.asvitkine@chromium.org2012-06-123-6/+47
* Fixes memory leak caused by 10545069pkotwicz@chromium.org2012-06-121-7/+8
* Rename gfx::Monitor to gfx::Displaytfarina@chromium.org2012-06-1211-152/+152
* NSImageRep can have a size which is not it's pixel size.pkotwicz@chromium.org2012-06-122-42/+73
* mac: Enable HiDPI for the accelerated path.thakis@chromium.org2012-06-111-1/+1
* Make imageSkia:::extractSubset multi-image aware.kevers@chromium.org2012-06-082-8/+26
* Revert 141206 - NSImageRep can have a size which is not it's pixel size.pkotwicz@chromium.org2012-06-082-56/+29
* mac: Basic HighDPI implementation for web contents.thakis@chromium.org2012-06-082-1/+10
* NSImageRep can have a size which is not it's pixel size.pkotwicz@chromium.org2012-06-082-29/+56
* Remove out of data commentpkotwicz@chromium.org2012-06-071-2/+0
* mac: Use NSWidth() and friends in a few more places.thakis@chromium.org2012-06-071-1/+1
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-075-33/+33
* Revert 140877 - Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-065-33/+33
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-065-33/+33
* Reland: ash: Improved window maximize/restore animationsjamescook@chromium.org2012-06-061-2/+2
* Make SkIRect in ImageSkia::extractSubset const because it is const in SkBitma...pkotwicz@chromium.org2012-06-052-2/+2
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-051-4/+4
* Use ScopedVector in RenderTextWin.asvitkine@chromium.org2012-06-042-5/+3
* Fix issue with multi-line alignment in canvas_skia.cc.asvitkine@chromium.org2012-06-041-0/+1
* Implement media::VideoDecodeAccelerator on Macsail@chromium.org2012-06-023-17/+17
* Revert "Implement media::VideoDecodeAccelerator on Mac"sail@chromium.org2012-06-023-17/+17
* Implement media::VideoDecodeAccelerator on Macsail@chromium.org2012-06-023-17/+17
* Adds methods to ImageSkia to allow changing scale factor on the flypkotwicz@chromium.org2012-06-013-36/+122
* Revert 139494 - ash: Improved window maximize/restore animationsjamescook@chromium.org2012-06-011-2/+2
* Remove trace code from render_text.cc.asvitkine@chromium.org2012-05-311-9/+2
* RenderTextWin: Trim whitespace when stripping parentheses from the font name.asvitkine@chromium.org2012-05-301-2/+4
* ash: Improved window maximize/restore animationsjamescook@chromium.org2012-05-301-2/+2
* Update std::vector<ShadowValue> to ShadowValues.xiyuan@chromium.org2012-05-299-14/+12
* RenderTextWin: Don't ignore entries with only filenames during font linking.asvitkine@chromium.org2012-05-292-21/+106
* Fix leak. unref shader after use.oshima@chromium.org2012-05-261-0/+1
* Clean up SkBitmapOperations.xiyuan@chromium.org2012-05-265-71/+41
* native_theme_base/android had copied and pasted versions of DrawBitmapInt and...pkotwicz@chromium.org2012-05-252-13/+34
* Move shadow looper generation code into skia_util.xiyuan@chromium.org2012-05-253-40/+55
* Right now, the 2x data pack also contains 1x images. This is correct in the c...flackr@chromium.org2012-05-231-9/+2
* Fixes regressions in canvas due to 10245003pkotwicz@chromium.org2012-05-231-2/+3
* Fix a couple of bugs with the image skia implementationpkotwicz@chromium.org2012-05-226-0/+28
* Convert GdkPixbufFromSkBitmap(const SkBitmap*) to GdkPixbufFromSkBitmap(const...pkotwicz@chromium.org2012-05-204-15/+14
* Add instantiation declarations for PointBase, SizeBase, RectBasethakis@chromium.org2012-05-196-0/+24