summaryrefslogtreecommitdiffstats
path: root/views/window
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...ben@chromium.org2011-03-149-27/+75
* Fix clang build (tested on trybots this time!).dmazzoni@chromium.org2011-03-145-8/+10
* Revert 78040 - Fix clang build. (Made things worse...)dmazzoni@chromium.org2011-03-145-10/+8
* Fix clang build.dmazzoni@chromium.org2011-03-145-8/+10
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-1414-41/+57
* Add Activation support to WindowDelegate.ben@chromium.org2011-03-119-5/+37
* Reland: Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrows...ben@chromium.org2011-03-113-0/+16
* Revert 77773 and 77774.ben@chromium.org2011-03-113-16/+0
* Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrowserFrameD...ben@chromium.org2011-03-113-0/+16
* Remove broken (and previously unused) OnMouseLeave overrides.msw@chromium.org2011-03-102-31/+0
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-109-424/+443
* Consolidate more into Window.ben@chromium.org2011-03-098-212/+252
* Consolidate more into Window:ben@chromium.org2011-03-0914-90/+115
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-094-14/+15
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-091-14/+23
* Fix clang build by renaming method ShowWindow()ben@chromium.org2011-03-096-7/+8
* Consolidate window showing into Window base class.ben@chromium.org2011-03-099-305/+313
* Consolidate some more stuff in Window. PreferredSize obtaining.ben@chromium.org2011-03-086-23/+31
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-082-132/+125
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-0714-184/+182
* Make Window class concrete (mostly).ben@chromium.org2011-03-058-40/+258
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-0414-75/+181
* Two things:ben@chromium.org2011-03-042-22/+1
* Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.thakis@chromium.org2011-03-045-13/+13
* Remove WindowGtk::Init() to InitWindow().thakis@chromium.org2011-03-042-3/+3
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-047-48/+30
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-037-30/+48
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-032-6/+2
* Convert some windows code to use the new Widget methods.ben@chromium.org2011-03-031-9/+5
* Get rid of most of the old method uses from WidgetGtk. I think this is safe.ben@chromium.org2011-03-031-1/+2
* Dont update title window for chromeososhima@google.com2011-03-021-1/+5
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-022-7/+10
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-022-10/+7
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-252-4/+4
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-242-2/+2
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-116/+5
* Revert 75347 - Revert 75306 - Force native frames to repaint when OnNCActivat...mirandac@chromium.org2011-02-181-12/+11
* Revert 75306 - Force native frames to repaint when OnNCActivate is called. Wi...mattm@chromium.org2011-02-181-11/+12
* Force native frames to repaint when OnNCActivate is called. With a profile me...mirandac@chromium.org2011-02-171-12/+11