summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Support high dpi in menu scroll arrow, submenu arrow and drag_utils.oshima@chromium.org2012-07-123-1/+76
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1167-67/+0
* Revert "Revert 146000 - Split out ContentViewCore from ContentView for embedd...tedchoc@chromium.org2012-07-111-3/+3
* Get rid of implicit conversion to and from ImageSkiaReppkotwicz@chromium.org2012-07-114-46/+2
* Revert 146000 - Split out ContentViewCore from ContentView for embedders.ericu@google.com2012-07-111-3/+3
* Split out ContentViewCore from ContentView for embedders.tedchoc@chromium.org2012-07-111-3/+3
* Fix ifdef guard. This was being masked by the "#pragma once".jam@chromium.org2012-07-101-2/+2
* RenderTextWin: Use a font that can at least partially display the run, if pos...asvitkine@chromium.org2012-07-102-11/+44
* Make tab/tabstrip high density compatibleoshima@chromium.org2012-07-102-0/+210
* Delete canvas_win.cc since it is no longer used.asvitkine@chromium.org2012-07-102-595/+0
* Chromium change of sharing some WebKit API between Android/Linux.wangxianzhu@chromium.org2012-07-093-1/+43
* Fix fade-truncation of LTR tab titles under RTL UI.asvitkine@chromium.org2012-07-091-0/+4
* Rename RenderText::CreateRenderText() to RenderText::CreateInstance().asvitkine@chromium.org2012-07-095-40/+40
* Cleanup:oshima@chromium.org2012-07-096-31/+32
* Fix RenderTextWin base direction; remove test exceptions; etc.msw@chromium.org2012-07-043-79/+74
* Fix default alignment of drawn text when no alignment flags are passed.asvitkine@chromium.org2012-07-041-0/+8
* Fix eliding of LTR tab title in RTL UI under non-Windows Views.asvitkine@chromium.org2012-07-042-5/+0
* Loading/Creating images for mutiple scale factors on the flyoshima@chromium.org2012-07-036-55/+276
* Adds factory method to create Bitmap shader which displays correctly in High DPIpkotwicz@chromium.org2012-07-024-63/+122
* Ignore Unicode BiDi control characters in missing glyphs check in RenderTextWin.asvitkine@chromium.org2012-06-301-1/+13
* Fix tab title fading direction in RTL locales.asvitkine@chromium.org2012-06-281-1/+4
* Removes DCHECK that I *always* hit when running chromeos on a linuxsky@chromium.org2012-06-281-1/+0
* Least surprise fixes of PNGCodec API.ivankr@chromium.org2012-06-281-1/+5
* Use virtual screen coordinates in Display::boundsoshima@chromium.org2012-06-272-6/+2
* Upstream Android RenderWidgetHostView and WebContentsView.sievers@chromium.org2012-06-271-3/+5
* Add ability to build a canvas with a target scale factor.pkotwicz@chromium.org2012-06-273-22/+129
* New util functions in ui/gfx, with tests.rohitrao@chromium.org2012-06-265-5/+63
* This CL adds a new object: ImageSkiaReppkotwicz@chromium.org2012-06-2512-285/+478
* Adds null check in network menu icon to check if bitmap is null before checki...pkotwicz@chromium.org2012-06-231-0/+2
* RenderText: Expose a flag to disable clipping to workaround a Skia bug in the...asvitkine@chromium.org2012-06-222-5/+19
* Expose GetBaseline() method on RenderText.asvitkine@chromium.org2012-06-226-1/+24
* Make gyp inclusion of render_text_unittest.cc consistent with the implementat...asvitkine@chromium.org2012-06-221-0/+3
* Fix one-character misalignment of styles in gfx::RenderTextLinux.kinaba@chromium.org2012-06-221-1/+2
* 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