| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrap calls to GetTouchInputInfo | girard@chromium.org | 2013-03-11 | 1 | -2/+4 |
* | Implement Windows accessibility for Aura. | dmazzoni@chromium.org | 2013-03-06 | 3 | -90/+0 |
* | Use a ScopedRedrawLock and invalidate to fix WM_SETCURSOR DefWindowProc artif... | msw@chromium.org | 2013-03-06 | 1 | -6/+6 |
* | Speculative Revert of 185683. Appears to have regressed: | agable@chromium.org | 2013-03-04 | 1 | -6/+7 |
* | Redraw after ScopedRedrawLock to fix DefWindowProc artifacts. | msw@chromium.org | 2013-03-02 | 1 | -7/+6 |
* | Re-land: move HWND utilities to ui/views/win. | dmazzoni@chromium.org | 2013-03-01 | 4 | -2/+87 |
* | Revert 185554 | wez@chromium.org | 2013-03-01 | 4 | -87/+2 |
* | Move HWND utilities to ui/views/win. | dmazzoni@chromium.org | 2013-03-01 | 4 | -2/+87 |
* | Move power event handling logic from ui/ layer to base/ on Windows | hongbo.min@intel.com | 2013-03-01 | 2 | -11/+0 |
* | Plumbs through ET_CANCEL_MODE, which is intended to be used when modal | sky@chromium.org | 2013-02-21 | 3 | -0/+11 |
* | Add support for layered windows in Aura | cpu@chromium.org | 2013-02-20 | 1 | -0/+11 |
* | Changes MenuItemView to cache MenuItemDimensions since they are | sky@chromium.org | 2013-02-14 | 1 | -0/+3 |
* | Make zoom using ctrl+mouse wheel work in win aura. Windows non-aura had a hac... | jam@chromium.org | 2013-02-12 | 1 | -3/+0 |
* | Handle Tile\Cascade\Stack window managment operations on Windows | ianet@chromium.org | 2013-01-30 | 2 | -1/+18 |
* | Fixes bug in handling WM_NCPAINT on win-aura. Problem with current | sky@chromium.org | 2013-01-23 | 1 | -1/+1 |
* | Wires TextfieldController::HandleMouseEvent up for | sky@chromium.org | 2013-01-18 | 1 | -2/+2 |
* | views: Convert scoped_arrays to the new scoped_ptr style. | tfarina@chromium.org | 2013-01-09 | 1 | -1/+1 |
* | Add initial support for handling touch events in desktop chrome AURA. | ananta@chromium.org | 2013-01-08 | 2 | -2/+41 |
* | Promote views::InputMethodWin to ui/base/ime and get working. Cleanup surroun... | sky@chromium.org | 2012-12-06 | 1 | -2/+0 |
* | Remove the last of the ImageSkia implicit conversion | pkotwicz@chromium.org | 2012-11-20 | 1 | -2/+3 |
* | ui: Make native_theme its own library. | tfarina@chromium.org | 2012-11-16 | 1 | -1/+1 |
* | SchedulePaint after re-enabling inactive rendering. | msw@chromium.org | 2012-11-12 | 1 | -9/+9 |
* | Converts more classes to appropriate theme. | sky@chromium.org | 2012-11-09 | 1 | -3/+0 |
* | ui: Split some bits out of event_constants into event_utils. | sadrul@chromium.org | 2012-11-05 | 1 | -0/+1 |
* | Fix DisableInactiveRendering issue for Views bubbles. | msw@chromium.org | 2012-11-01 | 1 | -3/+2 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 2 | -2/+2 |
* | reapply 164660 w/ fix to add UI_EXPORT to new classes, so we can link in comp... | reed@google.com | 2012-10-30 | 1 | -1/+0 |
* | Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx... | sergeyu@chromium.org | 2012-10-29 | 1 | -0/+1 |
* | Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatly | reed@google.com | 2012-10-29 | 1 | -1/+0 |
* | Fix a BubbleDelegateView and HWNDMessageHandler focus issue. | msw@chromium.org | 2012-10-23 | 1 | -7/+2 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 1 | -2/+3 |
* | ui: Remove platform-specific operator=()s from gfx::Rect. | danakj@chromium.org | 2012-10-19 | 1 | -2/+2 |
* | [Panels Win] Fix title-only panels overlapping Windows taskbar bug. | jennb@chromium.org | 2012-10-17 | 1 | -13/+0 |
* | [Coverity] Fix uninitialized scalar field. | kmadhusu@chromium.org | 2012-10-04 | 2 | -3/+4 |
* | Fix frame moving/sizing with the native frame. | ben@chromium.org | 2012-10-02 | 1 | -6/+4 |
* | views: Packaged app window icon should be system/generic icon, if icon is not... | junmin.zhu@intel.com | 2012-09-24 | 2 | -0/+8 |
* | views: Remove duplicated declaration of IsAeroGlassEnabled() function. | tfarina@chromium.org | 2012-09-23 | 1 | -2/+0 |
* | Plumb ClearNativeFocus to DesktopRootWindowHostWin. | jam@chromium.org | 2012-09-19 | 2 | -7/+0 |
* | Support the various flavors of window-shape setting. | ben@chromium.org | 2012-09-17 | 1 | -7/+3 |
* | Crash fix - DefWindowProc() may delete the window in a nested message loop wh... | ben@chromium.org | 2012-09-14 | 1 | -0/+5 |
* | Get mouse events to work with win aura, and make the combobox function in the... | ben@chromium.org | 2012-09-12 | 1 | -1/+1 |
* | Revert 156096 - Get mouse events to work with win aura, and make the combobox... | ben@chromium.org | 2012-09-11 | 1 | -1/+1 |
* | Get mouse events to work with win aura, and make the combobox function in the... | ben@chromium.org | 2012-09-11 | 1 | -1/+1 |
* | Revert 155832 - Get mouse events to work with win aura, and make the combobox... | khorimoto@chromium.org | 2012-09-10 | 1 | -1/+1 |
* | Get mouse events to work with win aura, and make the combobox function in the... | ben@chromium.org | 2012-09-10 | 1 | -1/+1 |
* | Reading the crash logs, it looks like it's still possible for there to be a v... | ben@chromium.org | 2012-09-10 | 1 | -3/+6 |
* | Get Views examples to paint in win-aura (outside ash). | ben@chromium.org | 2012-09-07 | 1 | -4/+9 |
* | Revert 155246 - Get Views examples to paint in win-aura (outside ash). | ben@chromium.org | 2012-09-06 | 1 | -9/+4 |
* | Get Views examples to paint in win-aura (outside ash). | ben@chromium.org | 2012-09-06 | 1 | -4/+9 |
* | Set up new desktop classes. | ben@chromium.org | 2012-09-05 | 1 | -0/+7 |