summaryrefslogtreecommitdiffstats
path: root/ui/aura
Commit message (Expand)AuthorAgeFilesLines
* Use EXPECT_FALSE instead to avoid compiler errorhongbo.min@intel.com2012-08-011-2/+2
* Initialize aura::LocatedEvent::root_location_ correctly.yusukes@chromium.org2012-07-312-2/+2
* aura: Rename OnWindowVisisbilityChanged() to OnWindowTargetVisibilityChanged().tfarina@chromium.org2012-07-306-10/+9
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...ben@chromium.org2012-07-2916-372/+455
* Use correct coordinates for last moust location in SynthesizeMouseMoveEventoshima@chromium.org2012-07-271-1/+1
* gesture recognizer: Fix computing the bounding box of the rectangles.sadrul@chromium.org2012-07-271-0/+78
* ui: No need to typedef testing::Test in unittests.tfarina@chromium.org2012-07-272-3/+3
* aura: Fix "not-allowed" cursor and hot-points of some other cursors.varunjain@chromium.org2012-07-261-6/+7
* Aura desktop: Show resize cursors again.erg@chromium.org2012-07-2613-174/+193
* Make Window::ContainsPoint and Window::ContainsPointInRoot const.yusukes@chromium.org2012-07-252-5/+5
* Remove ui_resources_default_100_percent.rc and theme_resources_default_100_pe...benrg@chromium.org2012-07-251-3/+0
* Don't warp mouse if the cursor is locked, for now.oshima@chromium.org2012-07-251-1/+2
* Renamed resource files to be more verbose, specifically:benrg@chromium.org2012-07-241-4/+4
* Move last_mouse_location_ from aura::RootWindow to aura::Env to support multi...yusukes@chromium.org2012-07-2414-55/+123
* Set CaptureClient instance for aura_demo and aura_benchhongbo.min@intel.com2012-07-244-0/+16
* Revert "chromeos: Add a bool flag to catch crash cause of http://crbug.com/13...xiyuan@chromium.org2012-07-242-14/+1
* gesture recognizer: Expose bounding-box for the points in a gesture-event.sadrul@chromium.org2012-07-232-19/+13
* Fix aura::Window::ContainsPointInRoot().yusukes@google.com2012-07-232-3/+21
* SetBounds even when size didn't change.disher@chromium.org2012-07-231-5/+2
* ash: Record some additional information about the gestures.sadrul@chromium.org2012-07-234-13/+9
* Move a window if the sceren bounds being set is in other display.oshima@chromium.org2012-07-211-3/+1
* Ignore bogus display sizeoshima@chromium.org2012-07-211-1/+28
* [cros/aura] Prevent white splash on boot for OOBE WebUI.nkostylev@chromium.org2012-07-202-0/+9
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-193-12/+12
* instant: Fix crash from gesture events on instant preview.sadrul@chromium.org2012-07-191-11/+11
* Revert 147288 - Renamed resource files to be more verbose, specifically:rlarocque@chromium.org2012-07-181-4/+4
* Renamed resource files to be more verbose, specifically:harrym@chromium.org2012-07-181-4/+4
* Remove debugging code that was included in the CL by mistake.oshima@chromium.org2012-07-181-3/+0
* * Use Virtual Screen Coordinates in more placesoshima@chromium.org2012-07-185-20/+69
* Aura: Have ui::Layer implement WebKit::WebExternalTextureLayerClientbacker@chromium.org2012-07-133-0/+11
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-112-13/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1166-66/+0
* Apply Ash's key rewriter to an aura::MouseEvent so that Modifler+Click is han...yusukes@chromium.org2012-07-111-28/+0
* Add methods to add DataPack from open filescjhopman@chromium.org2012-07-101-1/+1
* gestures: Process some consumed touch-move events for gesture-recognition.sadrul@chromium.org2012-07-091-0/+115
* Cleanup:oshima@chromium.org2012-07-098-1/+34
* Aura: Enable the threaded compositor in the browser.backer@chromium.org2012-07-041-1/+5
* Aura: ACK on the start of the frame generation for greater async.backer@chromium.org2012-06-293-4/+10
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-283-6/+11
* Speculative fix for crash in CompoundEventFilter. I believe the crashsky@chromium.org2012-06-284-4/+104
* Use virtual screen coordinates in Display::boundsoshima@chromium.org2012-06-274-5/+5
* Avoiding crash on shutdown in some odd cases where a deleted window's parent ...skuhne@chromium.org2012-06-271-0/+1
* Relanding r144499:oshima@chromium.org2012-06-2716-132/+132
* Skip output if the output mode is not availableoshima@chromium.org2012-06-271-2/+5
* Revert r 144499 "Rename the remaining usage of Monitor to Display"oshima@chromium.org2012-06-2716-133/+133
* chromeos: Add a bool flag to catch crash cause of http://crbug.com/134507.xiyuan@chromium.org2012-06-272-1/+14
* Rename the remaining usage of Monitor to Displayoshima@chromium.org2012-06-2716-133/+133
* Add NULL check for the return value of XGetImage. It may return NULL in case...mukai@chromium.org2012-06-271-0/+5
* GestureRecognizer: Long press should be cancelled on prevented-defaulted moves.varunjain@chromium.org2012-06-261-0/+40
* DCHECK mouse pointer scale factor only when we are loading 2x resourcespkotwicz@chromium.org2012-06-261-4/+9