| Commit message (Expand) | Author | Age | Files | Lines |
* | The focus is not restored properly when a Windows modal dialog | jcampan@chromium.org | 2009-09-14 | 1 | -1/+17 |
* | Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de... | jhawkins@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | A couple comment changes -- update an out of date comment and add a note abou... | pkasting@chromium.org | 2009-09-03 | 1 | -0/+6 |
* | Reverting 23645. | jhawkins@chromium.org | 2009-08-18 | 1 | -1/+5 |
* | Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re... | jhawkins@chromium.org | 2009-08-18 | 1 | -5/+1 |
* | Revert "Reverting 23406" as it didn't break any tests. | jhawkins@chromium.org | 2009-08-14 | 1 | -33/+33 |
* | Reverting 23406. | levin@chromium.org | 2009-08-14 | 1 | -33/+33 |
* | Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re... | jhawkins@chromium.org | 2009-08-14 | 1 | -33/+33 |
* | Refactors RootViewDropTarget into a platform independent part, | sky@chromium.org | 2009-08-11 | 1 | -2/+12 |
* | Factor out window creation into base::WindowImpl. This class will be used in... | jhawkins@chromium.org | 2009-08-07 | 1 | -184/+35 |
* | Status bubble limping in TOOLKIT_VIEWS. | ben@chromium.org | 2009-08-01 | 1 | -18/+22 |
* | Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s... | ben@chromium.org | 2009-07-07 | 1 | -0/+8 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 1 | -14/+29 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -27/+14 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -14/+27 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -27/+14 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -14/+27 |
* | Call Layout directly from SetContentsView. In the case where the Widget is cr... | ben@chromium.org | 2009-06-18 | 1 | -4/+5 |
* | A long standing bug in views! | ben@chromium.org | 2009-06-18 | 1 | -1/+0 |
* | Fix reversed focus traversal order issue. | yutak@chromium.org | 2009-06-12 | 1 | -3/+4 |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 1 | -4/+0 |
* | Moving the Windows specific activation code in the FocusManager to the widget... | jcampan@chromium.org | 2009-06-08 | 1 | -0/+19 |
* | First part of tab overview. It isn't wired up, nor is it complete, but | sky@chromium.org | 2009-06-08 | 1 | -0/+5 |
* | Use the right frame type on startup, do proper swapping of frames when themes... | glen@chromium.org | 2009-05-31 | 1 | -1/+1 |
* | Really theme the find bar. We were previously getting the DefaultThemeProvide... | glen@chromium.org | 2009-05-29 | 1 | -2/+8 |
* | Revert Revision 17224 | glen@chromium.org | 2009-05-29 | 1 | -7/+1 |
* | Really theme the find bar. We were previously getting the DefaultThemeProvide... | glen@chromium.org | 2009-05-29 | 1 | -1/+7 |
* | Fix drawing problem with options dialog. I'm not sure why this flag is neede... | jam@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Fixes bug where SetBounds would change the z-order. This was resulting | sky@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Splits TooltipManager so that it can be ported and stubs out the GTK | sky@chromium.org | 2009-05-28 | 1 | -2/+2 |
* | Removes WidgetWin dependency from StatusBubbleViews so that it can compile on... | ben@chromium.org | 2009-05-26 | 1 | -50/+52 |
* | Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ... | jam@chromium.org | 2009-05-20 | 1 | -2/+0 |
* | Adds propagation and handling of render-side focus events, for the benefit of... | klink@chromium.org | 2009-05-20 | 1 | -4/+0 |
* | Fix painting problems that came up after manually calling RedrawWindow on chi... | jam@chromium.org | 2009-05-20 | 1 | -3/+6 |
* | Removes some dead code from WidgetWin. | sky@chromium.org | 2009-05-19 | 1 | -3/+0 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -4/+4 |
* | Reverting 15832 since this test is finished. | hbono@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | Make WidgetWin redraw child windows that are in a different process asynchron... | jam@chromium.org | 2009-05-14 | 1 | -3/+30 |
* | An experimental fix for Issue 11046. | hbono@chromium.org | 2009-05-12 | 1 | -1/+1 |
* | Add a new ViewsDelegate interface and implementation in the windows browser UI. | ben@chromium.org | 2009-05-10 | 1 | -3/+4 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+18 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -0/+999 |