summaryrefslogtreecommitdiffstats
path: root/views/events/event_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.msw@chromium.org2011-09-261-288/+0
* Add WM_XBUTTON* and WM_NCXBUTTON* parsing.msw@chromium.org2011-09-071-1/+17
* Add Unicode character support to chrome.input.sendKeyboardEvent.yusukes@google.com2011-07-271-1/+7
* Fix EventTypeFromNative to return ET_MOUSE_MOVED for WM_NCMOUSEMOVE message.jianli@chromium.org2011-05-191-1/+2
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-111-14/+14
* Revert 84831 - The initial prototype code for the compact navigation (cnav) p...bradnelson@google.com2011-05-101-14/+14
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-101-14/+14
* Parse Windows mouse drag events.msw@chromium.org2011-04-291-1/+7
* Support creating panel on windows. Also allow dragging panels to rearrangejianli@chromium.org2011-04-281-7/+26
* Interpret double click events as mouse down on Windows.msw@chromium.org2011-04-071-6/+6
* Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event.suzhe@google.com2011-03-211-0/+11
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-31/+103
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-251-0/+39
* NOTREACHED() was hit due to not handling WM_CHAR in EventTypeFromNative(). WM...ben@chromium.org2011-02-151-0/+1
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-111-24/+101
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-15/+15
* Move Event files into views/eventsben@chromium.org2011-02-091-0/+69