summaryrefslogtreecommitdiffstats
path: root/ui/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Show context menu on two-finger tap.sadrul@chromium.org2012-07-201-1/+3
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-4/+4
* Wire ScrollEvent to views and handle it in app list.xiyuan@chromium.org2012-06-221-0/+4
* Provides a way for a window to stop events from propagating to asky@chromium.org2012-06-161-0/+16
* Show context menu on long press.flackr@chromium.org2012-06-151-5/+10
* Fixes content scaling when resizingpkotwicz@chromium.org2012-06-131-0/+4
* Makes Layer notify the delegate as the bounds change. This is neededsky@chromium.org2012-06-061-0/+4
* Gesture related changes for views:sky@chromium.org2012-06-051-8/+2
* Remove post delete accessdavemoore@chromium.org2012-05-251-1/+2
* layers: Consolidate the ownership of layers in views::View and aura::Window.sadrul@chromium.org2012-05-231-2/+10
* Notification for device scale factor changeoshima@chromium.org2012-05-171-0/+4
* Remove some more OS_CHROMEOS from browser.beng@google.com2012-05-151-5/+4
* views: Have a more accurate name for View parent_owned accessors.tfarina@chromium.org2012-05-121-3/+3
* Makes View only consume a long press if drag was started.sky@chromium.org2012-05-111-4/+7
* views: Fix SetHotTracked/IsHotTracked issue.tfarina@chromium.org2012-05-111-9/+0
* Move DIP translation from ui/aura to ui/compositor.oshima@chromium.org2012-05-081-38/+5
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-051-3/+3
* This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...oshima@chromium.org2012-04-271-8/+50
* views: Fix painting views with layers in RTL locale.sadrul@chromium.org2012-04-161-5/+5
* Replaced sk_canvas()->drawPath() with DrawPath()pkotwicz@chromium.org2012-04-101-1/+1
* * removed views debug paint that was used in NativeWidgetGtk.oshima@chromium.org2012-04-031-7/+0
* ash: Fix focus cycling in the login screen from the uber-tray.sadrul@chromium.org2012-03-211-1/+2
* Removing GTK code from ui/views.saintlou@chromium.org2012-03-211-6/+0
* views: Add a notification to a parent view when the visibility of a child vie...sadrul@chromium.org2012-03-191-0/+4
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-7/+7
* views: Nuke is_mouse_gesture parameter from ContextMenuController::ShowContex...tfarina@chromium.org2012-03-111-1/+1
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-1/+1
* gtk: Move ScopedRegion into scoped_region.{h,cc}.tfarina@chromium.org2012-03-061-1/+1
* Revert 125155 (compile failure on Linux Builder (dbg)(shared)) - gtk: Move Sc...finnur@chromium.org2012-03-061-1/+1
* gtk: Move ScopedRegion into scoped_region.{h,cc}.tfarina@chromium.org2012-03-061-1/+1
* views: Allow a View to be notified of mouse-enter/leave events even if the mo...sadrul@chromium.org2012-03-051-0/+1
* Allow platform apps to specify a maximum size for the shell container.jeremya@chromium.org2012-03-011-0/+4
* Simplify some calls to gfx::Rect by using its gfx::Size ctor.tfarina@chromium.org2012-02-241-2/+2
* Experimental Extension Keybinding (first cut).finnur@chromium.org2012-02-231-1/+2
* ash: Allow dragging using touch/gesture events.sadrul@chromium.org2012-02-221-3/+9
* Fold views_compositor=1 into use_aura=1piman@chromium.org2012-01-281-1/+1
* Remove old (pre-webkit) compositorpiman@chromium.org2012-01-271-11/+0
* Fix crash when |View::AddChildView()| is called on an existing child.asvitkine@chromium.org2012-01-271-1/+10
* Update selection when the menu is updated.oshima@chromium.org2012-01-241-0/+13
* Uses mechanism similar to tab.cc to paint the unique geometry of the find bar.pkotwicz@chromium.org2012-01-231-6/+7
* Aura Shell needs to exist on Macdhollowa@chromium.org2012-01-191-0/+2
* Initial views touchui Gesture Recognizer supportvollick@google.com2012-01-171-0/+10
* Revert 117869 - Initial views touchui Gesture Recognizer supportvollick@google.com2012-01-171-10/+0
* Initial views touchui Gesture Recognizer supportvollick@chromium.org2012-01-171-0/+10
* Fix bug where layers weren't getting reordered correctly in asky@chromium.org2012-01-131-2/+2
* Add a CanHandleAccelerators() method to AcceleratorTarget.asanka@chromium.org2011-12-271-7/+4
* views: Rename IsAccessibilityFocusableInRootView() to just IsAccessibilityFoc...tfarina@chromium.org2011-12-231-2/+2
* views: Rename IsFocusableInRootView() to just IsFocusable().tfarina@chromium.org2011-12-201-2/+2
* views: Convert IsFocusable() to just focusable() since it's just a simple acc...tfarina@chromium.org2011-12-161-6/+2
* views: Rename IsVisibleInRootView() to IsDrawn().tfarina@chromium.org2011-12-141-7/+6