| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate bubble border code. | xiyuan@chromium.org | 2012-09-21 | 11 | -724/+765 |
* | Fix a crash in DesktopNativeWidgetHelperAura when closing tabs because it was... | jam@chromium.org | 2012-09-21 | 2 | -0/+8 |
* | views: Make use of gfx::Canvas function in ProgressBar | tfarina@chromium.org | 2012-09-21 | 1 | -3/+3 |
* | Fix toolbar keyboard accessibility on Views (alternative impl). | dmazzoni@chromium.org | 2012-09-21 | 5 | -18/+81 |
* | Don't show extra icon in the taskbar for the Windows app list. | benwells@chromium.org | 2012-09-20 | 1 | -1/+1 |
* | Add ScreenPositionClient::ConvertNativePointToScreen. | mazda@chromium.org | 2012-09-20 | 2 | -0/+7 |
* | Trivial plumbing of some methods from DesktopNativeWidgetAura to DesktopRootW... | jam@chromium.org | 2012-09-20 | 6 | -1/+132 |
* | linux_aura: Make combo boxes work with DesktopRootWindowHostLinux. | erg@chromium.org | 2012-09-20 | 5 | -36/+190 |
* | Conservative update button/label/textfield content | sheu@chromium.org | 2012-09-19 | 2 | -0/+4 |
* | Plumb ClearNativeFocus to DesktopRootWindowHostWin. | jam@chromium.org | 2012-09-19 | 17 | -35/+35 |
* | Moar shovellin' | ben@chromium.org | 2012-09-19 | 6 | -18/+111 |
* | Add myself to new ui/views/bubble/OWNERS. | msw@chromium.org | 2012-09-19 | 1 | -0/+1 |
* | Fix copy & paste error from r157553. I forgot to copy over two lines when mov... | jam@chromium.org | 2012-09-19 | 1 | -0/+2 |
* | Revert 156318 - I had originally tried to build upon http://codereview.chromi... | vollick@google.com | 2012-09-19 | 1 | -3/+0 |
* | forward property setting | scottmg@chromium.org | 2012-09-19 | 1 | -1/+2 |
* | Make cursors work on win aura. | jam@chromium.org | 2012-09-19 | 8 | -63/+141 |
* | views: Delete some array pointers in GradientPainter using scoped_array. | tfarina@chromium.org | 2012-09-19 | 1 | -10/+8 |
* | Simplify views.gyp | jam@chromium.org | 2012-09-19 | 1 | -34/+9 |
* | views/examples: Export ShowExamplesWindow() function. | tfarina@chromium.org | 2012-09-19 | 1 | -1/+3 |
* | linux_aura: Start implementing DesktopRootWindowHostLinux | erg@chromium.org | 2012-09-18 | 6 | -25/+634 |
* | Add RenderText::SetFont() function to simplify some call sites. | asvitkine@chromium.org | 2012-09-18 | 1 | -2/+2 |
* | views: Delete painter pointer using scoped_ptr. | tfarina@chromium.org | 2012-09-18 | 2 | -17/+27 |
* | views/examples: views_examples_with_content_lib should have its own export.h ... | tfarina@chromium.org | 2012-09-18 | 3 | -4/+36 |
* | fix double deletion of DesktopRootWindowHost on shutdown | scottmg@chromium.org | 2012-09-17 | 2 | -3/+4 |
* | More forwarding, this time to Widget. | ben@chromium.org | 2012-09-17 | 2 | -21/+61 |
* | Support the various flavors of window-shape setting. | ben@chromium.org | 2012-09-17 | 7 | -8/+30 |
* | New Behavior on pressing F4: | sschmitz@chromium.org | 2012-09-17 | 1 | -0/+3 |
* | Forward Capture. | ben@chromium.org | 2012-09-17 | 6 | -1/+28 |
* | Fix build after r157078. | thestig@chromium.org | 2012-09-17 | 1 | -1/+0 |
* | aura: forward ShouldUseNativeFrame | scottmg@chromium.org | 2012-09-17 | 6 | -1/+18 |
* | Fix crasher by checking for null parent widget when showing context menu. | varunjain@chromium.org | 2012-09-17 | 1 | -1/+1 |
* | Revert 157057 - views/examples: ShowExamplesWindow() should be exported. | tfarina@chromium.org | 2012-09-17 | 1 | -3/+1 |
* | views/examples: ShowExamplesWindow() should be exported. | tfarina@chromium.org | 2012-09-16 | 1 | -1/+3 |
* | Revert 157019 - views: Remove content dependency from views package. Try 3! | tfarina@chromium.org | 2012-09-15 | 1 | -1/+1 |
* | views: Remove content dependency from views package. Try 3! | tfarina@chromium.org | 2012-09-15 | 1 | -1/+1 |
* | Context menus on view elements should be positioned above the finger when | varunjain@chromium.org | 2012-09-15 | 4 | -2/+15 |
* | Forward a bunch more commands through. | ben@chromium.org | 2012-09-15 | 6 | -7/+234 |
* | Add ExtendSelectionAndDelete() method to ui::TextInputClient. | horo@chromium.org | 2012-09-15 | 4 | -0/+16 |
* | Add nona@ to ui/*/ime/OWNERS. | yusukes@chromium.org | 2012-09-15 | 1 | -1/+2 |
* | Gets KeyEvents to work with the new Desktop classes. | ben@chromium.org | 2012-09-14 | 10 | -30/+96 |
* | Crash fix - DefWindowProc() may delete the window in a nested message loop wh... | ben@chromium.org | 2012-09-14 | 1 | -0/+5 |
* | Fixed position of plus image on action box button; added ICON_CENTERED placem... | yefim@chromium.org | 2012-09-14 | 3 | -4/+13 |
* | linux-aura: Make menus work better. | sadrul@chromium.org | 2012-09-14 | 1 | -0/+10 |
* | aura: Make sure the root-window retains the X events it was already listening... | sadrul@chromium.org | 2012-09-14 | 1 | -1/+1 |
* | views: Rename win-aura flag to desktop-aura. | tfarina@chromium.org | 2012-09-14 | 3 | -3/+3 |
* | Allow the Views Delegate to provide the native widget. | ben@chromium.org | 2012-09-13 | 9 | -12/+90 |
* | Revert 156599 - Fixed position of plus image on action box button; added ICON... | miket@chromium.org | 2012-09-13 | 2 | -10/+4 |
* | Fixed position of plus image on action box button; added ICON_CENTERED placem... | yefim@chromium.org | 2012-09-13 | 2 | -4/+10 |
* | Makes copying layers clone external textures. | sky@chromium.org | 2012-09-13 | 4 | -0/+16 |
* | ash: Fix blank window when maximizing an app | jamescook@chromium.org | 2012-09-13 | 3 | -7/+11 |