summaryrefslogtreecommitdiffstats
path: root/ui/views/widget
Commit message (Expand)AuthorAgeFilesLines
* linux_aura: Disable new toplevels for popups.erg@chromium.org2013-09-121-1/+8
* Move the content-dependent RecreateLayer logic from aura::Window to RWHVApiman@chromium.org2013-09-124-13/+8
* Fix for fullscreen state handling by maintaining a local flagdominik.rottsches@intel.com2013-09-102-1/+9
* linux_aura: Enforce minimum/maximum window size.erg@chromium.org2013-09-1016-0/+65
* Move ui/base/win/dpi.h to ui/gfx/dpi_win.hben@chromium.org2013-09-104-40/+40
* Ensure that keyboard modifiers like CTRL/ALT/SHIFT etc are set in the DropTar...ananta@chromium.org2013-09-101-0/+7
* Merge the LinuxUI interface from its own .so into libviews.so.erg@chromium.org2013-09-101-2/+2
* Fix use after free when handling async touch eventssky@chromium.org2013-09-104-6/+10
* Move text_elider to gfx.ben@chromium.org2013-09-091-2/+2
* Fixes crah in NativeWidgetAura::IsActive()sky@chromium.org2013-09-091-3/+8
* gtk: Allow building both the X11 and Gtk message-pumps for gtk.sadrul@chromium.org2013-09-076-25/+25
* Set accept_events to true when we create top level windowsin desktop AURA. Th...ananta@chromium.org2013-09-071-2/+0
* Nukes outdated commentsky@chromium.org2013-09-061-4/+0
* rAc: Enforce a 3 second grace period for generated card bubble.estade@chromium.org2013-09-064-470/+377
* Remove old activation code and disable-focus-controller flagsoshima@chromium.org2013-09-0510-354/+24
* Fixes focus traversal bugsky@chromium.org2013-09-054-3/+17
* Ensure that popup windows created by the content layer in desktop AURA don't ...ananta@chromium.org2013-09-041-0/+1
* Ensure that the AURA focused window is set correctly when the window is activ...ananta@chromium.org2013-09-045-28/+123
* Set the WM_CLASS property of X11 windows in Linux Aura build.mgiuca@chromium.org2013-09-022-0/+10
* Makes aura correctly restore maximized windowssky@chromium.org2013-09-022-3/+10
* Clean-up: Replaces Font with FontList in TooltipManager.yukishiino@chromium.org2013-08-304-19/+15
* Two changes to desktop aura for tooltips:sky@chromium.org2013-08-294-13/+86
* Attempt at fixing use after free in RootWindow when deleting in dispatchsky@chromium.org2013-08-291-0/+110
* Fixes use after free during KeyEvent dispatchingsky@chromium.org2013-08-294-2/+108
* views: Implement Ozone root window for desktop auratiago.vignatti@intel.com2013-08-293-0/+97
* Revert 219673 "Fix Views Combobox and Tree View text input."shrikant@chromium.org2013-08-288-1/+62
* Ensure that popup windows created by the content layer in AURA are top level ...ananta@chromium.org2013-08-282-91/+112
* Fix autofill popup stickiness.dbeam@chromium.org2013-08-281-2/+10
* Fix Views Combobox and Tree View text input.msw@chromium.org2013-08-278-62/+1
* Avoid setting windows as transparent if not using aero glass.jbauman@chromium.org2013-08-272-7/+12
* Add a function to change the mouse cursor icon set to aura/ash. yoshiki@chromium.org2013-08-263-2/+14
* - Remove redundant views::View::accelerator_registration_delayed_pkotwicz@chromium.org2013-08-236-24/+24
* Fixes crash in DesktopNativeWidgetWin if parent is not in a RootWindow.sky@chromium.org2013-08-232-3/+29
* Refactor display_info_provider_chrmoeos and provide standard impl for otheroshima@chromium.org2013-08-231-2/+8
* linux_aura: Reduce console spam.erg@chromium.org2013-08-231-2/+9
* Previously, views::Widget::GetAllChildWidgets(parent, children) would return:pkotwicz@chromium.org2013-08-222-4/+36
* Makes NativeWidgetAura and DesktopNWA set user_data using same typesky@chromium.org2013-08-223-2/+18
* Removes Widget::GetChildViewParent, it's not needed anymore.sky@chromium.org2013-08-222-10/+0
* Refactors CaptureController so that both views and ash can use it.sky@chromium.org2013-08-229-375/+16
* Makes aura NativeWidget implementations no-op if NativeView destroyed.sky@chromium.org2013-08-225-70/+265
* Supports gfx::FontList in gfx::Canvas and ui::ElideText family.yukishiino@chromium.org2013-08-221-0/+1
* views: Implement Ozone screen for desktop auratiago.vignatti@intel.com2013-08-211-0/+15
* Move web contents modal dialog widget creation to ui/viewswittman@chromium.org2013-08-212-0/+33
* Invoke the inactive frame rendering code in WM_WINDOWPOSCHANGING instead of W...ananta@chromium.org2013-08-2012-17/+21
* Add support for modal dialogs in desktop aura.ananta@chromium.org2013-08-161-5/+3
* Adding a detour for GetMonitorInfo which appears to be broken under split scr...shrikant@chromium.org2013-08-161-1/+2
* Disable flaky test on Windowshclam@chromium.org2013-08-161-2/+18
* ash: Fix CopyAreaToCanvas() scaling issues.derat@chromium.org2013-08-144-22/+0
* Clean up compositor initialization/destruction.danakj@chromium.org2013-08-121-0/+8
* Maximize window in the display to be restored.oshima@chromium.org2013-08-121-1/+1