| Commit message (Expand) | Author | Age | Files | Lines |
* | Caches the size of text labels. | mukai@chromium.org | 2013-03-21 | 2 | -7/+36 |
* | The Wrench menu in Chrome desktop AURA when displayed using the keyboard via ... | ananta@chromium.org | 2013-03-21 | 1 | -1/+10 |
* | Observe for window's (self) deletion during activation/focus change. | sschmitz@chromium.org | 2013-03-20 | 1 | -3/+3 |
* | Revert 188526 "Revert 188288 "make BoxLayout use and respect Get..." | mukai@chromium.org | 2013-03-20 | 3 | -34/+121 |
* | Desktop Linux Aura: Fix right click menu not releasing capture. | erg@chromium.org | 2013-03-20 | 3 | -12/+36 |
* | Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP | miletus@chromium.org | 2013-03-20 | 4 | -16/+25 |
* | Fix RenderWidgetHostViewAura's accessible parent. | dmazzoni@chromium.org | 2013-03-20 | 1 | -0/+14 |
* | DesktopRootWindowHostLinux: make sure {non,}client_view is non-NULL | bobbypowers@gmail.com | 2013-03-19 | 1 | -2/+6 |
* | Fix FocusManagerDtorTest for NativeTexfieldViews; etc. | msw@chromium.org | 2013-03-19 | 3 | -21/+9 |
* | Rename {drag_source,drop_target}.{cc,h} to {drag_source,drop_target}_win.{cc,h}. | erg@chromium.org | 2013-03-19 | 8 | -16/+16 |
* | Add a dialog for getting user consent in the echo redeem flow. | tbarzic@chromium.org | 2013-03-19 | 1 | -0/+2 |
* | Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP" | wjia@chromium.org | 2013-03-19 | 2 | -18/+11 |
* | Support loading non system cursors in Chrome AURA/ASH windows. | ananta@chromium.org | 2013-03-19 | 7 | -0/+22 |
* | Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP | miletus@chromium.org | 2013-03-19 | 2 | -11/+18 |
* | Extend ViewTest.TextfieldCutCopyPaste to Aura and Views Textfields. | msw@chromium.org | 2013-03-18 | 1 | -35/+20 |
* | Two changes to make treeview consistant with how it previously behaved: | sky@chromium.org | 2013-03-18 | 1 | -5/+13 |
* | Reimplement HWNDMessageHandler WM_SETCURSOR handling to avoid artifacts, etc. | msw@chromium.org | 2013-03-18 | 1 | -14/+31 |
* | views: (Un)Set hover state of buttons when visibility changes. | sadrul@chromium.org | 2013-03-18 | 4 | -0/+83 |
* | Closing menu from LauncherMenuItem upon second click | skuhne@chromium.org | 2013-03-17 | 4 | -3/+39 |
* | Revert 188538 "Closing menu from LauncherMenuItem upon second click" | skuhne@chromium.org | 2013-03-16 | 4 | -39/+3 |
* | Translate points correctly with root window's transform | oshima@chromium.org | 2013-03-16 | 2 | -4/+4 |
* | Keyboard shortcut to log views, layers, windows | jamescook@chromium.org | 2013-03-16 | 2 | -44/+40 |
* | Remove BubbleDelegateView::Show(); call GetWidget()->Show() instead; etc. | msw@chromium.org | 2013-03-16 | 7 | -16/+7 |
* | Closing menu from LauncherMenuItem upon second click | skuhne@chromium.org | 2013-03-16 | 4 | -3/+39 |
* | Revert 188288 "make BoxLayout use and respect GetHeightForWidth(..." | estade@chromium.org | 2013-03-16 | 3 | -121/+34 |
* | Revert 186317 "Context menu on views must show on mouse down for..." | varunjain@chromium.org | 2013-03-15 | 1 | -22/+2 |
* | Add views::RichLabel, a class which creates multi-line text with mixed | estade@chromium.org | 2013-03-15 | 7 | -2/+400 |
* | Respect GetInsets in FillLayout. | estade@chromium.org | 2013-03-15 | 1 | -6/+6 |
* | Fixed histogram macros to upload to UMA and renamed one histogram, as UMA das... | yefim@chromium.org | 2013-03-15 | 1 | -3/+3 |
* | Improve mouse/trackpad handling when closing a context menu | sschmitz@chromium.org | 2013-03-15 | 2 | -23/+22 |
* | Part IV: Clear the clipboard if user copies from 'find dialog' of Incognito w... | vasilii@chromium.org | 2013-03-15 | 1 | -4/+4 |
* | InstantExtended: Prevent suggestions from updating when omnibox loses focus | jered@chromium.org | 2013-03-15 | 2 | -4/+11 |
* | make BoxLayout use and respect GetHeightForWidth() (for vertical layouts). | estade@chromium.org | 2013-03-15 | 3 | -34/+121 |
* | A couple of fixes to bubble view: | varunjain@chromium.org | 2013-03-15 | 3 | -3/+45 |
* | Some minor fixes to touch selection as directed by UX: | varunjain@chromium.org | 2013-03-15 | 5 | -39/+54 |
* | Remove myself from ime/OWNERS files. | yusukes@chromium.org | 2013-03-14 | 1 | -1/+0 |
* | Final tweaks to launcher menu appearance: | skuhne@chromium.org | 2013-03-14 | 3 | -10/+27 |
* | Desktop Aura: Reset the mouse pressed handler when capture changes. | erg@chromium.org | 2013-03-14 | 8 | -8/+192 |
* | Rotate Cursor when the display is rotated | oshima@chromium.org | 2013-03-14 | 7 | -13/+21 |
* | Introduces Kennedy-styled scrollbars for message center. | mukai@chromium.org | 2013-03-14 | 9 | -10/+210 |
* | bookmarks: Show context menu on empty bookmark folder. | yoichio@chromium.org | 2013-03-14 | 3 | -4/+24 |
* | [win] Allow app launcher to handle system commands. | benwells@chromium.org | 2013-03-14 | 8 | -2/+30 |
* | linux_aura: Hide UI when we go into fullscreen mode. | erg@chromium.org | 2013-03-14 | 1 | -1/+10 |
* | Thread ui transform animations | ajuma@chromium.org | 2013-03-14 | 2 | -4/+3 |
* | Implemented notifying of visibility change up & down window hierarchy. | sschmitz@chromium.org | 2013-03-13 | 1 | -3/+3 |
* | Ensure that the Alt key is handled correctly in Windows desktop AURA. | ananta@chromium.org | 2013-03-13 | 2 | -9/+13 |
* | Add DCHECK to ensure SetContentsView is not called incorrectlly. | benwells@chromium.org | 2013-03-13 | 5 | -15/+27 |
* | Limit the WM_SETCURSOR DefWindowProc artifacts workaround. | msw@chromium.org | 2013-03-13 | 1 | -4/+13 |
* | Fixing various spacing issues for the bubble menu | skuhne@chromium.org | 2013-03-13 | 1 | -11/+12 |
* | Delete items of the launcher jump list upon pressing Shift click | skuhne@chromium.org | 2013-03-13 | 13 | -20/+21 |