summaryrefslogtreecommitdiffstats
path: root/ui/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-15/+11
* views: Convert IsEnabled() to just enabled() since it's just a simple accessor.tfarina@chromium.org2011-12-121-9/+4
* 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/+2061
* Remove src/ui/views.tfarina@chromium.org2011-10-261-664/+0
* ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-261-1/+1
* Aura: Combine cursor support for Linux and Windowsjamescook@chromium.org2011-10-171-1/+1
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-5/+0
* View API/implementation cleanup:pkasting@chromium.org2011-02-221-226/+171
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-3/+3
* Switch to using FocusEvent for focus change notifications. ben@chromium.org2011-02-031-2/+2
* Method sorting.ben@chromium.org2011-02-031-174/+176
* Complete the Focus Manager hookup.ben@chromium.org2011-02-031-0/+49
* More FocusManager hookup.ben@chromium.org2011-02-031-3/+8
* Copy more focus manager into V2. Comment out a bunch of stuff and add stub im...ben@chromium.org2011-02-021-0/+24