summaryrefslogtreecommitdiffstats
path: root/ui/views/win
Commit message (Expand)AuthorAgeFilesLines
* Add support for reposting the ET_GESTURE_TAP_DOWN gesture event to the RootWi...ananta@chromium.org2013-08-232-5/+34
* Invoke the inactive frame rendering code in WM_WINDOWPOSCHANGING instead of W...ananta@chromium.org2013-08-202-1/+11
* Adding a detour for GetMonitorInfo which appears to be broken under split scr...shrikant@chromium.org2013-08-162-5/+7
* don't hack client area, fix last pixel rendering on aurascottmg@chromium.org2013-08-072-16/+28
* Clean up Windows CanvasSkiaPaint implementation.robertshield@chromium.org2013-07-311-15/+16
* Makes events outside display region of new style dialogs fall though.sky@chromium.org2013-07-311-1/+6
* Refactored touch-events flag test, correcting "enabled" logic.girard@chromium.org2013-07-311-2/+4
* Fixes background of TYPE_WINDOW windows that removes standard frame.sky@chromium.org2013-07-301-1/+2
* Use a direct include of the message_loop header in ui/, part 2.avi@chromium.org2013-07-181-1/+1
* Make keyboard defocus from app list on dismiss by ESCcalamity@chromium.org2013-07-091-2/+7
* New method: InputMethod::IsCandidatePopupOpen()yukishiino@chromium.org2013-06-211-0/+1
* HWNDMessageHandler::OnNCActivate should clear high word of wparam before conv...jianli@chromium.org2013-06-212-3/+17
* Moves querying of appbar autohide edges to a background thread. Itsky@chromium.org2013-06-214-6/+185
* Enable high dpi in win/views.girard@chromium.org2013-06-122-4/+10
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-1/+1
* Remove obsolete code in input method handlingnona@chromium.org2013-05-211-4/+0
* [Win/Aura] Touch coords are in pixels. Convert to DIP.girard@chromium.org2013-05-161-2/+5
* Set app id on Windows Aura browser windowscalamity@chromium.org2013-05-083-12/+12
* Make javascript dialogs into top-level windows for desktop aura.robertshield@chromium.org2013-05-023-0/+30
* ui: Use base::MessageLoop.xhwang@chromium.org2013-04-292-8/+9
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-241-5/+4
* Don't release capture when this window doesn't already have itscottmg@chromium.org2013-04-171-1/+2
* Ignore HTCLIENT in HWNDMessageHandler::OnSetCursor.msw@chromium.org2013-04-161-0/+3
* Fix 1px non-interactive border around maximized app windows.jeremya@chromium.org2013-04-111-7/+9
* Update GetMinMaxInfo to understand the client area bottom inset hack.jeremya@chromium.org2013-04-111-0/+5
* use activation rather than focus to dismiss extension popupscottmg@chromium.org2013-04-103-0/+12
* Revert explicit HTSYSMENU handling to close on double-click.msw@chromium.org2013-04-031-4/+0
* ShowSystemMenu on Win Alt+Space with Views Textfields, etc.msw@chromium.org2013-03-291-1/+5
* This CL fixes reported problem of window width being expanded when restoring ...shrikant@chromium.org2013-03-281-12/+12
* Support multi touch on Windows 8 AURA and ASH.ananta@chromium.org2013-03-271-5/+2
* [win] Fix flickery title bars in packaged apps.jeremya@chromium.org2013-03-241-4/+28
* Reimplement HWNDMessageHandler WM_SETCURSOR handling to avoid artifacts, etc.msw@chromium.org2013-03-181-14/+31
* [win] Allow app launcher to handle system commands.benwells@chromium.org2013-03-142-1/+7
* Limit the WM_SETCURSOR DefWindowProc artifacts workaround.msw@chromium.org2013-03-131-4/+13
* Wrap calls to GetTouchInputInfogirard@chromium.org2013-03-111-2/+4
* Implement Windows accessibility for Aura.dmazzoni@chromium.org2013-03-063-90/+0
* Use a ScopedRedrawLock and invalidate to fix WM_SETCURSOR DefWindowProc artif...msw@chromium.org2013-03-061-6/+6
* Speculative Revert of 185683. Appears to have regressed:agable@chromium.org2013-03-041-6/+7
* Redraw after ScopedRedrawLock to fix DefWindowProc artifacts.msw@chromium.org2013-03-021-7/+6
* Re-land: move HWND utilities to ui/views/win.dmazzoni@chromium.org2013-03-014-2/+87
* Revert 185554wez@chromium.org2013-03-014-87/+2
* Move HWND utilities to ui/views/win.dmazzoni@chromium.org2013-03-014-2/+87
* Move power event handling logic from ui/ layer to base/ on Windowshongbo.min@intel.com2013-03-012-11/+0
* Plumbs through ET_CANCEL_MODE, which is intended to be used when modalsky@chromium.org2013-02-213-0/+11
* Add support for layered windows in Auracpu@chromium.org2013-02-201-0/+11
* Changes MenuItemView to cache MenuItemDimensions since they aresky@chromium.org2013-02-141-0/+3
* Make zoom using ctrl+mouse wheel work in win aura. Windows non-aura had a hac...jam@chromium.org2013-02-121-3/+0
* Handle Tile\Cascade\Stack window managment operations on Windowsianet@chromium.org2013-01-302-1/+18
* Fixes bug in handling WM_NCPAINT on win-aura. Problem with currentsky@chromium.org2013-01-231-1/+1
* Wires TextfieldController::HandleMouseEvent up forsky@chromium.org2013-01-181-2/+2