summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary work in |RenderTextWin::UpdateLayout()| if there are no runs.asvitkine@chromium.org2011-11-112-5/+6
* Upstream: ui implementation in Androidmichaelbai@chromium.org2011-11-114-0/+1101
* Add to OWNERSbacker@chromium.org2011-11-111-0/+2
* Use ScopedMakeCurrentbacker@chromium.org2011-11-115-17/+20
* A fix for LayerNoTextureSetFillsBoundsOpaquely.vollick@chromium.org2011-11-112-22/+58
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-117-3/+67
* Remove OVERRIDES on WebKit APIs in CompositorCCwjmaclean@google.com2011-11-111-7/+7
* Fix crash in compositor_unittests when using webkit compositor.vollick@chromium.org2011-11-101-0/+1
* Compile fix for CompositorCC.wjmaclean@google.com2011-11-102-0/+6
* Create a new aura client API dir and move constants and desktop delegate to it.ben@chromium.org2011-11-093-7/+3
* Update layout when selection is updated.oshima@chromium.org2011-11-096-69/+29
* Remove 4 exit time destructors from ui and content for linux and chromeos.thakis@chromium.org2011-11-093-3/+3
* Enable browser_tests to display on USE_AURAbacker@chromium.org2011-11-092-3/+17
* Fix strike-through and add underline support to RenderTextWin.asvitkine@chromium.org2011-11-092-36/+69
* Fix --use-gl=any command-line option. The current implementation only checks ...alokp@chromium.org2011-11-0812-241/+270
* Clean up CreateTransposedBtmap.thakis@chromium.org2011-11-081-4/+4
* Fix bug where wglGetExtensionsStringEXT was being called instead of wglGetExt...apatrick@chromium.org2011-11-082-25/+21
* move NativeThemeChromeos into gfx:: namespacebenrg@chromium.org2011-11-082-2/+11
* Hook up Workspace and Launcheroshima@google.com2011-11-081-1/+1
* Adds Window::MoveChildToFront, with surrounding changes.sky@chromium.org2011-11-083-11/+28
* Change LOG(INFO) to DVLOG(1) in gl_implementation.ccisherman@chromium.org2011-11-071-3/+3
* Reenable triggering of screen rotations by sensors.vollick@chromium.org2011-11-074-2/+181
* Removing animation observers from the layer animator should also remove them ...vollick@chromium.org2011-11-072-0/+40
* Remove the remaining 6 exit time destructors and 2 static initializers from ui/thakis@chromium.org2011-11-042-6/+18
* Add command-line option to enable swiftshaderjbauman@chromium.org2011-11-045-14/+41
* Fix missing GL binding for skia with in-process GLpiman@chromium.org2011-11-031-0/+1
* Setting a layer property immediately should cancel any current animations.vollick@chromium.org2011-11-0310-99/+150
* Introduces chromium_resources.gyp to factor out Chrome resource generationdhollowa@chromium.org2011-11-031-5/+1
* Fix gl context change on dropping a texturepkotwicz@chromium.org2011-11-032-1/+10
* Overdraw debugging can be enabled with the --enable-compositor-overdraw-debug...vollick@chromium.org2011-11-034-35/+117
* Moves scheduling draw/paint from Window::SetBounds tosky@chromium.org2011-11-033-4/+50
* Fix build issues with CompositorCC & component build.ben@chromium.org2011-11-031-4/+6
* Revert 108466 - Introduces chromium_resources.gyp to factor out Chrome resour...dhollowa@chromium.org2011-11-031-1/+5
* Introduces chromium_resources.gyp to factor out Chrome resource generationdhollowa@chromium.org2011-11-031-5/+1
* Fixes painting regression. The problem was I optimized to only send tosky@chromium.org2011-11-031-1/+1
* Remove canvas direct 2d from build since its not used and causes problemsrogerta@chromium.org2011-11-033-822/+0
* Test that pixels are drawn to the screenbacker@chromium.org2011-11-039-0/+90
* Get rid of deadstore warning from clangdmaclach@chromium.org2011-11-031-1/+0
* Revert part of r107440 that got left out by drover.sadrul@chromium.org2011-11-021-29/+5
* Revert r107440 because this causes a crash on touchui on page load.sadrul@chromium.org2011-11-022-279/+73
* Makes the compositors handle updating part of a texture when thesky@chromium.org2011-11-022-20/+13
* Allows observers to be notified when layer animations complete.vollick@chromium.org2011-11-0219-207/+469
* Exclude accelerated_surface_win from aura builds. Fixes bustage.ben@chromium.org2011-11-011-0/+8
* Add traces in compositor, views and skiapiman@chromium.org2011-11-012-0/+9
* Implemented AcceleratedSurface for Windows.apatrick@chromium.org2011-11-013-0/+586
* Make LazyInstance managed Locks leaky.thestig@chromium.org2011-11-011-1/+3
* Added booleans that indicate which GL extensions are available.apatrick@chromium.org2011-11-011-6/+18
* ui/gfx: Convert CreateCanvas to use gfx::Size.tfarina@chromium.org2011-11-014-11/+8
* Gets Bubble to work on aura.sky@chromium.org2011-10-311-0/+3
* aura: Add fullscreen/popups to RenderWidgetHostViewAura.derat@chromium.org2011-10-312-13/+11