summaryrefslogtreecommitdiffstats
path: root/views/events/event.h
Commit message (Expand)AuthorAgeFilesLines
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-12/+0
* views: Move bubble, events, focus and layout to ui/views/.tfarina@chromium.org2011-11-181-405/+2
* Move GetCharacterFromKeyCode from views::KeyEvent to ui/base/keycodes/keyboar...yusukes@chromium.org2011-11-161-24/+0
* aura: Add support for touch events.sadrul@chromium.org2011-10-171-1/+1
* Consolidate ui::NativeEvent and base::NativeEventoshima@google.com2011-10-051-2/+2
* Copy gdk_event_ in class Eventstevenjb@google.com2011-09-301-0/+3
* Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.msw@chromium.org2011-09-261-51/+48
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-1/+1
* Get chrome to link with USE_AURAben@chromium.org2011-09-071-1/+1
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-10/+10
* Fix a few issues with touch-events and views-desktop.sadrul@chromium.org2011-07-291-0/+1
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-9/+10
* Add Unicode character support to chrome.input.sendKeyboardEvent.yusukes@google.com2011-07-271-0/+12
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-9/+1
* Add pressure information to touch event.miletus@chromium.org2011-06-161-3/+8
* Update rich touch information to conform to standardsadrul@chromium.org2011-06-131-11/+10
* Hook up more of the NativeWidgetViews.ben@chromium.org2011-05-241-0/+3
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-8/+11
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-111-0/+5
* Revert 84831 - The initial prototype code for the compact navigation (cnav) p...bradnelson@google.com2011-05-101-5/+0
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-101-0/+5
* event: Create a mouse event out of a touch event.sadrul@chromium.org2011-05-101-0/+15
* Add simple drag and drop to NativeTextfieldViews.msw@chromium.org2011-05-091-0/+1
* Add back constructors that was removed erroneously in r83795.sadrul@chromium.org2011-05-031-0/+10
* Remove RootView::ConvertPointToMouseHandler.sadrul@chromium.org2011-05-021-20/+1
* Add extra touch information and related API to views::TouchEvent.miletus@chromium.org2011-04-181-13/+21
* touch: identity for a finger is an int, not a bool.sadrul@chromium.org2011-04-111-1/+1
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-311-2/+2
* Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event.suzhe@google.com2011-03-211-1/+33
* touch: Fix compile for the new MouseEvent ctors (r77221).sadrul@chromium.org2011-03-081-1/+0
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-41/+38
* Makes MouseWheelEvent::offset consistent on windows and linux.sky@chromium.org2011-03-071-0/+4
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-251-22/+17
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-0/+26
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-111-53/+31
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-151/+64
* 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-091-0/+459