summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Add net:: dependency for views. This fixes component build for views-desktop.sadrul@chromium.org2011-07-191-1/+2
* Fixes regression from menu refactoring. The old windows code wasn'tsky@chromium.org2011-07-192-6/+8
* Enable browser compositor on all TOUCH_UI builds.backer@chromium.org2011-07-191-1/+1
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-171-5/+6
* Move debug paint flag to Widget so native widget can use the same flag.oshima@google.com2011-07-164-8/+19
* Rename InActiveChagned to OnActiveChanged to follow standard naming scheme.oshima@google.com2011-07-152-3/+3
* Wires up persisting expanded folders in the bookmark editor for views.sky@chromium.org2011-07-152-8/+2
* Reset active_native_widget_ when active widget is removed.oshima@google.com2011-07-152-0/+10
* Don't schedule paint if one of view in parent chain is invisibleoshima@google.com2011-07-151-1/+1
* Enable MenuItemView to load icons for MenuModel submenus.rhashimoto@chromium.org2011-07-151-3/+3
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-1521-106/+94
* Fix context sharing in CompositorGL.backer@chromium.org2011-07-151-1/+1
* views: Add views namespace to TestViewsDelegate.tfarina@chromium.org2011-07-153-16/+27
* Add const to HasKeyboardCaptureoshima@google.com2011-07-147-7/+7
* Removes Widget from two of ViewsDelegate methods. I would have likedsky@chromium.org2011-07-147-24/+13
* Set minimum window size on Windows.asvitkine@chromium.org2011-07-142-2/+18
* views-desktop: Fix a couple of crashes.sadrul@chromium.org2011-07-142-4/+7
* Fix typo in header file name.oshima@google.com2011-07-141-1/+1
* Make consistent about "caps lock" vs. "capslock" with former.yoshiki@chromium.org2011-07-141-2/+2
* Clean up FocusManageroshima@google.com2011-07-1414-85/+54
* Move SetInitialFocus to Widgetoshima@google.com2011-07-1413-73/+138
* Allow different kinds of 'desktops'.sadrul@chromium.org2011-07-136-13/+70
* views: Add unittests for View::GetViewsWithGroup() method.tfarina@chromium.org2011-07-137-22/+35
* Disable compositor on non-touch buildoshima@google.com2011-07-131-1/+1
* Fix segfault. OnActivation should check GetWidget() first.oshima@google.com2011-07-131-14/+10
* Add Widget::Observer for observing Widgets.sadrul@chromium.org2011-07-1313-16/+193
* Skip NativeWidgetWin::LockUpdates when in aero mode to fix Gpu rendering freeze.nduca@chromium.org2011-07-131-3/+13
* Attempt 2 at:sky@chromium.org2011-07-1319-412/+215
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-1313-62/+0
* ClearNativeFocus: Do it from widget, with appropriate native-widget implement...sadrul@chromium.org2011-07-1312-23/+35
* Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...sky@chromium.org2011-07-1219-214/+412
* Gets mouse capture to work for menus with pure views. As part of thissky@chromium.org2011-07-1219-412/+214
* Correct issues with NativeWidgetViews ownership.ben@chromium.org2011-07-125-46/+89
* Fixes crash when dropping on a menu showing the 'emtpy' menu item.sky@chromium.org2011-07-121-4/+4
* Ensure the back/forward menus support middle click.philippe.beaudoin@gmail.com2011-07-123-2/+20
* Use input method to control visibility of virtual keyboard.penghuang@chromium.org2011-07-128-0/+122
* Relanding this with the compile fixes for Linux viewsananta@chromium.org2011-07-111-5/+9
* Revert 92071 - Fix a chrome browser crash which occurs when displaying the pa...ananta@chromium.org2011-07-111-8/+4
* Fix a chrome browser crash which occurs when displaying the page info bubble ...ananta@chromium.org2011-07-111-4/+8
* Revert 92059 - Adds a test for parented synthetic widgets.ben@chromium.org2011-07-111-32/+6
* Adds a test for parented synthetic widgets.ben@chromium.org2011-07-111-6/+32
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
* Revert clear removal from last week. It turns out the window is green in debu...ben@chromium.org2011-07-112-2/+7
* Fix NativeWidgetViews enough to run views_examples without segfaulting.rhashimoto@google.com2011-07-114-9/+20
* Multi-Profiles: Add icon chooser to profiles menusail@chromium.org2011-07-094-17/+36
* Minor improvements to views accessibility. Improves notification for admazzoni@chromium.org2011-07-083-0/+14
* views: Some views tests should use EXPECT_* rather than ASSERT_*.tfarina@chromium.org2011-07-081-32/+32
* Correct implementation of View::ConvertPointToScreen for the views-desktop en...ben@chromium.org2011-07-084-6/+2
* Fixes crash in views desktop. The problem wassky@chromium.org2011-07-085-4/+14
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-082-24/+47