| Commit message (Expand) | Author | Age | Files | Lines |
* | Make CanvasSkia take a gfx::Size as the first parameter. | tfarina@chromium.org | 2011-12-20 | 10 | -22/+25 |
* | Implement CloseAllSecondaryWidgets() | mukai@chromium.org | 2011-12-19 | 1 | -6/+21 |
* | specify locale-dependent font list for UI on ChromeOS, so that those fonts ha... | xji@chromium.org | 2011-12-19 | 1 | -7/+13 |
* | ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect. | tfarina@chromium.org | 2011-12-17 | 3 | -7/+7 |
* | Enable mnemonic and bookmark folder key activation on menu | oshima@chromium.org | 2011-12-17 | 1 | -3/+10 |
* | Refactors the tab glow into views so that it can be used by the | sky@chromium.org | 2011-12-16 | 3 | -0/+200 |
* | Should not try to activate a focusless bubble on aura. | alicet@chromium.org | 2011-12-16 | 1 | -0/+2 |
* | Initialize member variable that I forgot to initialize in http://crrev.com/11... | asvitkine@chromium.org | 2011-12-16 | 1 | -0/+1 |
* | Fix the issue that omnibox is editable when menu is opened in aura. | jennyz@chromium.org | 2011-12-16 | 1 | -5/+5 |
* | views: Convert IsFocusable() to just focusable() since it's just a simple acc... | tfarina@chromium.org | 2011-12-16 | 9 | -31/+14 |
* | Set custom ExtensionPopup margins with new BubbleDelegateView accessors, etc. | msw@chromium.org | 2011-12-16 | 5 | -8/+21 |
* | Add more text styles to Text Styles example in views_examples. | asvitkine@chromium.org | 2011-12-16 | 2 | -25/+75 |
* | Move the shadow type enumeration out of aura and into the shell. | ben@chromium.org | 2011-12-16 | 1 | -6/+0 |
* | Aura: Fix maximized windows not restoring properly | jamescook@chromium.org | 2011-12-15 | 1 | -1/+3 |
* | Move TooltipClient to client namespace and add convenience setters/getters fo... | ben@chromium.org | 2011-12-15 | 1 | -14/+9 |
* | CMT can now generate motion events w/ valuators instead of a sequence of butt... | davemoore@chromium.org | 2011-12-15 | 3 | -0/+23 |
* | Move ActivationClient/Delegate to client namespace. | ben@chromium.org | 2011-12-15 | 2 | -8/+7 |
* | Disable failing tests on linux_view also - previously they were only disabled | dmazzoni@chromium.org | 2011-12-15 | 1 | -2/+2 |
* | Merge BorderContentsView into BubbleFrameView; simplify. | msw@chromium.org | 2011-12-15 | 11 | -643/+312 |
* | Rename WindowDragDropDelegate->DragDropDelegate | ben@chromium.org | 2011-12-15 | 2 | -11/+6 |
* | Second attempt at moving the StackingClient to a property on the RootWindow. | ben@chromium.org | 2011-12-15 | 1 | -2/+0 |
* | Set aura window focus in NativeWidgetAura::ClearNativeFocus only if the focus... | oshima@chromium.org | 2011-12-15 | 1 | -1/+3 |
* | Patch AvatarMenuBubbleView crash; only SizeToContents if GetBubbleFrameView. | msw@chromium.org | 2011-12-15 | 2 | -3/+4 |
* | Removing deprecated touchui code. | saintlou@chromium.org | 2011-12-14 | 3 | -237/+0 |
* | views: Rename IsVisibleInRootView() to IsDrawn(). | tfarina@chromium.org | 2011-12-14 | 9 | -21/+20 |
* | VKEY_MENU is mapped to Alt key on X11 platform and chromeos uses this for acc... | oshima@chromium.org | 2011-12-14 | 2 | -2/+45 |
* | Add traces in text code | piman@chromium.org | 2011-12-14 | 1 | -0/+2 |
* | views: Convert IsVisible() to just visible() since it's just a simple accessor. | tfarina@chromium.org | 2011-12-14 | 18 | -71/+63 |
* | Clear focused view if the focused view is in a window that is being destroyed. | oshima@chromium.org | 2011-12-13 | 2 | -5/+6 |
* | Move the concept of Activation to the Shell. | ben@chromium.org | 2011-12-13 | 4 | -37/+65 |
* | Revert 114095 - Move the concept of Activation to the Shell. | ben@chromium.org | 2011-12-12 | 4 | -65/+37 |
* | Move the concept of Activation to the Shell. | ben@chromium.org | 2011-12-12 | 4 | -37/+65 |
* | Change signature of |ui::ElideText()|. Add a truncate mode. | asvitkine@chromium.org | 2011-12-12 | 2 | -3/+4 |
* | views: Convert IsEnabled() to just enabled() since it's just a simple accessor. | tfarina@chromium.org | 2011-12-12 | 30 | -80/+67 |
* | Fix loss of mouse events when an Aura combobox is open in a modal dialog. | benrg@chromium.org | 2011-12-12 | 1 | -1/+1 |
* | Revert 113956 (revert didn't help) - Revert 113635 (speculative revert for bu... | thakis@chromium.org | 2011-12-10 | 1 | -45/+50 |
* | Revert 113635 (speculative revert for bug 107104) | thakis@chromium.org | 2011-12-10 | 1 | -50/+45 |
* | Don't close ExtensionPopups on child window focus (Win, non-Aura). | msw@chromium.org | 2011-12-10 | 1 | -1/+1 |
* | Refactor window frame painting into a window background class | jamescook@chromium.org | 2011-12-10 | 5 | -89/+376 |
* | Windows component build fix for aura. | varunjain@chromium.org | 2011-12-09 | 3 | -32/+5 |
* | Attempt 3 at: | sky@chromium.org | 2011-12-09 | 3 | -4/+24 |
* | Revert 113741 "Move {Restore,Store}FocusedView to NativeWidgetAura::On{Activa... | oshima@chromium.org | 2011-12-09 | 1 | -2/+4 |
* | Implement Widget::NotifyLocaleChanged for Aura. | mukai@chromium.org | 2011-12-09 | 1 | -2/+13 |
* | Don't activate TYPE_CONTROL widget | oshima@chromium.org | 2011-12-09 | 1 | -1/+2 |
* | Move {Restore,Store}FocusedView to NativeWidgetAura::On{Activated,LostActive}. | mazda@chromium.org | 2011-12-09 | 1 | -4/+2 |
* | Remove MessageLoop::QuitTask() from ui/. | dcheng@chromium.org | 2011-12-09 | 1 | -4/+4 |
* | Revert 113676 - Attempt 2 at : Makes tests either use mock compositor or mock | sky@chromium.org | 2011-12-08 | 3 | -24/+4 |
* | Attempt 2 at : Makes tests either use mock compositor or mock | sky@chromium.org | 2011-12-08 | 3 | -4/+24 |
* | Add support for high contrast mode to bubbles | sail@chromium.org | 2011-12-08 | 1 | -1/+7 |
* | Revert 113634 - Add support for high contrast mode to bubbles | sail@chromium.org | 2011-12-08 | 1 | -8/+2 |