summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Resets drag_info_ when mouse handler is reset.sky@chromium.org2012-01-032-8/+10
* Adds some widget methods I'm going to need for dragging real browsers:sky@chromium.org2012-01-039-9/+239
* aura: Windows that cannot activate should not be able to grab focus.varunjain@chromium.org2012-01-031-2/+2
* TBR=jampfeldman@chromium.org2011-12-291-0/+4
* Remove views::InputMethodIBus.yusukes@chromium.org2011-12-284-1194/+0
* Bypass ToplevelWindowEventFilter for panels.prasadt@chromium.org2011-12-277-13/+17
* Add a CanHandleAccelerators() method to AcceleratorTarget.asanka@chromium.org2011-12-276-24/+74
* IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ...yusukes@chromium.org2011-12-263-15/+60
* views: Delete obsolete WindowManager component.tfarina@chromium.org2011-12-253-181/+0
* Move frame color constants to CustomFrameView.tfarina@chromium.org2011-12-241-9/+17
* Revert 115091 - Allow to pass a NULL |host| to the bridge.yusukes@google.com2011-12-242-18/+12
* views: Fix comments refering to Window instead of Widget.tfarina@chromium.org2011-12-241-3/+3
* Fix crasher in textfield when running views_examples.saintlou@chromium.org2011-12-231-1/+0
* views: Rename IsAccessibilityFocusableInRootView() to just IsAccessibilityFoc...tfarina@chromium.org2011-12-237-13/+11
* Coverity: Fix an incorrect use of a bitwise operator.thestig@chromium.org2011-12-221-1/+1
* Add a new ctor to CanvasSkia that takes a const SkBitmap&.tfarina@chromium.org2011-12-215-13/+2
* aura: Copy/Paste from Omnibox should restore http://varunjain@chromium.org2011-12-205-7/+50
* Rename ui::EventFlags mouse flags to be more sensibledhollowa@chromium.org2011-12-2013-65/+69
* Shell related switches -> aura shell switches.ben@chromium.org2011-12-202-22/+23
* Revert 114953 (breaks cros font sizes, etc.) - specify locale-dependent font ...msw@chromium.org2011-12-201-13/+7
* views: Rename IsFocusableInRootView() to just IsFocusable().tfarina@chromium.org2011-12-206-10/+8
* Allow to pass a NULL |host| to the bridge.yusukes@chromium.org2011-12-202-12/+18
* Make CanvasSkia take a gfx::Size as the first parameter.tfarina@chromium.org2011-12-2010-22/+25
* Implement CloseAllSecondaryWidgets()mukai@chromium.org2011-12-191-6/+21
* specify locale-dependent font list for UI on ChromeOS, so that those fonts ha...xji@chromium.org2011-12-191-7/+13
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-12-173-7/+7
* Enable mnemonic and bookmark folder key activation on menuoshima@chromium.org2011-12-171-3/+10
* Refactors the tab glow into views so that it can be used by thesky@chromium.org2011-12-163-0/+200
* Should not try to activate a focusless bubble on aura.alicet@chromium.org2011-12-161-0/+2
* Initialize member variable that I forgot to initialize in http://crrev.com/11...asvitkine@chromium.org2011-12-161-0/+1
* Fix the issue that omnibox is editable when menu is opened in aura.jennyz@chromium.org2011-12-161-5/+5
* views: Convert IsFocusable() to just focusable() since it's just a simple acc...tfarina@chromium.org2011-12-169-31/+14
* Set custom ExtensionPopup margins with new BubbleDelegateView accessors, etc.msw@chromium.org2011-12-165-8/+21
* Add more text styles to Text Styles example in views_examples.asvitkine@chromium.org2011-12-162-25/+75
* Move the shadow type enumeration out of aura and into the shell.ben@chromium.org2011-12-161-6/+0
* Aura: Fix maximized windows not restoring properlyjamescook@chromium.org2011-12-151-1/+3
* Move TooltipClient to client namespace and add convenience setters/getters fo...ben@chromium.org2011-12-151-14/+9
* CMT can now generate motion events w/ valuators instead of a sequence of butt...davemoore@chromium.org2011-12-153-0/+23
* Move ActivationClient/Delegate to client namespace.ben@chromium.org2011-12-152-8/+7
* Disable failing tests on linux_view also - previously they were only disableddmazzoni@chromium.org2011-12-151-2/+2
* Merge BorderContentsView into BubbleFrameView; simplify.msw@chromium.org2011-12-1511-643/+312
* Rename WindowDragDropDelegate->DragDropDelegateben@chromium.org2011-12-152-11/+6
* Second attempt at moving the StackingClient to a property on the RootWindow.ben@chromium.org2011-12-151-2/+0
* Set aura window focus in NativeWidgetAura::ClearNativeFocus only if the focus...oshima@chromium.org2011-12-151-1/+3
* Patch AvatarMenuBubbleView crash; only SizeToContents if GetBubbleFrameView.msw@chromium.org2011-12-152-3/+4
* Removing deprecated touchui code.saintlou@chromium.org2011-12-143-237/+0
* views: Rename IsVisibleInRootView() to IsDrawn().tfarina@chromium.org2011-12-149-21/+20
* VKEY_MENU is mapped to Alt key on X11 platform and chromeos uses this for acc...oshima@chromium.org2011-12-142-2/+45
* Add traces in text codepiman@chromium.org2011-12-141-0/+2
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-1418-71/+63