summaryrefslogtreecommitdiffstats
path: root/ui/views/win
Commit message (Expand)AuthorAgeFilesLines
* Windows: improve menu item initialization.mlamouri@chromium.org2014-01-201-5/+5
* Fix a page responsive dialog showing up in Chrome Desktop Windows Aura if we ...ananta@chromium.org2014-01-181-1/+16
* Relanding this as this caused layout tests failures on Win7 due to the call t...ananta@chromium.org2014-01-162-29/+52
* Revert 245051 "Don't set the scroll styles (WS_VSCROLL and WS_HS..."alph@chromium.org2014-01-162-51/+30
* Fix omnibox height when less than 64 pixels tall.jbauman@chromium.org2014-01-162-11/+12
* Windows: only change default menu item if available.mlamouri@chromium.org2014-01-161-1/+4
* Don't set the scroll styles (WS_VSCROLL and WS_HSCROLL) for WS_POPUP windows.ananta@chromium.org2014-01-162-30/+51
* Revert 244693 "Fix omnibox height when less than 64 pixels tall."pauljensen@chromium.org2014-01-142-12/+11
* Fix omnibox height when less than 64 pixels tall.jbauman@chromium.org2014-01-142-11/+12
* Drop down list boxes stopped showing up on Canary builds on Windows Desktop A...ananta@chromium.org2014-01-131-2/+8
* Ensure that trackpad and trackpoint scrolling works on Windows desktop Aura w...ananta@chromium.org2014-01-113-1/+73
* Make Widget::Show() creates active windows.mlamouri@chromium.org2014-01-081-1/+1
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-1/+1
* Disables showing tooltips while a system menu is showing on windowssky@chromium.org2014-01-073-0/+22
* Set the default action on the title bar menu properly on Windows.mlamouri@chromium.org2014-01-071-0/+2
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-182-3/+3
* Fix for a browser window incorrectly activating itself when we select a menu ...ananta@chromium.org2013-12-102-0/+16
* Disable DWM non-client rendering if |remove_standard_frame_| is set.wez@chromium.org2013-12-102-11/+19
* Remove unused can_update_layered_window member from HWNDMessageHandler.wez@chromium.org2013-12-082-9/+0
* aura: Don't damage and repaint when title did not change.danakj@chromium.org2013-12-062-2/+13
* Respond to WM_SETCURSOR when the cursor is in the client areascottmg@chromium.org2013-12-042-4/+9
* Re-apply shape specified by SetRegion in ResetWindowRegion.wez@chromium.org2013-12-042-3/+11
* win: A potential fix for touch-event processing.sadrul@chromium.org2013-12-021-1/+2
* Point for WM_NCHITTEST should be in screen coordinatesmohsen@chromium.org2013-11-231-1/+9
* Fix focus issues with the Google earth NPAPI plugin in Windows desktop Aura.ananta@chromium.org2013-11-221-0/+9
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-1/+1
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-1/+1
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-3/+3
* Fix z-order problem and cleanup a few nits.zturner@chromium.org2013-11-141-15/+13
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-0/+1
* Revert 234428 "Make RootWindow not subclass Window."ben@chromium.org2013-11-121-1/+0
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-0/+1
* Get rid of the 1-pixel client inset hack.zturner@chromium.org2013-11-122-73/+28
* Attempt at making HWNDMessageHandler::OnWndProc more resilient to deletionsky@chromium.org2013-10-292-5/+50
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-6/+6
* Add always-on-top property to app windowstmdiep@chromium.org2013-10-112-0/+5
* Don't ignore synthesized mouse events for anything other than the client area...ananta@chromium.org2013-10-051-3/+11
* Relanding this as the previous attempt failed on linux auraananta@chromium.org2013-09-281-4/+6
* Revert 225776 "Perform the window activation code in WM_ACTIVATE..."petewil@chromium.org2013-09-271-6/+4
* Perform the window activation code in WM_ACTIVATE instead of WM_NCACTIVATE.ananta@chromium.org2013-09-271-4/+6
* events: Move all references to ui/base/ from ui/events.sadrul@chromium.org2013-09-261-3/+3
* Makes hiding window conditional when escape is pressed in move loopsky@chromium.org2013-09-252-10/+13
* Fix activation problems seen in non AURA chrome Windows which regressed in re...ananta@chromium.org2013-09-252-7/+7
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-251-1/+1
* Don't account for the insets twice in the code which adjusts for the WM_NCCAL...ananta@chromium.org2013-09-241-2/+0
* Fixes the issue with omnibox suggestions, etc not showing up on non AURA trun...ananta@chromium.org2013-09-241-10/+16
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-4/+2
* Revert 224285 "Re-instate client size hack on Aura and compensate"scottmg@chromium.org2013-09-231-7/+7
* Set nestable tasks allowed to true before running windows move loop.varunjain@chromium.org2013-09-231-0/+6
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-2/+4