summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget.h
Commit message (Expand)AuthorAgeFilesLines
* Re-land: Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-031-0/+8
* Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-8/+0
* Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-0/+8
* Move the last of the easy stuff from Window onto Widget.ben@chromium.org2011-06-011-0/+23
* Move Fullscreen API onto Widget.ben@chromium.org2011-06-011-0/+2
* Move SetWindowBounds onto Widget.ben@chromium.org2011-05-271-0/+2
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-271-2/+9
* Revert 86914 - Move a bunch of functions from Window onto Widget.wtc@chromium.org2011-05-271-9/+2
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-261-2/+9
* Add NativeWidgetViews. This is a stub implementation that mostly just defers ...ben@chromium.org2011-05-241-0/+1
* Re-land:ben@chromium.org2011-05-131-0/+26
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-26/+0
* Split the hierarchy. ben@chromium.org2011-05-131-0/+26
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-1/+1
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-2/+2
* Removes code added to track down crash. The crash seems to havesky@chromium.org2011-04-151-7/+0
* Pull content from TabContentsViewViews into NativeTabContentsViewWin.ben@chromium.org2011-04-121-0/+1
* Adds more debugging code in hopes of figuring out a crash. Sorry forsky@chromium.org2011-04-081-0/+7
* Consolidate cross platform logic into MenuHost.ben@chromium.org2011-04-011-1/+4
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-011-0/+12
* Notify child widgets before and after a reparenting.asanka@chromium.org2011-03-311-0/+5
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-311-3/+3
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-241-1/+1
* Revert 79211 - Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-231-1/+1
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-231-1/+1
* Re-lands:ben@chromium.org2011-03-161-0/+7
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...ben@chromium.org2011-03-151-7/+0
* Add native capture API to Widget, and fix a bug in Window where we wouldn't l...ben@chromium.org2011-03-151-0/+7
* Start working on compositor tree painting.sadrul@chromium.org2011-03-151-0/+4
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-101-0/+6
* Consolidate more into Window:ben@chromium.org2011-03-091-4/+4
* Consolidate window showing into Window base class.ben@chromium.org2011-03-091-0/+3
* Make more methods on Widget non-virtual and move to NativeWidgetben@chromium.org2011-03-041-0/+12
* Clean up more of Widget.ben@chromium.org2011-03-031-0/+11
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-0/+18
* Land the new functions added by 76483 - but do not use them anywhere outside ...ben@chromium.org2011-03-021-2/+27
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-26/+2
* Reverting to fix builder redness. Please reland with the fixes.ananta@chromium.org2011-03-021-2/+1
* Move typedef per review comment. oops!ben@chromium.org2011-03-021-1/+2
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-2/+26
* Hook up empty interfaces for NativeWidget/NativeWidgetDelegate.ben@chromium.org2011-02-251-0/+26
* Remove NativeWidgetWin/WidgetImpl again. I'm going to take a different approa...ben@chromium.org2011-02-241-83/+0
* More RootView cleanup:ben@chromium.org2011-02-231-0/+1
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-3/+1
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-181-0/+5
* Begin implementing a new widget.ben@chromium.org2011-02-151-4/+6
* Add stub WidgetImpl class. This will become the cross platform replacement fo...ben@chromium.org2011-02-121-0/+77