| Commit message (Expand) | Author | Age | Files | Lines |
* | Ash: Fix hit testing for the bottom pixels of tabs | jamescook@chromium.org | 2012-04-16 | 1 | -1/+5 |
* | Removing defunct code around PureViews. | saintlou@chromium.org | 2012-04-15 | 3 | -31/+6 |
* | Aura demo fix | oshima@chromium.org | 2012-04-14 | 1 | -3/+2 |
* | Revert 132294 - Aura demo fix | eroman@chromium.org | 2012-04-13 | 1 | -2/+3 |
* | Aura demo fix | oshima@chromium.org | 2012-04-13 | 1 | -3/+2 |
* | Aura/Ash split: Make most unit tests compile without USE_ASH | erg@chromium.org | 2012-04-13 | 1 | -1/+6 |
* | - Add temporary support for High Density Incompatible mode (scale to 2x) to N... | oshima@chromium.org | 2012-04-12 | 2 | -3/+107 |
* | Mouse events, touch events, or both can be locked to a target. | tdresser@chromium.org | 2012-04-11 | 7 | -43/+59 |
* | Revert 131761 - Mouse events, touch events, or both can be locked to a target. | rsesek@chromium.org | 2012-04-11 | 7 | -59/+43 |
* | Mouse events, touch events, or both can be locked to a target. | tdresser@chromium.org | 2012-04-11 | 7 | -43/+59 |
* | Replaced sk_canvas()->drawPath() with DrawPath() | pkotwicz@chromium.org | 2012-04-10 | 1 | -1/+1 |
* | Aura/ash split: Do various things to Linux aura root windows. | erg@chromium.org | 2012-04-06 | 2 | -0/+12 |
* | Use Windows scopers in platform_font_win.cc and add a ScopedSetMapMode class. | asvitkine@chromium.org | 2012-04-06 | 1 | -8/+7 |
* | Aura/ash split: Desktop linux clients should respsect window manager close wi... | erg@google.com | 2012-04-05 | 2 | -0/+13 |
* | views: Get rid of WidgetDelegate::ShouldShowClientEdge(). | tfarina@chromium.org | 2012-04-04 | 2 | -7/+0 |
* | Fix drag&drop not working in the bookmark manager after the TabContentsViewWi... | jam@chromium.org | 2012-04-03 | 2 | -14/+7 |
* | Fix some grammar in comments, error messages and documentation. | gavinp@chromium.org | 2012-04-03 | 2 | -2/+2 |
* | * removed views debug paint that was used in NativeWidgetGtk. | oshima@chromium.org | 2012-04-03 | 2 | -23/+2 |
* | Remove the close button for Windows native windows with the standard frame re... | jeremya@chromium.org | 2012-04-03 | 2 | -13/+18 |
* | Ash/aura split: Get views_examples_exe semi-running on linux/X11. | erg@chromium.org | 2012-03-30 | 2 | -4/+59 |
* | Don't set single monitor manager under multi monitor environment. | oshima@chromium.org | 2012-03-30 | 1 | -0/+4 |
* | Prevent a transient with 'kHideOnDeactivate' set from causing its transient p... | ben@chromium.org | 2012-03-26 | 1 | -0/+2 |
* | Fix ConstrainedWindowViews losing input on focus on aura. | alicet@chromium.org | 2012-03-24 | 2 | -13/+19 |
* | Makes the launcher use a layer with a solid color, which is cheaper | sky@chromium.org | 2012-03-23 | 4 | -10/+10 |
* | WebUI TaskManager: Add method to set minimum window size on HTMLDialog. | yoshiki@chromium.org | 2012-03-23 | 2 | -0/+7 |
* | * MultiMonitorManager creates and manages mutliple monitor instance | oshima@chromium.org | 2012-03-21 | 1 | -3/+2 |
* | Removing GTK code from ui/views. | saintlou@chromium.org | 2012-03-21 | 3 | -48/+2 |
* | Revert 127660 - WebUI TaskManager: Add method to set minimum window size on H... | battre@chromium.org | 2012-03-20 | 2 | -7/+0 |
* | WebUI TaskManager: Add method to set minimum window size on HTMLDialog. | yoshiki@chromium.org | 2012-03-20 | 2 | -0/+7 |
* | Removing deprecated GTK-Views code. | saintlou@chromium.org | 2012-03-19 | 11 | -3636/+0 |
* | Use FramePainter for painting PanelViewFrame | dslomov@chromium.org | 2012-03-17 | 3 | -3/+4 |
* | Native bounds support to host windows. | oshima@chromium.org | 2012-03-16 | 1 | -3/+2 |
* | Make ShellWindow subclass BaseWindow, to support the chrome.windows.* extensi... | mihaip@chromium.org | 2012-03-16 | 9 | -0/+34 |
* | views: Turn an unprocessed ScrollEvent into a MouseWheelEvent. | sadrul@chromium.org | 2012-03-16 | 1 | -1/+6 |
* | Gets instant to correctly commit under aura. This was broke for a | sky@chromium.org | 2012-03-16 | 2 | -4/+4 |
* | Second try for | davemoore@chromium.org | 2012-03-15 | 1 | -2/+4 |
* | Revert 126764 - Added notion of currently active app / browser | davemoore@chromium.org | 2012-03-15 | 1 | -4/+2 |
* | Added notion of currently active app / browser | davemoore@chromium.org | 2012-03-14 | 1 | -2/+4 |
* | MonitorManager to manage multiple monitors. | oshima@chromium.org | 2012-03-14 | 1 | -0/+4 |
* | Move scoped_ole_initializer.h to ui/base/win and clean up ole initialization/... | tfarina@chromium.org | 2012-03-14 | 1 | -8/+5 |
* | Adds support for minimizing a window. | sky@chromium.org | 2012-03-14 | 1 | -2/+0 |
* | ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function. | tfarina@chromium.org | 2012-03-13 | 1 | -1/+1 |
* | Recommit r125950, which was reverted by r125958 due to link failures on win_a... | erg@chromium.org | 2012-03-13 | 1 | -0/+2 |
* | views: Do not do heavy work in CustomFrameView ctor. | tfarina@chromium.org | 2012-03-13 | 1 | -1/+6 |
* | Revert 125950 - Aura/Ash split: Move ScreenAura to aura::RootWindowScreen. | isherman@chromium.org | 2012-03-10 | 1 | -2/+0 |
* | Aura/Ash split: Move ScreenAura to aura::RootWindowScreen. | erg@chromium.org | 2012-03-10 | 1 | -0/+2 |
* | Ash: Correctly initialize transparency flag for windows | jamescook@chromium.org | 2012-03-09 | 3 | -3/+28 |
* | Fix test issues seen when using WebContentsViewWin by default on Chrome. | jam@chromium.org | 2012-03-09 | 1 | -1/+3 |
* | ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. | tfarina@chromium.org | 2012-03-09 | 3 | -5/+5 |
* | Adds Window::StackBelow and wiring in Widget. | sky@chromium.org | 2012-03-08 | 9 | -0/+24 |