summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webinputevent_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix mac build bustage and remove some files that I forgot to delete.darin@chromium.org2009-03-271-1127/+0
* Support for continuous scrolling devices on the Mac.avi@google.com2009-03-251-14/+131
* Support 2D trackpad and Mighty Mouse scrolling on OS X. Patch bymark@chromium.org2009-03-251-15/+9
* DOM wheel scroll delta fix, Chromium side. This depends on the WebKit side c...pkasting@chromium.org2009-03-161-10/+14
* Convert from line scrolling to pixel scrolling. Increase pixel scroll amount...pkasting@chromium.org2009-03-061-6/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-25/+25
* Various fixes to mouse wheel scrolling:pkasting@chromium.org2009-03-051-17/+18
* Fixing WebKeyboardEvent.avi@chromium.org2009-03-041-22/+73
* Reverting 10794.avi@chromium.org2009-03-031-73/+22
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-031-22/+73
* Reverting key change (again); this breaks every keyboard layout test there is...avi@chromium.org2009-02-261-45/+17
* Fixing WebKeyboardEvent. For reals this time.avi@chromium.org2009-02-261-17/+45
* Revert "Fixing WebKeyboardEvent."kuchhal@chromium.org2009-02-251-45/+17
* Fixing WebKeyboardEvent.avi@chromium.org2009-02-251-17/+45
* * Bring up render_mesages.cc on POSIX.jeremy@chromium.org2008-12-291-6/+0
* Fix a UMR in MakePlatformWheelEvent().ericroman@google.com2008-11-111-3/+0
* fill in more of the WebKeyboardEvent on mac from the NSEvent. Gets basic typi...pinkerton@google.com2008-10-281-13/+818
* Hook up mouse events with the correct coordinates. Make sure they are view-lo...pinkerton@google.com2008-10-241-6/+8
* Remove WebKeyboardEvent::key_data because we don't actually use ittc@google.com2008-10-211-1/+0
* retain NSEvent explicitly instead of adopt, fixes over-releasing. Check event...pinkerton@google.com2008-09-241-3/+3
* Mac-ify webinputeventavi@google.com2008-08-261-0/+166