summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/native_widget_mac.h
Commit message (Expand)AuthorAgeFilesLines
* gfx: Remove gfx::NativeRegion, and explicitly use SkRegion instead.sadrul2015-06-131-1/+1
* [MacViews] Enable dragging a window by its caption/draggable areas.jackhou2015-06-091-0/+2
* MacViews: Use the ContrainedWindow animations for MODAL_TYPE_CHILDtapted2015-06-021-0/+4
* MacViews: Implement NativeWidgetMac::GetWindowPlacement, add WidgetTesttapted2015-04-111-1/+1
* MacViews: Fix DCHECK when closing a browser window.andresantoso2015-04-031-1/+3
* [MacViews] Frameless app windows: make content view cover title bar.jackhou2015-03-191-0/+4
* MacViews: Remove redundant virtuals in NativeWidgetMac and co.tapted2015-01-141-86/+83
* MacViews: Phase out -[NSWindow childWindows], implement our owntapted2014-11-241-0/+5
* MacViews: Put wm window animation calls behind an interface.andresantoso2014-11-011-0/+4
* Minor cleanup of NativeWidgetPrivatesky2014-10-291-2/+1
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-75/+75
* Update the maximize button when size constraints change.jackhou2014-09-111-0/+1
* MacViews: Remove const from NativeWidgetMac::OnRootViewLayout to match other ...tapted@chromium.org2014-07-211-1/+1
* Add app.window.alphaEnabled() and onAlphaEnabledChanged.jackhou@chromium.org2014-07-181-0/+1
* MacViews: Implement toolkit-views style NSWindow ownership.tapted@chromium.org2014-06-251-1/+14
* MacViews: Initial skeleton for implementing NativeWidgetMactapted@chromium.org2014-06-131-2/+3
* MacViews: Fix a forward declare of InputMethodDelegate in native_widget_priva...tapted@chromium.org2014-06-121-1/+1
* MacViews: Replace NativeWidget::GetEventHandler() with RepostNativeEvent(..)tapted@chromium.org2014-05-301-3/+1
* MacViews: Adds NativeWidgetMac and gets views target compiling on Mac.tapted@chromium.org2014-05-261-0/+117