summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-0314-2448/+0
* Detect missing glyphs as returned by Vista in RenderTextWin.asvitkine@chromium.org2012-05-032-18/+42
* Cache successful substitute fonts in RenderTextWin.asvitkine@chromium.org2012-05-032-1/+23
* Revert 135160 - Re-land: Add initial GTK web accessibility framework.dmazzoni@chromium.org2012-05-032-37/+1
* Re-land: Add initial GTK web accessibility framework.dmazzoni@chromium.org2012-05-032-1/+37
* Revert r123782.thakis@chromium.org2012-05-031-2/+2
* Metrics should log size in pixeloshima@chromium.org2012-05-033-6/+17
* Aura on Linux: Make a DesktopScreenX11 to match the windows one.erg@chromium.org2012-05-031-91/+0
* Revert 135020 - Add initial GTK web accessibility framework.jam@chromium.org2012-05-022-37/+1
* Add initial GTK web accessibility framework.dmazzoni@chromium.org2012-05-022-1/+37
* Move RefCountedMemory Class to Base namespacesimon.hong81@gmail.com2012-05-022-14/+17
* win: Fix a few minor issues found by clang.thakis@chromium.org2012-05-021-1/+1
* Fix issue where RenderTextWin would use different fonts to render matching pa...asvitkine@chromium.org2012-05-021-1/+0
* Fix ugly non-ClearType text rendering in tab strip.asvitkine@chromium.org2012-05-022-5/+38
* RefCounted types should not have public destructors, printing/ and ui/rsleevi@chromium.org2012-05-0215-75/+85
* Build fixes to get use_aura && !use_ash to build.ben@chromium.org2012-05-012-5/+5
* 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