summaryrefslogtreecommitdiffstats
path: root/ui/aura
Commit message (Expand)AuthorAgeFilesLines
* aura: add the newly focused window argument to WindowDelegate::OnBlur()varunjain@chromium.org2012-02-161-2/+3
* Add --aura-host-window-use-fulcreen switch for testing.fischman@chromium.org2012-02-162-2/+6
* Consolidate the code path when window becomes invisible. This fixes a couple ...oshima@chromium.org2012-02-162-45/+50
* Revert 122213 - aura: Use GPU process for UIdpapad@chromium.org2012-02-162-28/+1
* aura: Use GPU process for UIpiman@chromium.org2012-02-162-1/+28
* Gesture Recognizer Diagram now references design document on chromium.org. tdresser@chromium.org2012-02-151-1/+2
* aura: Hide cursor during and after shutdown.derat@chromium.org2012-02-144-35/+55
* Mac/Aura compile fails with new screen capture additionsdhollowa@chromium.org2012-02-141-0/+8
* aura: Re-enable a test that has been fixed.sadrul@chromium.org2012-02-141-8/+1
* GestureRecognizer State Machine Diagram.tdresser@chromium.org2012-02-132-0/+32
* ui::Compositor is no longer ref-countedpiman@chromium.org2012-02-124-8/+8
* 1) Invoke RootWindow::SetCapture(NULL) as a result from OS level mouse captur...pkotwicz@chromium.org2012-02-117-20/+111
* aura::Window only supports void* and int values for custom properties, which ...benrg@chromium.org2012-02-1123-208/+418
* Fixes login screen menus.pkotwicz@chromium.org2012-02-101-0/+2
* Aura: Rationalize window mode initializationjamescook@chromium.org2012-02-102-3/+4
* Scrolling "on rails"tdresser@chromium.org2012-02-105-48/+253
* Plumb expose damage to compositor.backer@chromium.org2012-02-103-1/+8
* Revert 121338 - 1) Adds support for OS level mouse capture lost (eg from a po...pkotwicz@chromium.org2012-02-107-110/+18
* Aura: Fix activated windows sometimes not switching to foregroundjamescook@chromium.org2012-02-103-48/+221
* aura: Fix setting touch-handler and gesture-handler for asynchronous gestures.sadrul@chromium.org2012-02-092-16/+76
* 1) Adds support for OS level mouse capture lost (eg from a popup)pkotwicz@chromium.org2012-02-097-18/+110
* Event smoothing in aura gesture recognizer.sadrul@chromium.org2012-02-098-23/+338
* Mac/Aura compile fixes for new accelerator / dispatcher codedhollowa@chromium.org2012-02-093-8/+18
* Cleanup state-transition related code in the gesture-recognizer.sadrul@chromium.org2012-02-083-28/+22
* Revert 120997 and 120996 because they cause compile failures in linux chomiumos.sadrul@chromium.org2012-02-088-338/+24
* Fix compile on linux chromiumos.sadrul@chromium.org2012-02-081-1/+1
* Event smoothing in aura gesture recognizer.sadrul@chromium.org2012-02-088-24/+338
* Update aura gesture recognizer to recognizer pinch and two-finger scrolling.sadrul@chromium.org2012-02-085-102/+537
* Revert 120835 - Event smoothing in CrOS gesture recognizer.michaeln@google.com2012-02-078-334/+23
* Event smoothing in CrOS gesture recognizer.tdresser@chromium.org2012-02-078-23/+334
* Implements accelerator handling for menus on aura.pkotwicz@chromium.org2012-02-073-0/+62
* Revert 120587 - Implements accelerator handling for menus on aura.pkotwicz@chromium.org2012-02-063-62/+0
* Implements accelerator handling for menus on aura.pkotwicz@chromium.org2012-02-063-0/+62
* Revert 120566 - Implements accelerator handling for menus on aura.pkotwicz@chromium.org2012-02-063-62/+0
* Implements accelerator handling for menus on aura.pkotwicz@chromium.org2012-02-063-0/+62
* Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ...ben@chromium.org2012-02-039-22/+136
* Renamed old bot to existing trybot.saintlou@chromium.org2012-02-031-1/+1
* Disable animations during aura tests.vollick@google.com2012-02-024-7/+14
* Revert 120092 - Reland 120074 -- Disable animations during aura tests.vollick@google.com2012-02-014-14/+7
* Reland 120074 -- Disable animations during aura tests.vollick@google.com2012-02-014-7/+14
* Revert 120074 - Disable animations during aura tests.vollick@google.com2012-02-014-14/+7
* Disable animations during aura tests.vollick@google.com2012-02-014-7/+14
* Temporarily disable mouse move synthesis on winoshima@chromium.org2012-02-012-3/+9
* Marking WindowTest.MouseEventsOnWindowChange FAILSkinuko@chromium.org2012-02-011-1/+2
* Adds two new observer methods to allow code to be notified when a Window is a...ben@chromium.org2012-02-016-49/+165
* Cleanup: Delete some 0 byte files that are still lying around as a result of ...thestig@chromium.org2012-02-012-0/+0
* Tweak the aura gesture recognizer slightly.sadrul@chromium.org2012-01-314-2/+111
* Revert 119976 - Adds two new observer methods to allow code to be notified wh...ben@chromium.org2012-01-316-164/+48
* Adds two new observer methods to allow code to be notified when a Window is a...ben@chromium.org2012-01-316-48/+164
* Makes GetRootWindow() public on Window so we can begin to convert uses of Roo...ben@chromium.org2012-01-314-22/+28