summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/native_widget_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Include transient and child widgets in win aura accessibility tree.dmazzoni@chromium.org2013-09-131-4/+20
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-121-2/+2
* linux_aura: Enforce minimum/maximum window size.erg@chromium.org2013-09-101-0/+3
* Move ui/base/win/dpi.h to ui/gfx/dpi_win.hben@chromium.org2013-09-101-21/+21
* Fix use after free when handling async touch eventssky@chromium.org2013-09-101-2/+1
* Revert 219673 "Fix Views Combobox and Tree View text input."shrikant@chromium.org2013-08-281-0/+6
* Fix Views Combobox and Tree View text input.msw@chromium.org2013-08-271-6/+0
* - Remove redundant views::View::accelerator_registration_delayed_pkotwicz@chromium.org2013-08-231-4/+2
* Invoke the inactive frame rendering code in WM_WINDOWPOSCHANGING instead of W...ananta@chromium.org2013-08-201-0/+4
* Clean up Windows CanvasSkiaPaint implementation.robertshield@chromium.org2013-07-311-1/+0
* Enable InputMethodBridge for Views on Windows.Yukawa@chromium.org2013-07-261-2/+4
* Correct tab button placement in high dpi mode - no longer overlaps maximize/m...girard@chromium.org2013-07-111-1/+2
* Handle alternate types in HandleMouseEvent.girard@chromium.org2013-06-271-5/+19
* Explicitly initialize DWORD fields just in case.Yukawa@chromium.org2013-06-251-0/+2
* Hover effects in views should not be invoked when mouse events are disabledtdanderson@chromium.org2013-06-181-0/+4
* Stop using downcastings in Win32 IME message handling.Yukawa@chromium.org2013-06-141-6/+7
* Add desktop-awareness to ChromeViewsDelegate::OnBeforeWidgetInit when decidin...robertshield@chromium.org2013-06-141-0/+8
* Enable high dpi in win/views.girard@chromium.org2013-06-121-21/+46
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-1/+1
* Ensure that keystrokes sent to desktop chrome AURA don't make their way into ...ananta@chromium.org2013-06-051-1/+1
* Revert 203217 "Revert 202987 "Reorder the NativeViews attached t..."avi@chromium.org2013-05-311-0/+3
* Revert 202987 "Reorder the NativeViews attached to a view via th..."avi@chromium.org2013-05-301-3/+0
* Reorder the NativeViews attached to a view via the kViewHostKey according to ...pkotwicz@chromium.org2013-05-291-0/+3
* Renames Rename CalculateOffsetToAncestorWithLayer() to GetLayer().pkotwicz@chromium.org2013-05-261-3/+2
* Adds back focus restoration hack that Mike recently nuked. The hacksky@chromium.org2013-05-011-0/+11
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-241-2/+1
* Makes tree change the selection as keys are typed. This also enablessky@chromium.org2013-04-091-2/+1
* Revise NativeWidgetWin focus hack; force focus on restore.msw@chromium.org2013-04-051-10/+0
* Revert 186235 "Revise NativeWidgetWin focus save/restore hack."msw@chromium.org2013-03-291-1/+1
* Rename {drag_source,drop_target}.{cc,h} to {drag_source,drop_target}_win.{cc,h}.erg@chromium.org2013-03-191-1/+1
* [win] Allow app launcher to handle system commands.benwells@chromium.org2013-03-141-0/+4
* Implement Windows accessibility for Aura.dmazzoni@chromium.org2013-03-061-69/+0
* Revise NativeWidgetWin focus save/restore hack.msw@chromium.org2013-03-051-1/+1
* Plumbs through ET_CANCEL_MODE, which is intended to be used when modalsky@chromium.org2013-02-211-0/+3
* Makes running a move loop ignore events from a source other than thesky@chromium.org2013-02-151-1/+2
* Add initial support for handling touch events in desktop chrome AURA. ananta@chromium.org2013-01-081-0/+5
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-181-1/+2
* Conditionally call SchedulePaint() when activating and deactivating inactive ...pkotwicz@chromium.org2012-12-181-3/+8
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-141-1/+2
* Makes DesktopNativeWidgetAura::OnLostActive/OnActivated()sky@chromium.org2012-12-121-1/+1
* views cleanup: Merge parent and parent_widget.erg@chromium.org2012-12-061-1/+1
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-161-1/+1
* ui: Use Vector2d in the View::CalculateOffsetToAncestorWithLayer APIdanakj@chromium.org2012-11-131-2/+2
* aura: Add flag to indicate if a drag session is started with touch or mouse.varunjain@chromium.org2012-11-061-2/+3
* 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/+5
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-1/+1
* Get text input to be plumbed through to the RenderWidgetHostViewAura instance...ananta@chromium.org2012-10-221-1/+1