summaryrefslogtreecommitdiffstats
path: root/ash/touch
Commit message (Expand)AuthorAgeFilesLines
* Begin switch-over to using sk_sp (for SkShader for now)reed2016-03-111-8/+4
* Fix misuses of View::SetFillsBoundsOpaquely and remove the API to makeestade2016-03-072-2/+2
* Build ash_shell_with_content and run ash_unittests on Win bots.msw2016-02-161-5/+36
* Update the layout only if the primary display is swappedoshima2016-02-161-6/+2
* ui: Make PointerDetails a structrobert.bradford2016-02-082-5/+5
* Add more logging for touchscreen association.jdufault2016-02-011-13/+30
* Use list instead of pair to represent the set of displays.oshima2016-02-011-3/+3
* Remove now-unnecessary wrappers around gfx::Screen::GetScreen()scottmg2016-01-272-3/+3
* Associate UDL input devices with their corresponding displays.jdufault2016-01-122-107/+299
* Convert Pass()→std::move() in //ashdcheng2015-12-271-4/+4
* Switch to standard integer types in ash/.avi2015-12-208-16/+23
* Remove some implicit Point to PointF conversions, add helpers.danakj2015-10-221-2/+2
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-251-4/+4
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-0/+1
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-2/+2
* Drop ui::TouchEvent shims for radius_{x,y} and forcerobert.bradford2015-09-042-7/+8
* ash: Never associate an internal touchscreen with an external displayrobert.bradford2015-08-032-4/+6
* ash: Add a test to cover AssociateTouchscreens with no internal displayrobert.bradford2015-07-311-3/+37
* ash: Don't crash associating touchscreens if there's no internal displayspang2015-07-301-1/+2
* Rename DisplayController to WindowTreeHostManageroshima2015-07-285-24/+26
* [Cleanup]: Made SetDisplayUIScale privateoshima2015-07-271-2/+2
* Cleanup: Introduce gfx::Display::IsInternalDisplayIdoshima2015-07-231-2/+2
* ash: Support multiple touch input devices per displayrobert.bradford2015-07-234-66/+106
* Remove unnecessary #include.kpschoedel2015-06-011-1/+0
* ash: Refactor of TouchTransformerControllerrobert.bradford2015-05-142-53/+50
* Move login windows to/from unified desktop. This is necessary because in Unif...oshima2015-05-011-2/+2
* Add unified desktop flag "--ash-enable-unified-desktop"oshima2015-04-271-1/+2
* Ozone support for device special cases in keyboard event rewriting.kpschoedel2015-04-272-19/+28
* Revert of Ozone support for device special cases in keyboard event rewriting....kpschoedel2015-04-232-28/+19
* DisplayManager Cleanuposhima2015-04-211-1/+1
* Ozone support for device special cases in keyboard event rewriting.kpschoedel2015-04-172-19/+28
* Change device IDs from unsigned to signed.kpschoedel2015-04-142-10/+10
* Stop using DisplayConfigurator state in TouchTransformerController.mukai2015-03-101-44/+41
* Fix software mirror mode on Ozone part 2/2pkotwicz2015-03-102-47/+28
* Fix touch in software mirror mode when there is no internal displaypkotwicz2015-03-021-2/+2
* gfx::ShadowValue: offset is a Vector2d, not Point.mgiuca2015-02-261-1/+2
* Fix touches in software mirror mode Part 1/2pkotwicz2015-02-113-95/+166
* Remove useless InputDevice::name fieldpkotwicz2015-02-062-28/+19
* Update {virtual,override,final} to follow C++11 style in ash.dcheng2015-01-163-9/+7
* touch: Change how touch-screen capability is processed.Sadrul Habib Chowdhury2015-01-132-24/+28
* ash: Use skia::RefPtr instead of manually calling unref().tfarina2015-01-081-9/+9
* Use template specialization to generate WindowProperty code.oshima2015-01-071-0/+2
* Fix references to ui/gfx headers in a*/.Avi Drissman2014-12-225-6/+6
* Revert of Use template specialization to generate WindowProperty code (patchs...chirantan2014-12-191-2/+0
* Use template specialization to generate WindowProperty code.oshima2014-12-191-0/+2
* Generate mode list for internal display in test or on desktop as well.oshima2014-12-182-6/+6
* Do not forward input events to Widget during Widget destructiontdanderson2014-12-081-0/+8
* Remove unneeded object copies in range-based for loops.dcheng2014-12-011-1/+1
* ozone: dri: Use screen location for touch event dispatchspang2014-11-292-0/+18
* events: Remove some usage of Event::native_event().Sadrul Habib Chowdhury2014-11-242-27/+1