summaryrefslogtreecommitdiffstats
path: root/views/widget/widget_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the right frame type on startup, do proper swapping of frames when themes...glen@chromium.org2009-05-311-1/+1
* Really theme the find bar. We were previously getting the DefaultThemeProvide...glen@chromium.org2009-05-291-2/+8
* Revert Revision 17224glen@chromium.org2009-05-291-7/+1
* Really theme the find bar. We were previously getting the DefaultThemeProvide...glen@chromium.org2009-05-291-1/+7
* Fix drawing problem with options dialog. I'm not sure why this flag is neede...jam@chromium.org2009-05-291-1/+1
* Fixes bug where SetBounds would change the z-order. This was resultingsky@chromium.org2009-05-291-1/+1
* Splits TooltipManager so that it can be ported and stubs out the GTKsky@chromium.org2009-05-281-2/+2
* Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...ben@chromium.org2009-05-261-50/+52
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-2/+0
* Adds propagation and handling of render-side focus events, for the benefit of...klink@chromium.org2009-05-201-4/+0
* Fix painting problems that came up after manually calling RedrawWindow on chi...jam@chromium.org2009-05-201-3/+6
* Removes some dead code from WidgetWin.sky@chromium.org2009-05-191-3/+0
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-4/+4
* Reverting 15832 since this test is finished.hbono@chromium.org2009-05-141-1/+1
* Make WidgetWin redraw child windows that are in a different process asynchron...jam@chromium.org2009-05-141-3/+30
* An experimental fix for Issue 11046.hbono@chromium.org2009-05-121-1/+1
* Add a new ViewsDelegate interface and implementation in the windows browser UI.ben@chromium.org2009-05-101-3/+4
* This is the first pass at themes.glen@chromium.org2009-05-091-0/+18
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+1
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-0/+999