summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/native_widget_aura.h
Commit message (Expand)AuthorAgeFilesLines
* The inactive rendering flag on Windows AURA should be turned off in the WM_NC...ananta@chromium.org2013-10-211-4/+0
* Add always-on-top property to app windowstmdiep@chromium.org2013-10-111-0/+1
* Makes hiding window conditional when escape is pressed in move loopsky@chromium.org2013-09-251-1/+2
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Makes native_widget_types forward declare ui::Cursor.sky@chromium.org2013-09-161-0/+1
* Move the content-dependent RecreateLayer logic from aura::Window to RWHVApiman@chromium.org2013-09-121-1/+2
* linux_aura: Enforce minimum/maximum window size.erg@chromium.org2013-09-101-0/+1
* Makes NativeWidgetAura and DesktopNWA set user_data using same typesky@chromium.org2013-08-221-0/+6
* Makes aura NativeWidget implementations no-op if NativeView destroyed.sky@chromium.org2013-08-221-0/+3
* Hover effects in views should not be invoked when mouse events are disabledtdanderson@chromium.org2013-06-181-0/+1
* Add desktop-awareness to ChromeViewsDelegate::OnBeforeWidgetInit when decidin...robertshield@chromium.org2013-06-141-0/+3
* Revert 203217 "Revert 202987 "Reorder the NativeViews attached t..."avi@chromium.org2013-05-311-0/+6
* Revert 202987 "Reorder the NativeViews attached to a view via th..."avi@chromium.org2013-05-301-6/+0
* Reorder the NativeViews attached to a view via the kViewHostKey according to ...pkotwicz@chromium.org2013-05-291-0/+6
* Renames Rename CalculateOffsetToAncestorWithLayer() to GetLayer().pkotwicz@chromium.org2013-05-261-2/+1
* Implement Windows accessibility for Aura.dmazzoni@chromium.org2013-03-061-8/+0
* Makes running a move loop ignore events from a source other than thesky@chromium.org2013-02-151-1/+2
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-181-1/+1
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-141-1/+1
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-141-2/+2
* Consolidates activation and focus change observers a bit.ben@chromium.org2012-12-111-9/+18
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-1/+1
* Revert 170550 - Revert 170477 - Removes the |event| parameter from Activation...ben@chromium.org2012-11-301-1/+1
* Revert 170477 - Removes the |event| parameter from ActivationDelegate::Should...ben@chromium.org2012-11-301-1/+1
* Removes the |event| parameter from ActivationDelegate::ShouldActivate and mak...ben@chromium.org2012-11-301-1/+1
* Makes windows obey their maximum size constraints on chromeos.koz@chromium.org2012-11-261-0/+1
* Revert r168447 "Makes windows obey their maximum size constraints on chromeos."oshima@chromium.org2012-11-171-1/+0
* Makes windows obey their maximum size constraints on chromeos.koz@chromium.org2012-11-171-0/+1
* events: Move all the scroll-event handling in the OnScrollEvent overrides.sadrul@chromium.org2012-11-151-0/+1
* ui: Use Vector2d in the View::CalculateOffsetToAncestorWithLayer APIdanakj@chromium.org2012-11-131-2/+1
* aura: Add flag to indicate if a drag session is started with touch or mouse.varunjain@chromium.org2012-11-061-1/+2
* Gets the menu code to use the right MenuConfig and right NativeTheme.sky@chromium.org2012-11-051-1/+1
* Adds View::GetNativeTheme() to get the NativeTheme. The interestingsky@chromium.org2012-11-021-0/+1
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-1/+1
* desktop aura: Rip out DesktopNativeWidgetHelperAura and dependencies.erg@chromium.org2012-10-261-3/+0
* desktop aura: Hook up activation trackingerg@chromium.org2012-10-081-1/+2
* events: Clean up dispatching code for touch-events.sadrul@chromium.org2012-09-271-1/+1
* Plumb ClearNativeFocus to DesktopRootWindowHostWin.jam@chromium.org2012-09-191-1/+0
* Makes copying layers clone external textures.sky@chromium.org2012-09-131-0/+1
* events: Move EventTarget into Event.sadrul@chromium.org2012-09-071-5/+6
* 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-1/+1
* Make ResetWindowRegion private on HWNDMessageFilter.ben@chromium.org2012-08-291-1/+0
* Move more methods from NWW to HWNDMessageHandler.ben@chromium.org2012-08-221-0/+3
* Revert 152657 - Move more methods from NWW to HWNDMessageHandler.ben@chromium.org2012-08-211-3/+0
* Move more methods from NWW to HWNDMessageHandler.ben@chromium.org2012-08-211-0/+3
* Desktop Aura: Allow tab drags out of window.erg@chromium.org2012-08-171-1/+2
* Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.sadrul@chromium.org2012-08-101-1/+1
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-091-1/+1
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-091-1/+1