summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Alwas set saved maximized state for panels to 'false'.stevenjb@google.com2011-08-021-1/+8
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-021-3/+5
* Fix a few issues with touch-events and views-desktop.sadrul@chromium.org2011-07-292-1/+6
* Shell of implementation for embedded windows. At this point this issky@chromium.org2011-07-291-3/+1
* Make VIEWS_API declarations in order to fix ChromeOS shared lib builds.mnissler@chromium.org2011-07-281-1/+2
* Fix grab/ungrab in views-desktop world.sadrul@chromium.org2011-07-283-1/+23
* Create views.dll / libviews.sodarin@chromium.org2011-07-2813-34/+36
* Fix method call on potentially deleted object in NativeWidgetViews.rhashimoto@chromium.org2011-07-272-4/+8
* Remove menu keyboard grab and close menu on window manager activation change.rhashimoto@chromium.org2011-07-278-63/+8
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+1
* NativeWidgetViews: Add support for window properties.sadrul@chromium.org2011-07-262-8/+22
* Call GetSysteMenu to enable modification of the system menu so that maximize,...guohui@chromium.org2011-07-251-7/+3
* Rework NativeWidgetViews/NativeWidgetView lifetime management.rhashimoto@chromium.org2011-07-255-23/+98
* Views views_unittests FocusManagerTest.FocusNativeControls use after freedhollowa@chromium.org2011-07-251-0/+9
* Clean up mouse grab code in NativeWidgetGtk. This makes it clean up asky@chromium.org2011-07-252-48/+89
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-235-11/+11
* Revert 93744 - 2nd try. added UI_API to Screen class.csilv@chromium.org2011-07-235-11/+11
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-235-11/+11
* Revert 93724oshima@google.com2011-07-225-11/+11
* Move screen.h to ui/gfx because Screen doesn't depend on views, and they're u...oshima@google.com2011-07-225-11/+11
* touch: Always expect XInput2 availability.sadrul@chromium.org2011-07-221-9/+4
* Fixes crash introduced by fix for 11229. The fix for 11229 made it sosky@chromium.org2011-07-211-1/+2
* Use a native widget that assumes mouse capture always works during tests.sadrul@chromium.org2011-07-201-10/+29
* Disable WidgetTest.GrabUngrab on ChromeOS.sadrul@chromium.org2011-07-201-1/+7
* views capture: Fix mouse-event location and reset capture view.sadrul@chromium.org2011-07-197-14/+88
* Fixes painting regression in classic mode. This makes the code matchsky@chromium.org2011-07-191-11/+11
* Makes sure widget is created at right size before showingsky@chromium.org2011-07-199-41/+90
* Move debug paint flag to Widget so native widget can use the same flag.oshima@google.com2011-07-164-8/+19
* Rename InActiveChagned to OnActiveChanged to follow standard naming scheme.oshima@google.com2011-07-152-3/+3
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-151-1/+1
* Add const to HasKeyboardCaptureoshima@google.com2011-07-147-7/+7
* Removes Widget from two of ViewsDelegate methods. I would have likedsky@chromium.org2011-07-142-4/+3
* Set minimum window size on Windows.asvitkine@chromium.org2011-07-142-2/+18
* views-desktop: Fix a couple of crashes.sadrul@chromium.org2011-07-142-4/+7
* Fix typo in header file name.oshima@google.com2011-07-141-1/+1
* Clean up FocusManageroshima@google.com2011-07-149-0/+26
* Move SetInitialFocus to Widgetoshima@google.com2011-07-148-55/+93
* Allow different kinds of 'desktops'.sadrul@chromium.org2011-07-131-2/+2
* Add Widget::Observer for observing Widgets.sadrul@chromium.org2011-07-1311-15/+169
* Skip NativeWidgetWin::LockUpdates when in aero mode to fix Gpu rendering freeze.nduca@chromium.org2011-07-131-3/+13
* Attempt 2 at:sky@chromium.org2011-07-1310-6/+181
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-139-34/+0
* ClearNativeFocus: Do it from widget, with appropriate native-widget implement...sadrul@chromium.org2011-07-139-12/+28
* Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...sky@chromium.org2011-07-1210-180/+6
* Gets mouse capture to work for menus with pure views. As part of thissky@chromium.org2011-07-1210-6/+180
* Correct issues with NativeWidgetViews ownership.ben@chromium.org2011-07-125-46/+89
* Relanding this with the compile fixes for Linux viewsananta@chromium.org2011-07-111-5/+9
* Revert 92071 - Fix a chrome browser crash which occurs when displaying the pa...ananta@chromium.org2011-07-111-8/+4
* Fix a chrome browser crash which occurs when displaying the page info bubble ...ananta@chromium.org2011-07-111-4/+8
* Revert 92059 - Adds a test for parented synthetic widgets.ben@chromium.org2011-07-111-32/+6