summaryrefslogtreecommitdiffstats
path: root/views/widget/widget_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a Chrome crash, which occurs in a ChromeFrame instance in the destructor ...ananta@chromium.org2010-03-021-2/+3
* Landing Marshall Greenblatt change.jcampan@chromium.org2010-02-241-4/+30
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-1/+32
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-071-0/+32
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-1/+3
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-1/+1
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-1/+2
* Reverting 31646.pkasting@chromium.org2009-11-111-9/+10
* Try to make widgets clean up after themselves a bit better:pkasting@chromium.org2009-11-111-10/+9
* blind fix for toolkit_viewsben@chromium.org2009-11-071-1/+0
* Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...ben@chromium.org2009-11-071-32/+69
* Attempt 2 at:sky@chromium.org2009-11-041-2/+2
* Revert 30903 - Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-2/+2
* Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-2/+2
* Gets AutomationProxyVisibleTest.WindowGetViewBounds to pass onsky@chromium.org2009-10-281-23/+23
* Refactor widget methods to support desktop notifications, including GTK stubs.johnnyg@chromium.org2009-10-261-5/+24
* Make sure the RootView is sized to the correct bounds when the opaque frame i...ben@chromium.org2009-10-231-12/+17
* In some cases, a WidgetWin can get activated/deactivatedjcampan@chromium.org2009-10-161-0/+3
* Fix a whole category of frame switching bugs relating to the window z-order b...ben@chromium.org2009-10-151-7/+7
* WidgetWin was an accelerator target, it does not need to.jcampan@chromium.org2009-10-131-9/+4
* Enabling the default button behavior on Linux toolkit_views.jcampan@chromium.org2009-10-081-4/+4
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-2/+2
* Relanding focus traversal on Linux toolkit views.jcampan@chromium.org2009-10-011-2/+22
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-2/+4
* Refactored event handler method bodies from widget_win.h tokbr@google.com2009-09-281-0/+165
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-4/+2
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-2/+4
* The focus is not restored properly when a Windows modal dialogjcampan@chromium.org2009-09-141-1/+17
* Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...jhawkins@chromium.org2009-09-101-1/+1
* A couple comment changes -- update an out of date comment and add a note abou...pkasting@chromium.org2009-09-031-0/+6
* Reverting 23645.jhawkins@chromium.org2009-08-181-1/+5
* Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-181-5/+1
* Revert "Reverting 23406" as it didn't break any tests.jhawkins@chromium.org2009-08-141-33/+33
* Reverting 23406.levin@chromium.org2009-08-141-33/+33
* Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-141-33/+33
* Refactors RootViewDropTarget into a platform independent part,sky@chromium.org2009-08-111-2/+12
* Factor out window creation into base::WindowImpl. This class will be used in...jhawkins@chromium.org2009-08-071-184/+35
* Status bubble limping in TOOLKIT_VIEWS.ben@chromium.org2009-08-011-18/+22
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-071-0/+8
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-14/+29
* Revert :nsylvain@chromium.org2009-06-221-27/+14
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-14/+27
* Reverting 18872.jcampan@chromium.org2009-06-191-27/+14
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-14/+27
* Call Layout directly from SetContentsView. In the case where the Widget is cr...ben@chromium.org2009-06-181-4/+5
* A long standing bug in views!ben@chromium.org2009-06-181-1/+0
* Fix reversed focus traversal order issue.yutak@chromium.org2009-06-121-3/+4
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-4/+0
* Moving the Windows specific activation code in the FocusManager to the widget...jcampan@chromium.org2009-06-081-0/+19
* First part of tab overview. It isn't wired up, nor is it complete, butsky@chromium.org2009-06-081-0/+5