summaryrefslogtreecommitdiffstats
path: root/content/browser/gamepad
Commit message (Expand)AuthorAgeFilesLines
* Gamepad: Add support for "2Axes 8Keys".teravest@chromium.org2013-03-071-0/+19
* Gamepad: Windows support for Logitech Precision.teravest@chromium.org2013-02-221-0/+26
* Support DirectInput gamepads on Windows.teravest@chromium.org2013-02-213-70/+516
* Fix dependency on scoped_ptr::reset sequencing in GamepadProvider.dcheng@chromium.org2013-02-201-1/+3
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-1/+1
* Gamepad: Linux support for DragonRise Generic USB.teravest@chromium.org2013-02-071-0/+18
* Added correct Mac mappings for the DragonRise Generic USB Gamepad.sylvinus@gmail.com2013-01-161-0/+14
* Revert 175581scottmg@chromium.org2013-01-081-1/+1
* Disable GamepadProviderTest.UserGesture: testing auto-disable scriptscottmg@chromium.org2013-01-081-1/+1
* Update some #includes in content/browser/ for headers in the new Platformpilgrim@chromium.org2013-01-053-3/+3
* Cleanup: Fix some lint errors in content/.thestig@chromium.org2013-01-041-1/+1
* Cleanup: Remove unneeded browser_thread.h includes in contents.thestig@chromium.org2013-01-032-2/+0
* Gamepad: Fix misplaced parenthesis around HANDLE_EINTRhans@chromium.org2012-11-281-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-3/+3
* content/browser: Remove more unnecessary content:: calls.tfarina@chromium.org2012-11-011-2/+1
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-1016-184/+434
* Add linux/mac gamepad mappings for SmartJoy PLUS adapter.jpd@google.com2012-08-142-2/+23
* Use non-exclusive access to gamepad on macscottmg@chromium.org2012-08-131-1/+1
* Add gamepad mapping for XFXforce XGEAR PS2 Controller on OS Xscottmg@chromium.org2012-08-101-19/+39
* Add mapping for XFXforce XGEAR controller on Linuxscottmg@chromium.org2012-08-101-0/+24
* Add support for Macally iShock.avi@chromium.org2012-08-071-0/+41
* add device type as an argument in OnDevicesChanged.wjia@chromium.org2012-07-312-2/+2
* Linux: Refactor udev device monitoring code into its own class so it can be r...thestig@chromium.org2012-07-272-55/+17
* Prevent multile DoPoll() calls from being simultaneously pendingjar@chromium.org2012-07-262-0/+12
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+2
* use Loadlibrary/GetProcAddress for XInput, rather than /DELAYLOADscottmg@chromium.org2012-07-242-39/+46
* use NOTIFICATION_RENDERER_PROCESS_TERMINATED, not CLOSED for gamepad notifica...scottmg@chromium.org2012-07-212-9/+10
* Revert 146792 - Lock-free GamepadSeqLock (try 2)erg@google.com2012-07-162-12/+24
* Lock-free GamepadSeqLock (try 2)dvyukov@chromium.org2012-07-162-24/+12
* Add scottmg as gamepad ownerscottmg@chromium.org2012-06-261-0/+1
* Better fix for redefined FACILITY_VISUALCPPcpu@chromium.org2012-06-261-2/+3
* Make chrome compile with the win8 sdk cpu@chromium.org2012-06-261-0/+3
* Revert 143903 - Lock-free GamepadSeqLockglider@chromium.org2012-06-252-12/+24
* Lock-free GamepadSeqLockdvyukov@chromium.org2012-06-252-24/+12
* Shutdown gamepad background thread properlyscottmg@chromium.org2012-06-052-3/+12
* Simplify gamepad objects lifetimesscottmg@google.com2012-05-245-55/+69
* Fix crash in gamepad_provider (Mac)scottmg@chromium.org2012-05-142-4/+17
* gamepad: linux: use input device parent, not USBkeybuk@chromium.org2012-05-041-20/+49
* DCHECK to CHECK to try to get more info on crashscottmg@google.com2012-05-031-2/+2
* Set gamepad timestamp on Macbashi@chromium.org2012-03-251-0/+3
* Fix range of gamepad axis values on Windowsscottmg@chromium.org2012-03-241-5/+7
* Cleanup: More random cleanup for gamepad code.thestig@chromium.org2012-03-015-42/+46
* Add remapping support for Logitech gamepads on Macscottmg@chromium.org2012-02-221-3/+5
* Cleanup: Make the Linux gamepad code more robust and do some style cleanup.thestig@chromium.org2012-02-175-64/+107
* re-enable call to XInputEnablescottmg@google.com2012-02-061-1/+1
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-1/+1
* Add Mac gamepad input remapper.scottmg@chromium.org2012-01-248-76/+215
* GamepadDataFetcherEmpty should define its ctor out-of-linehans@chromium.org2012-01-232-3/+30
* fix uninitialized memory in linux gamepad data fetcherscottmg@chromium.org2012-01-191-0/+1