summaryrefslogtreecommitdiffstats
path: root/ash/host
Commit message (Expand)AuthorAgeFilesLines
* aura: Allow deferred widget creationsievers2015-08-251-1/+2
* Refactoring for the InputMethod & InputMethodDelegate interfaces.shuchen2015-08-048-42/+38
* Unified Desktop: Support 2xDSF displayoshima2015-07-301-6/+1
* Makes DesktopWindowTreeHostXxx to dispatch key event to InputMethod.shuchen2015-07-238-39/+23
* InputMethod should stop TextInputClient::InsertChar/InsertText calls when the...shuchen2015-07-145-5/+5
* Use EventHandler for IME so that it honeres EventTargeter/EventHandlers.oshima2015-06-2711-0/+114
* Disable AshWindowTreeHostX11Test.DispatchTouchEventToOneRootWindow on ChromeOS.Steve Kobes2015-06-121-1/+8
* Refactoring the ownership of ui::InputMethod.shuchen2015-06-102-9/+1
* Hide compositor when DesktopWindowTreeHostWin::Hide is called.jbauman2015-06-042-4/+4
* Allow switching between extended and unifiedoshima2015-05-201-0/+3
* Enable display rotation, magnifier in unified desktop modeoshima2015-05-058-6/+42
* UnifiedDesktop: mouse warp supportoshima2015-04-301-1/+1
* Apply automated fixits for Chrome clang plugin to ash.dcheng2015-04-291-2/+3
* Introduce OffscreenBrowsreCompositorOutputSurface for offscreen desktop rende...oshima2015-04-281-1/+0
* Don't dispatch event after shutdown on AshWTHUnifiedoshima2015-04-281-0/+4
* Add unified desktop flag "--ash-enable-unified-desktop"oshima2015-04-277-3/+254
* Update {virtual,override} to follow C++11 style in ash.nick2015-04-222-23/+22
* Change device IDs from unsigned to signed.kpschoedel2015-04-141-2/+2
* Fix software mirror mode on Ozone part 2/2pkotwicz2015-03-103-28/+6
* x11: Use scoped_ptr<> for X11 objects where it makes sense.Sadrul Habib Chowdhury2015-03-101-1/+1
* Add event trace for DispatchEventoshima2015-03-051-0/+2
* Prevent synthetic events from being processed during RootWindowController shu...pkotwicz2015-02-122-1/+24
* [Ozone] Constrain the cursor when overscan insets are setpkotwicz2015-01-271-1/+12
* Ozone: Fix Linux Build.kalyan.kondapally2015-01-061-13/+13
* Fix references to ui/gfx headers in a*/.Avi Drissman2014-12-223-3/+3
* ozone: suppress TTC when the cursor is hiddensheckylin2014-12-172-3/+25
* ash: ozone: apply transformation to events outside the root windowlionel.g.landwerlin2014-12-034-22/+55
* Move all event related devices from ui/events/ to ui/events/devices/dnicoara2014-11-041-4/+4
* Prefix CommandLine usage with base namespace (Part 4: ash/)pgal.u-szeged2014-10-291-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-273-31/+29
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-036-55/+55
* [Ozone] Fix setting the transform on the AshWindowTreeHostdnicoara@chromium.org2014-08-061-1/+1
* AshWindowTreeHostWin is an implementation detail in an anonymous namespace an...hans@chromium.org2014-06-261-2/+2
* Extract touchscreen device management into a generic managerdnicoara@chromium.org2014-06-231-1/+1
* Remove dispatcher when shutting down RootWindowControlleroshima@chromium.org2014-05-223-1/+12
* linux_aura: Compile ash into chrome.erg@chromium.org2014-05-203-22/+33
* Fix typo in AshWindowTreeHostOzonespang@chromium.org2014-05-161-1/+1
* Makes construction of (ash)RemoteWindowTreeHostWin explicitsky@chromium.org2014-05-158-42/+77
* Re-land "Move touch CTM from X into Chrome"miletus@chromium.org2014-05-134-238/+122
* Revert 270232 "linux_aura: Compile ash into chrome."erg@chromium.org2014-05-133-37/+24
* linux_aura: Compile ash into chrome.erg@chromium.org2014-05-133-24/+37
* Revert 269892 "linux_aura: Compile ash into chrome."erg@chromium.org2014-05-123-37/+24
* linux_aura: Compile ash into chrome.erg@chromium.org2014-05-123-24/+37
* Add ability to change display orientation on Ozonednicoara@chromium.org2014-05-121-8/+63
* Use native coordinates to warp the cursor to another display.oshima@chromium.org2014-05-126-0/+17
* Take overscan into account when handling passive graboshima@chromium.org2014-05-101-1/+1
* Revert 269371 "Move touch CTM from X into Chrome"rlp@chromium.org2014-05-094-121/+237
* Move touch CTM from X into Chromemiletus@chromium.org2014-05-094-237/+121
* 3rd part of porting Chrome Ash to Windows 7ananta@chromium.org2014-04-181-1/+1
* Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.oshima@chromium.org2014-04-1115-104/+1278