summaryrefslogtreecommitdiffstats
path: root/views/widget/widget_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Use the WS_EX_NOACTIVATE flag for popup widgets. This is essentially a no-op...johnnyg@chromium.org2010-07-201-1/+1
* Canvas refactoring part 3.ben@chromium.org2010-06-251-4/+3
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-3/+4
* Canvas refactoring part 3.ben@chromium.org2010-06-241-4/+3
* Canvas refactoring part 2.ben@chromium.org2010-06-231-0/+1
* Keep a cache of all views that have sent notifications. This ensures that Ac...dtseng@chromium.org2010-06-181-2/+32
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-10/+2
* Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di...johnnyg@chromium.org2010-06-141-2/+5
* Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds);oshima@chromium.org2010-06-051-0/+4
* A crasher would sometimes happen when opening a selet file dialogjcivelli@chromium.org2010-05-191-0/+5
* Add a widget delegate handler for the WM_SETTINGCHANGE message in windows. T...johnnyg@chromium.org2010-04-231-0/+2
* UI Language switch implemented by propagating LocaleChanged()glotov@google.com2010-04-201-0/+5
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Modify WidgetWin::Init() such that it doesn't create the FocusManager if the ...marshall@chromium.org2010-03-101-2/+5
* On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s...johnnyg@chromium.org2010-03-041-1/+16
* 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