summaryrefslogtreecommitdiffstats
path: root/views/events/event_x.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix clang bot.sadrul@chromium.org2011-06-281-2/+2
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-40/+51
* Add pressure information to touch event.miletus@chromium.org2011-06-161-3/+18
* Update rich touch information to conform to standardsadrul@chromium.org2011-06-131-48/+14
* Added logging include.wyck@chromium.org2011-05-191-0/+1
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-1/+0
* Fix typo in GetTouchEventTypepenghuang@chromium.org2011-05-161-1/+1
* event: Create a mouse event out of a touch event.sadrul@chromium.org2011-05-101-2/+44
* Get the correct touch identifiers from an X event.sadrul@chromium.org2011-05-021-19/+32
* Remove RootView::ConvertPointToMouseHandler.sadrul@chromium.org2011-05-021-5/+7
* Add extra touch information and related API to views::TouchEvent.miletus@chromium.org2011-04-181-1/+57
* Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event.suzhe@google.com2011-03-211-0/+44
* 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-081-10/+7
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-4/+7
* 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-251-38/+46
* 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-111-9/+41
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-27/+27
* Move Event files into views/eventsben@chromium.org2011-02-091-0/+247