summaryrefslogtreecommitdiffstats
path: root/views/window
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hack to fix incomplete redrawing of content area during window activation. Fo...ben@chromium.org2011-04-281-0/+22
* Step 5 in native theme refactoringrogerta@chromium.org2011-04-271-12/+13
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-272-22/+0
* Rename CreateParams to InitParams.ben@chromium.org2011-04-263-4/+4
* Rework the way Widget::Init works:ben@chromium.org2011-04-263-27/+26
* wstring: remove wstring functions from base/i18n/rtl.hevan@chromium.org2011-04-251-4/+5
* Fix painting glitch by suppressing non-client painting for WindowWins only wh...ben@chromium.org2011-04-242-2/+16
* Refactors login window widget creation methods into platform specific methods.sky@chromium.org2011-04-206-36/+17
* Adds more debugging code in hopes of figuring out a crash. Most commonsky@chromium.org2011-04-111-1/+0
* Interpret double click events as mouse down on Windows.msw@chromium.org2011-04-071-2/+0
* Transform GdkEvents for simpler MouseEvent construction.msw@chromium.org2011-04-051-9/+8
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-313-79/+62
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-301-3/+3
* Add focused property to chrome.windows.create extension API.jennb@chromium.org2011-03-285-2/+24