| Commit message (Expand) | Author | Age | Files | Lines |
* | Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo... | ben@chromium.org | 2012-08-14 | 6 | -572/+0 |
* | Replace views::MouseEvent with ui::MouseEvent | ben@chromium.org | 2012-08-14 | 3 | -71/+4 |
* | Replace views::LocatedEvent with ui::LocatedEvent | ben@chromium.org | 2012-08-13 | 3 | -134/+15 |
* | Replace views::Event with ui::Event. | beng@google.com | 2012-08-10 | 3 | -124/+20 |
* | Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent. | sadrul@chromium.org | 2012-08-10 | 1 | -1/+1 |
* | Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent. | sadrul@chromium.org | 2012-08-09 | 1 | -5/+5 |
* | views: Remove dependency on ui::TouchEvent/GestureEvent from views. | sadrul@chromium.org | 2012-08-09 | 3 | -66/+2 |
* | Remove views::KeyEvent, replacing uses of it with ui::KeyEvent. | ben@chromium.org | 2012-08-09 | 6 | -152/+7 |
* | gestures: Generate only either scroll-end or fling-start events at the end of... | sadrul@chromium.org | 2012-08-09 | 1 | -0/+5 |
* | Convert Aura to use ui::Event. | ben@chromium.org | 2012-08-08 | 2 | -16/+14 |
* | views: Allow having a different event handler for scroll-gestures from the de... | sadrul@chromium.org | 2012-07-16 | 1 | -0/+6 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Wire ScrollEvent to views and handle it in app list. | xiyuan@chromium.org | 2012-06-22 | 1 | -0/+9 |
* | ui-gestures: Added some type-specific accessors to gesture-events. | sadrul@chromium.org | 2012-06-13 | 3 | -12/+7 |
* | Add Windows commandline switch --enable-views-textfield. | msw@chromium.org | 2012-06-08 | 1 | -3/+1 |
* | gesture recognizer: Some code cleanup. | sadrul@chromium.org | 2012-06-06 | 2 | -6/+0 |
* | Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans. | tfarina@chromium.org | 2012-05-18 | 2 | -1/+17 |
* | Compute the enclosing rectangle for circles/ellipses generated from a series ... | tdanderson@chromium.org | 2012-05-17 | 2 | -0/+20 |
* | views: Some code cleanup: touch-events are not used to generate mouse-events ... | sadrul@chromium.org | 2012-04-25 | 2 | -44/+0 |
* | ui: Move gesture-recognizer into ui/base/. | sadrul@chromium.org | 2012-04-05 | 3 | -2/+64 |
* | Removing GTK code from ui/views. | saintlou@chromium.org | 2012-03-21 | 3 | -90/+0 |
* | Removing deprecated GTK-Views code. | saintlou@chromium.org | 2012-03-19 | 1 | -183/+0 |
* | views: Turn an unprocessed ScrollEvent into a MouseWheelEvent. | sadrul@chromium.org | 2012-03-16 | 2 | -0/+9 |
* | 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 |