summaryrefslogtreecommitdiffstats
path: root/views/window
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-214-5/+12
* Fix window activation when closing a modal dialog box. It turns out GetForegr...ben@chromium.org2011-03-162-12/+21
* Re-lands:ben@chromium.org2011-03-161-1/+1
* Fix closing the window by clicking the X.ben@chromium.org2011-03-161-11/+1
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...ben@chromium.org2011-03-151-2/+12
* Add native capture API to Widget, and fix a bug in Window where we wouldn't l...ben@chromium.org2011-03-151-12/+2
* These files missed the last checkinben@chromium.org2011-03-151-8/+8
* Reland 78062 with some NULL checks.ben@chromium.org2011-03-148-19/+70
* Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...ben@chromium.org2011-03-149-75/+27