summaryrefslogtreecommitdiffstats
path: root/views/focus
Commit message (Expand)AuthorAgeFilesLines
* views: Change TabbedPane::AddTab() to string16.tfarina@chromium.org2011-09-291-6/+6
* Update TouchEvent initialize for USE_XI2_MT according tosadrul@chromium.org2011-09-281-3/+1
* touchui: Fix --touch-devices flag.sadrul@chromium.org2011-09-272-12/+7
* Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.msw@chromium.org2011-09-261-16/+14
* touchui: support XInput2 multitouchsadrul@chromium.org2011-09-251-2/+22
* These are the changes necessary for views to be able to build w/ use_aura imp...davemoore@chromium.org2011-09-221-1/+1
* Fix Aura Windows bustage.ben@chromium.org2011-09-191-1/+1
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-182-2/+7
* Fix views_aura_desktop build on Linux.tfarina@chromium.org2011-09-162-3/+8
* views: Export AutoNativeNotificationDisabler to fix the win builder.tfarina@chromium.org2011-09-141-1/+1
* views: Factor WidgetFocusManager out of FocusManager class.tfarina@chromium.org2011-09-144-109/+133
* views: Remove unused include of gtk/gtk.h from focus_manager.cctfarina@chromium.org2011-09-131-6/+1
* Get views_unittests to compile (but not run).ben@chromium.org2011-09-021-5/+19
* Move the mouse wheel utils from views to ui\base\win, to get rid of some view...jam@chromium.org2011-08-262-158/+0
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-262-1/+23
* Re-land: Create a new views_aura_desktop.ben@chromium.org2011-08-251-0/+20
* Revert 98306 - Create a new views_aura_desktop.ben@chromium.org2011-08-251-20/+0
* Create a new views_aura_desktop.ben@chromium.org2011-08-251-0/+20
* Add Aura support to views:ben@chromium.org2011-08-251-1/+1
* Get views_unittests pass on touch buildoshima@google.com2011-08-241-17/+11
* Move input_method to widgetoshima@google.com2011-08-233-40/+150
* Fixes regression (and crash) in instant. The crash would happen ifsky@chromium.org2011-08-222-1/+10
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-172-2/+2
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-056-14/+15
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-024-50/+30
* Use VIEWS_API in a few places to fix component build for chromeos and touchui.sadrul@chromium.org2011-07-281-2/+2
* Create views.dll / libviews.sodarin@chromium.org2011-07-286-15/+16
* Removing unused NativeButton codesaintlou@chromium.org2011-07-261-30/+25
* Views views_unittests FocusManagerTest.FocusNativeControls use after freedhollowa@chromium.org2011-07-251-1/+0
* touch: Always expect XInput2 availability.sadrul@chromium.org2011-07-222-22/+0
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-151-6/+4
* Clean up FocusManageroshima@google.com2011-07-144-83/+28
* views: Add unittests for View::GetViewsWithGroup() method.tfarina@chromium.org2011-07-131-2/+1
* ClearNativeFocus: Do it from widget, with appropriate native-widget implement...sadrul@chromium.org2011-07-133-11/+7
* Revert 91716 - Temporarily disable these tests while I repro the crashes.ben@chromium.org2011-07-071-4/+4
* Temporarily disable these tests while I repro the crashes.ben@chromium.org2011-07-071-4/+4
* Switch FocusManager to using ObserverList instead of keeping its listeners in...pkasting@chromium.org2011-06-292-52/+16
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-242-11/+12
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-161-3/+9
* Re-land:ben@chromium.org2011-06-163-7/+6
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-153-6/+7
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-153-7/+6
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-2/+1
* Eliminate Window completely.ben@chromium.org2011-06-132-18/+24
* views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...tfarina@chromium.org2011-06-081-10/+10
* views: Don't include the container type "vector" in the typedef ViewVector.tfarina@chromium.org2011-06-061-6/+5
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-031-49/+49
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-011-11/+9
* Changing Checkbox class to use NativeTheme class for rendering instead ofrogerta@chromium.org2011-06-011-7/+7