summaryrefslogtreecommitdiffstats
path: root/ui/views/view.h
Commit message (Expand)AuthorAgeFilesLines
* This CL supersedes previous ConstrainedWindow Views CLs and contains much of ...wittman@chromium.org2012-10-031-2/+12
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-041-3/+3
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-11/+10
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-10/+10
* Replace views::LocatedEvent with ui::LocatedEventben@chromium.org2012-08-131-4/+4
* Change View::HitTest to View::HitTestRecttdanderson@chromium.org2012-08-101-8/+12
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-091-3/+4
* views: Remove unused PaintLock API.tfarina@chromium.org2012-07-311-9/+0
* views: View does not need to be a friend of ViewStorage.tfarina@chromium.org2012-07-261-1/+0
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-1/+1
* views: Allow having a different event handler for scroll-gestures from the de...sadrul@chromium.org2012-07-161-0/+11
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* views: Get rid of the stl-style accessors from View.tfarina@chromium.org2012-06-281-5/+0
* Wire ScrollEvent to views and handle it in app list.xiyuan@chromium.org2012-06-221-0/+6
* Show context menu on long press.flackr@chromium.org2012-06-151-0/+4
* Fixes content scaling when resizingpkotwicz@chromium.org2012-06-131-0/+1
* Makes Layer notify the delegate as the bounds change. This is neededsky@chromium.org2012-06-061-0/+1
* Gesture related changes for views:sky@chromium.org2012-06-051-4/+1
* Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views...pkotwicz@chromium.org2012-05-311-1/+1
* layers: Consolidate the ownership of layers in views::View and aura::Window.sadrul@chromium.org2012-05-231-3/+7
* Notification for device scale factor changeoshima@chromium.org2012-05-171-0/+1
* views: Have a more accurate name for View parent_owned accessors.tfarina@chromium.org2012-05-121-5/+4
* Makes View only consume a long press if drag was started.sky@chromium.org2012-05-111-1/+2
* views: Fix SetHotTracked/IsHotTracked issue.tfarina@chromium.org2012-05-111-12/+0
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-051-1/+1
* This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...oshima@chromium.org2012-04-271-0/+6
* Ash: Fix hit testing for the bottom pixels of tabsjamescook@chromium.org2012-04-161-1/+0
* * removed views debug paint that was used in NativeWidgetGtk.oshima@chromium.org2012-04-031-2/+2
* views: Add a notification to a parent view when the visibility of a child vie...sadrul@chromium.org2012-03-191-0/+4
* views: Allow a View to be notified of mouse-enter/leave events even if the mo...sadrul@chromium.org2012-03-051-0/+23
* Allow platform apps to specify a maximum size for the shell container.jeremya@chromium.org2012-03-011-0/+4
* ash: Allow dragging using touch/gesture events.sadrul@chromium.org2012-02-221-2/+3
* Update selection when the menu is updated.oshima@chromium.org2012-01-241-0/+3
* Uses mechanism similar to tab.cc to paint the unique geometry of the find bar.pkotwicz@chromium.org2012-01-231-9/+3
* aura: Move GestureRecognizer from views into aura.sadrul@chromium.org2012-01-191-5/+5
* Initial views touchui Gesture Recognizer supportvollick@google.com2012-01-171-0/+8
* Revert 117869 - Initial views touchui Gesture Recognizer supportvollick@google.com2012-01-171-8/+0
* Initial views touchui Gesture Recognizer supportvollick@chromium.org2012-01-171-0/+8
* Makes TreeViewViews only notify ContextMenuController if a node issky@chromium.org2012-01-101-3/+2
* Bypass ToplevelWindowEventFilter for panels.prasadt@chromium.org2011-12-271-2/+0
* Add a CanHandleAccelerators() method to AcceleratorTarget.asanka@chromium.org2011-12-271-1/+7
* views: Rename IsAccessibilityFocusableInRootView() to just IsAccessibilityFoc...tfarina@chromium.org2011-12-231-1/+1
* views: Rename IsFocusableInRootView() to just IsFocusable().tfarina@chromium.org2011-12-201-3/+2
* views: Convert IsFocusable() to just focusable() since it's just a simple acc...tfarina@chromium.org2011-12-161-11/+7
* views: Rename IsVisibleInRootView() to IsDrawn().tfarina@chromium.org2011-12-141-2/+2
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-4/+4
* views: Convert IsEnabled() to just enabled() since it's just a simple accessor.tfarina@chromium.org2011-12-121-1/+1
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-011-2/+2
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-301-0/+1440