summaryrefslogtreecommitdiffstats
path: root/views/window/window_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-311-75/+61
* Add focused property to chrome.windows.create extension API.jennb@chromium.org2011-03-281-1/+13
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-211-1/+1
* Fix window activation when closing a modal dialog box. It turns out GetForegr...ben@chromium.org2011-03-161-12/+20
* 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
* Reland 78062 with some NULL checks.ben@chromium.org2011-03-141-9/+39
* Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...ben@chromium.org2011-03-141-36/+9
* Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...ben@chromium.org2011-03-141-9/+36
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-5/+6
* Add Activation support to WindowDelegate.ben@chromium.org2011-03-111-4/+10
* Remove broken (and previously unused) OnMouseLeave overrides.msw@chromium.org2011-03-101-28/+0
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-101-209/+203
* Consolidate more into Window.ben@chromium.org2011-03-091-150/+100
* Consolidate more into Window:ben@chromium.org2011-03-091-50/+27
* Fix clang build by renaming method ShowWindow()ben@chromium.org2011-03-091-1/+1
* Consolidate window showing into Window base class.ben@chromium.org2011-03-091-166/+87
* Consolidate some more stuff in Window. PreferredSize obtaining.ben@chromium.org2011-03-081-11/+11
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-65/+60
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-071-75/+66
* Make Window class concrete (mostly).ben@chromium.org2011-03-051-0/+3
* Two things:ben@chromium.org2011-03-041-21/+1
* Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.thakis@chromium.org2011-03-041-3/+3
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-7/+5
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-5/+7
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-3/+1
* Convert some windows code to use the new Widget methods.ben@chromium.org2011-03-031-9/+5
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-5/+9
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-9/+5
* 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
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-1/+1
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-151-1/+1
* Revert 74693. Changing approach.ben@chromium.org2011-02-141-27/+27
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-111-27/+27
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-4/+4
* Store the user's profile as a property of a window in order to access it when...mirandac@chromium.org2011-02-041-0/+8
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-46/+117
* views: Make ShouldUseVistaFrame a static method of WidgetWin.tfarina@chromium.org2011-01-281-2/+2
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-2/+2
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-191-6/+6
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-2/+2
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-10/+10
* Move some functions out of win_util and into hwnd_util, and into a new win/sh...brettw@google.com2010-12-301-5/+54