summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Revert 134313 - Revert 134201 - Fix framerate jank for accelerated content on...apatrick@chromium.org2012-05-011-4/+0
* Get the custom frame limping with win-aura.ben@chromium.org2012-05-011-3/+0
* Get the default device scale factor from monitor oshima@chromium.org2012-05-015-5/+45
* Implement Aura Menu spec for the color specification part.jennyz@chromium.org2012-04-303-4/+32
* Fix RenderTextWin CJK font linking size on Windows XP.asvitkine@chromium.org2012-04-304-25/+191
* Remove dispatcher in test compositoroshima@chromium.org2012-04-283-24/+1
* This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...oshima@chromium.org2012-04-275-29/+123
* Adds a class that makes it easy to subclass a HWND and filter messages sent t...ben@chromium.org2012-04-271-2/+2
* Add a suppression for the accelerated surface code blocking the UI thread.jam@chromium.org2012-04-271-0/+3
* Revert 134201 - Fix framerate jank for accelerated content on windowsapatrick@chromium.org2012-04-271-0/+4
* Don't make checkdeps ignore includes to directories that are brought in via d...jam@chromium.org2012-04-272-0/+3
* Update Web*Layer includes to point to third_party/WebKit/Source/Platform/...jamesr@chromium.org2012-04-271-3/+3
* Fix framerate jank for accelerated content on windowsjbates@chromium.org2012-04-271-4/+0
* Interpolated rotations should end cleanly where possible.vollick@chromium.org2012-04-252-3/+174
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-2513-343/+431
* Noone should use base class, so it's safe to remove virtual destructors for p...oshima@chromium.org2012-04-249-9/+15
* Use font linking based on the original run font in RenderTextWin.asvitkine@chromium.org2012-04-241-2/+15
* On the Mac, we populate NSImage from bitmaps in resource bundles. Introduce I...pkotwicz@chromium.org2012-04-248-66/+303
* Fix RenderTextWin font linking with custom fonts.asvitkine@chromium.org2012-04-231-5/+5
* Expose compositor filters on ui::Layer.danakj@chromium.org2012-04-232-8/+26
* Disable inverting web content when high-contrast mode is on.dmazzoni@chromium.org2012-04-231-3/+7
* Fixes bug where button borders are not always painted in high DPI mode.pkotwicz@chromium.org2012-04-231-22/+9
* Disable the tests crashing in ui::TestCompositorHostLinux::Drawglider@chromium.org2012-04-231-4/+4
* ui: Convert VLOGs to DVLOGs.tfarina@chromium.org2012-04-237-22/+22
* Clean up native_theme_android by making it inherit from native_theme.hpkotwicz@chromium.org2012-04-222-172/+122
* fix-gl-logginggman@chromium.org2012-04-221-1/+1
* Mark PlatformFontPangoTest.FamilyList as FAILS on crosdmazzoni@chromium.org2012-04-201-1/+8
* Move RefCountedBytes Class to base namespace.simon.hong81@gmail.com2012-04-201-7/+7
* Small change which causes ten times fewer trace events to be generated.kgr@chromium.org2012-04-191-1/+1
* A few minor fixes and cleanups.cevans@chromium.org2012-04-181-2/+5
* views: Use NOTREACHED() where appropriate.tfarina@chromium.org2012-04-171-1/+1
* Always try metafile font fallback in the case of missing glyphs in RenderText...asvitkine@chromium.org2012-04-132-45/+53
* Remove unused and unnecessary constructor from PlatformFont classes.asvitkine@chromium.org2012-04-138-37/+0
* Landing issue 9960061: Change Sleep(0) to Sleep(1) when we are waiting GPU to...apatrick@chromium.org2012-04-121-1/+1
* Fix Windows use_canvas_skia=0 build.asvitkine@chromium.org2012-04-121-0/+1
* - Add temporary support for High Density Incompatible mode (scale to 2x) to N...oshima@chromium.org2012-04-122-0/+18
* Work on USE_ASH/USE_AURA split.erg@chromium.org2012-04-121-0/+102
* Traces on MakeCurrentnduca@chromium.org2012-04-115-2/+12
* Use gdk_init() instead of gtk_init() to open the display. It's much lighter andcevans@chromium.org2012-04-112-5/+15
* Fix typooshima@chromium.org2012-04-111-1/+1
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-1117-832/+768
* Revert r131737 "Use template for Point/Size/Rect and remove duplicates "oshima@chromium.org2012-04-1117-772/+832
* Use template for Point/Size/Rect and remove duplicates oshima@chromium.org2012-04-1117-832/+772
* ash: Better and faster text shadows.xiyuan@chromium.org2012-04-1114-46/+360
* gl_implementation_win includes d3d9.h, so add the dx sdk to include_dirsthakis@chromium.org2012-04-101-0/+3
* Be careful not to use a deleted animation.vollick@chromium.org2012-04-103-4/+128
* Replaced sk_canvas()->drawPath() with DrawPath()pkotwicz@chromium.org2012-04-101-1/+1
* Reland r131452: Add GLHelper::AsyncCopyTextureTo and make thumbnail generatio...mazda@chromium.org2012-04-102-3/+28
* Add floating point support to gfx::Pathoshima@chromium.org2012-04-102-2/+20
* Add to gfx::Canvas API so that views doesn't use SkCanvas directly.pkotwicz@chromium.org2012-04-092-2/+86