| Commit message (Expand) | Author | Age | Files | Lines |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -12/+0 |
* | views: Move bubble, events, focus and layout to ui/views/. | tfarina@chromium.org | 2011-11-18 | 1 | -405/+2 |
* | Move GetCharacterFromKeyCode from views::KeyEvent to ui/base/keycodes/keyboar... | yusukes@chromium.org | 2011-11-16 | 1 | -24/+0 |
* | aura: Add support for touch events. | sadrul@chromium.org | 2011-10-17 | 1 | -1/+1 |
* | Consolidate ui::NativeEvent and base::NativeEvent | oshima@google.com | 2011-10-05 | 1 | -2/+2 |
* | Copy gdk_event_ in class Event | stevenjb@google.com | 2011-09-30 | 1 | -0/+3 |
* | Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines. | msw@chromium.org | 2011-09-26 | 1 | -51/+48 |
* | Aura under Linux is enabled with: | saintlou@chromium.org | 2011-09-18 | 1 | -1/+1 |
* | Get chrome to link with USE_AURA | ben@chromium.org | 2011-09-07 | 1 | -1/+1 |
* | Rename VIEWS_API to VIEWS_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -10/+10 |
* | Fix a few issues with touch-events and views-desktop. | sadrul@chromium.org | 2011-07-29 | 1 | -0/+1 |
* | Create views.dll / libviews.so | darin@chromium.org | 2011-07-28 | 1 | -9/+10 |
* | Add Unicode character support to chrome.input.sendKeyboardEvent. | yusukes@google.com | 2011-07-27 | 1 | -0/+12 |
* | Remove ifdef's for touchui stuff from events code. | sadrul@chromium.org | 2011-06-28 | 1 | -9/+1 |
* | Add pressure information to touch event. | miletus@chromium.org | 2011-06-16 | 1 | -3/+8 |
* | Update rich touch information to conform to standard | sadrul@chromium.org | 2011-06-13 | 1 | -11/+10 |
* | Hook up more of the NativeWidgetViews. | ben@chromium.org | 2011-05-24 | 1 | -0/+3 |
* | Move RootView to the internal namespace. | ben@chromium.org | 2011-05-20 | 1 | -8/+11 |
* | The initial prototype code for the compact navigation (cnav) prototype, curre... | stevet@chromium.org | 2011-05-11 | 1 | -0/+5 |
* | Revert 84831 - The initial prototype code for the compact navigation (cnav) p... | bradnelson@google.com | 2011-05-10 | 1 | -5/+0 |
* | The initial prototype code for the compact navigation (cnav) prototype, curre... | stevet@chromium.org | 2011-05-10 | 1 | -0/+5 |
* | event: Create a mouse event out of a touch event. | sadrul@chromium.org | 2011-05-10 | 1 | -0/+15 |
* | Add simple drag and drop to NativeTextfieldViews. | msw@chromium.org | 2011-05-09 | 1 | -0/+1 |
* | Add back constructors that was removed erroneously in r83795. | sadrul@chromium.org | 2011-05-03 | 1 | -0/+10 |
* | Remove RootView::ConvertPointToMouseHandler. | sadrul@chromium.org | 2011-05-02 | 1 | -20/+1 |
* | Add extra touch information and related API to views::TouchEvent. | miletus@chromium.org | 2011-04-18 | 1 | -13/+21 |
* | touch: identity for a finger is an int, not a bool. | sadrul@chromium.org | 2011-04-11 | 1 | -1/+1 |
* | Consolidate Widget Event code, other cleanup. | msw@chromium.org | 2011-03-31 | 1 | -2/+2 |
* | Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event. | suzhe@google.com | 2011-03-21 | 1 | -1/+33 |
* | touch: Fix compile for the new MouseEvent ctors (r77221). | sadrul@chromium.org | 2011-03-08 | 1 | -1/+0 |
* | Add new MouseEvent ctors; update WidgetWin & WindowWin usage. | msw@chromium.org | 2011-03-08 | 1 | -41/+38 |
* | Makes MouseWheelEvent::offset consistent on windows and linux. | sky@chromium.org | 2011-03-07 | 1 | -0/+4 |
* | Update LocatedEvent and MouseWheelEvent. | msw@chromium.org | 2011-02-25 | 1 | -22/+17 |
* | Transformable views: Use the transformation for points and events. | sadrul@chromium.org | 2011-02-24 | 1 | -0/+26 |
* | Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ... | ben@chromium.org | 2011-02-11 | 1 | -53/+31 |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-10 | 1 | -151/+64 |
* | Revert 74377 - Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-09 | 1 | -39/+87 |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-09 | 1 | -87/+39 |
* | Move Event files into views/events | ben@chromium.org | 2011-02-09 | 1 | -0/+459 |