summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Vend common GL contextbacker@chromium.org2011-08-262-2/+2
* Remove some views depenencies from RenderWidgetHostViewWin.jam@chromium.org2011-08-261-9/+2
* Show a Window in the aura views demo.ben@chromium.org2011-08-253-1/+29
* Re-land: Create a new views_aura_desktop.ben@chromium.org2011-08-252-14/+175
* Revert 98306 - Create a new views_aura_desktop.ben@chromium.org2011-08-252-175/+14
* Create a new views_aura_desktop.ben@chromium.org2011-08-252-14/+175
* Possible fix for the issue that keyboard doesn't show up.oshima@google.com2011-08-252-10/+6
* Add Aura support to views:ben@chromium.org2011-08-254-6/+388
* More input focus fixoshima@google.com2011-08-251-3/+5
* Focus fix. InputMethod needs to be initialized before calling OnFocusoshima@google.com2011-08-254-4/+12
* Adds yet more debugging in hopes of tracking 91396. The latest datasky@chromium.org2011-08-252-1/+29
* Get views_unittests pass on touch buildoshima@google.com2011-08-241-25/+22
* * Fix wrong condition check in OnFocusOut.oshima@google.com2011-08-243-7/+43
* Reverts debugging code added for 90860. The change to MenuItemViewsky@chromium.org2011-08-242-5/+0
* views: Propagate visibility-notification down the view hierarchy when the wid...sadrul@chromium.org2011-08-231-0/+1
* Move input_method to widgetoshima@google.com2011-08-2310-188/+154
* Fix shlib build breakageoshima@google.com2011-08-191-1/+2
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-1915-75/+249
* Adds some debugging code in hopes of finding why 90860 is happening.sky@chromium.org2011-08-182-0/+5
* widget: Look at the 'maximize' initialization param on creation.sadrul@chromium.org2011-08-181-0/+2
* Implement NativeWidgetViews::CenterWindow().rhashimoto@chromium.org2011-08-171-2/+4
* views-desktop: Fix updating the cursor for windows.sadrul@chromium.org2011-08-153-1/+13
* NativeWidgetPrivate::CreateNativeWidget should check for NULL on views_delegatevarunjain@chromium.org2011-08-091-1/+1
* NativeWidgetViews: Implement widget activation/deactivation.sadrul@chromium.org2011-08-083-6/+16
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-0514-31/+31
* 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