summaryrefslogtreecommitdiffstats
path: root/views/window
Commit message (Expand)AuthorAgeFilesLines
* Updated remaining button to text button. Reverted the interposedsaintlou@chromium.org2011-06-233-19/+19
* Eliminate Window completely.ben@chromium.org2011-06-1321-725/+62
* Move last of event handlers down to NativeWidgetWin/Gtk.ben@chromium.org2011-06-098-913/+3
* Move more from Window onto Widget.ben@chromium.org2011-06-0817-818/+53
* Add some missing view class name to better debug view miletus@chromium.org2011-06-032-0/+21
* Re-land: Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-0316-350/+74
* Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-0216-74/+350
* Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-0216-350/+74
* Add some view class name to better debug view hierarchymiletus@chromium.org2011-06-022-2/+14
* WidgetDelegate is now always created. Specified through InitParams, if NULL W...ben@chromium.org2011-06-021-2/+1
* Move the last of the easy stuff from Window onto Widget.ben@chromium.org2011-06-019-366/+11
* Move Fullscreen API onto Widget.ben@chromium.org2011-06-019-153/+1
* Move methods from WindowDelegate onto WidgetDelegate.ben@chromium.org2011-05-312-220/+2
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-312-1/+5
* Move SetWindowBounds onto Widget.ben@chromium.org2011-05-279-94/+2
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-279-363/+66
* Revert 86914 - Move a bunch of functions from Window onto Widget.wtc@chromium.org2011-05-279-66/+363
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-269-363/+66
* Rough cut at window activation.ben@chromium.org2011-05-261-2/+1
* Adds a basic NativeWindowViews.ben@chromium.org2011-05-255-7/+251
* views: Fix an operator precedence error found by PVS Studio.thakis@chromium.org2011-05-251-1/+1
* Fix clang.ben@chromium.org2011-05-202-18/+27
* Move RootView to the internal namespace.ben@chromium.org2011-05-202-3/+0
* ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).tfarina@chromium.org2011-05-201-2/+2
* Rename WindowWin|Gtk->NativeWindowWin|Gtkben@chromium.org2011-05-196-192/+206
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-195-49/+50
* Alert boxes shouldn't have a taskbar presence.ben@chromium.org2011-05-181-0/+3
* Clean up a few things now that specialized window types are subclasses of Win...ben@chromium.org2011-05-181-8/+3
* Fix some rendering glitches in the custom frame by re-introducing nasty old c...ben@chromium.org2011-05-182-17/+108
* Re-land:ben@chromium.org2011-05-186-62/+48
* Revert 85666 - Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativ...ben@chromium.org2011-05-186-50/+63
* Revert 85668 - These two un-reviewed lines made it into my last commit and we...ben@chromium.org2011-05-181-1/+2
* These two un-reviewed lines made it into my last commit and weren't part of t...ben@chromium.org2011-05-171-2/+1
* Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativeFrame spaghetti.ben@chromium.org2011-05-176-63/+50
* Fixes 82927 by rolling back part of a change I made this morning. We can't hi...ben@chromium.org2011-05-171-0/+6
* Fixes more default non-client frame painting.ben@chromium.org2011-05-172-4/+13
* Revert 85528 - We were returning the wrong value of ShouldUseNativeFrame for ...ben@chromium.org2011-05-161-1/+1
* We were returning the wrong value of ShouldUseNativeFrame for popup windows w...ben@chromium.org2011-05-161-1/+1
* Re-land:ben@chromium.org2011-05-1312-188/+130
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-1312-130/+188
* Split the hierarchy. ben@chromium.org2011-05-1312-188/+130
* Revert 85257 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-132-4/+0
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-132-0/+4
* Revert 85120 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-122-4/+0
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-122-0/+4
* Modifies the event handler for WM_APPCOMMAND events to return TRUE if the eve...mma.public@gmail.com2011-05-031-3/+2
* Implement new gray mock.davemoore@chromium.org2011-05-023-9/+11
* Window::InitWindow shouldn't replace frame view with default if custom frame setdpolukhin@chromium.org2011-04-291-1/+3
* Fix one case where default Non-client painting can occur... before a window i...ben@chromium.org2011-04-281-1/+2
* Create InitParams for Window.ben@chromium.org2011-04-288-76/+92