| Commit message (Expand) | Author | Age | Files | Lines |
* | aura: Move GestureRecognizer from views into aura. | sadrul@chromium.org | 2012-01-19 | 3 | -23/+38 |
* | Initial views touchui Gesture Recognizer support | vollick@google.com | 2012-01-17 | 2 | -2/+74 |
* | Revert 117869 - Initial views touchui Gesture Recognizer support | vollick@google.com | 2012-01-17 | 2 | -74/+2 |
* | Initial views touchui Gesture Recognizer support | vollick@chromium.org | 2012-01-17 | 2 | -2/+74 |
* | Do not modify |native_event()->xkey.state| in GetUnmodifiedCharaceter. | yusukes@chromium.org | 2012-01-05 | 1 | -6/+5 |
* | Do not use ui::GetCharacterFromXEvent when Control is pressed. | yusukes@chromium.org | 2012-01-05 | 1 | -2/+4 |
* | Bypass ToplevelWindowEventFilter for panels. | prasadt@chromium.org | 2011-12-27 | 1 | -4/+0 |
* | Rename ui::EventFlags mouse flags to be more sensible | dhollowa@chromium.org | 2011-12-20 | 3 | -21/+21 |
* | CMT can now generate motion events w/ valuators instead of a sequence of butt... | davemoore@chromium.org | 2011-12-15 | 2 | -0/+19 |
* | Rename ui::DefaultSymbolFromXEvent to ui::GetCharacterFromXEvent following su... | yusukes@chromium.org | 2011-12-08 | 1 | -2/+2 |
* | views: Move the remaining file from views/ to ui/views/. | tfarina@chromium.org | 2011-12-01 | 1 | -1/+1 |
* | views: Move view.h to ui/views/. | tfarina@chromium.org | 2011-11-30 | 1 | -1/+1 |
* | On AURA builds, mouse wheel event on native menus doesn't work. | ckqr36@motorola.com | 2011-11-29 | 1 | -1/+5 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-22 | 2 | -2/+2 |
* | Revert 110949 - views: Move widget/ directory to ui/views. | wez@chromium.org | 2011-11-21 | 2 | -2/+2 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-21 | 2 | -2/+2 |
* | Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based... | ben@chromium.org | 2011-11-19 | 1 | -23/+0 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 7 | -7/+7 |
* | views: Move bubble, events, focus and layout to ui/views/. | tfarina@chromium.org | 2011-11-18 | 8 | -0/+1193 |
* | Remove src/ui/views. | tfarina@chromium.org | 2011-10-26 | 8 | -594/+0 |
* | Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines. | msw@chromium.org | 2011-09-26 | 3 | -196/+23 |
* | Remove EventType, EventFlags, MouseEventFlags enum re-definitions. | msw@chromium.org | 2011-09-08 | 2 | -38/+1 |
* | Rename app_strings to ui_strings. | tfarina@chromium.org | 2011-07-07 | 1 | -1/+1 |
* | Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ... | chromium@hybridsource.org | 2011-05-25 | 1 | -2/+2 |
* | ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()). | tfarina@chromium.org | 2011-05-20 | 1 | -9/+9 |
* | Add new MouseEvent ctors; update WidgetWin & WindowWin usage. | msw@chromium.org | 2011-03-08 | 1 | -25/+17 |
* | Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView(). | thakis@chromium.org | 2011-03-04 | 1 | -3/+3 |
* | Rename the methods in DragController. | thakis@chromium.org | 2011-03-04 | 1 | -7/+7 |
* | View API/implementation cleanup: | pkasting@chromium.org | 2011-02-22 | 2 | -27/+27 |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-10 | 1 | -26/+26 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Switch to using FocusEvent for focus change notifications. | ben@chromium.org | 2011-02-03 | 4 | -2/+73 |
* | Copy more focus manager into V2. Comment out a bunch of stuff and add stub im... | ben@chromium.org | 2011-02-02 | 4 | -0/+228 |
* | sFirst cut at an experiment with what a simplified View/Widget API would look... | ben@chromium.org | 2011-02-01 | 5 | -0/+513 |