summaryrefslogtreecommitdiffstats
path: root/views/events
Commit message (Expand)AuthorAgeFilesLines
* touch: identity for a finger is an int, not a bool.sadrul@chromium.org2011-04-111-1/+1
* Interpret double click events as mouse down on Windows.msw@chromium.org2011-04-071-6/+6
* Transform GdkEvents for simpler MouseEvent construction.msw@chromium.org2011-04-051-0/+17
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-312-20/+33
* Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event.suzhe@google.com2011-03-216-1/+341
* [cros] Fix accelerator keys when using non-US/Latin keyboard layouts.suzhe@google.com2011-03-171-2/+2
* Clean up some event code:msw@chromium.org2011-03-141-0/+4
* touch: Fix a crash when clicking on a webpage.sadrul@chromium.org2011-03-081-18/+7
* touch: Fix compile for the new MouseEvent ctors (r77221).sadrul@chromium.org2011-03-082-11/+7
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-085-91/+180
* Makes MouseWheelEvent::offset consistent on windows and linux.sky@chromium.org2011-03-073-13/+12
* Parse ui::ET_MOUSEWHEEL on XEvent ButtonRelease and XI_ButtonRelease too.msw@chromium.org2011-03-011-1/+5
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-255-75/+210
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-242-0/+36
* NOTREACHED() was hit due to not handling WM_CHAR in EventTypeFromNative(). WM...ben@chromium.org2011-02-151-0/+1
* touch: Fix build after NativeEvent2 change.sadrul@chromium.org2011-02-111-3/+4
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-117-104/+342
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-105-206/+119
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-39/+87
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-87/+39
* Move Event files into views/eventsben@chromium.org2011-02-095-0/+893