summaryrefslogtreecommitdiffstats
path: root/views/focus
Commit message (Expand)AuthorAgeFilesLines
* Merge 32708 - Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2010-02-031-2/+2
* Use predefined color names where possible for clarity. Also use "SkColorSetA...pkasting@chromium.org2009-10-131-2/+2
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Add about:memory link to task manager.thakis@chromium.org2009-10-081-1/+1
* Enabling the default button behavior on Linux toolkit_views.jcampan@chromium.org2009-10-082-13/+15
* Turns on the focus traversal unit-tests and fixed some focus traversal problem:jcampan@chromium.org2009-10-071-74/+74
* This CL make the AcceleratorDispatcher eat the WM_KEYUP associated tojcampan@chromium.org2009-10-063-5/+158
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-103/+1
* Relanding focus traversal on Linux toolkit views.jcampan@chromium.org2009-10-012-1/+13
* Fix for a focus related unit-test on Linux toolkit views.jcampan@chromium.org2009-09-301-12/+13
* Temporary disabling a unit test that fails on Linux toolkit views while I inv...jcampan@chromium.org2009-09-301-0/+6
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-1/+103
* Reverting 27504, it breaks the interactive ui tests on Windows.jcampan@chromium.org2009-09-291-10/+1
* See original review atjcampan@chromium.org2009-09-291-1/+10
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-292-4/+6
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-282-6/+4
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-282-4/+6
* [Relanding erg's change with fix for toolkit_views shortcuts and jcampan@chromium.org2009-09-251-1/+1
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-103/+1
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-1/+103
* Disabling a focus related unit test on Linux (toolkit_views).jcampan@chromium.org2009-09-221-6/+4
* Land http://codereview.chromium.org/206025 for Charlie:sky@chromium.org2009-09-161-0/+1
* Lands http://codereview.chromium.org/193032 for Charlie:sky@chromium.org2009-09-151-2/+4
* Improving the FocusManager::GetFocusManager method on Gtk.jcampan@chromium.org2009-09-081-6/+7
* The FocusManager stores/restores focus when the top window becomes inactive/a...jcampan@chromium.org2009-09-013-61/+98
* Try to fix the ChromeOS build. This tries to add a views dependency for brows...brettw@chromium.org2009-08-221-3/+4
* Factor out views::Combobox::Model so that it can be used cross-platform.mattm@chromium.org2009-08-181-6/+7
* Fixes bug in previous change. In AcceleratorHandler if there is nosky@chromium.org2009-08-111-0/+1
* Fixes bug in AcceleratorHandler. It's possible to get events for GtkWidgetssky@chromium.org2009-08-071-0/+5
* Making the focus manager unit-tests less Windows specific.jcampan@chromium.org2009-08-041-76/+56
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-316-140/+278
* Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view.jcampan@chromium.org2009-07-211-5/+7
* Allow TabContentsDelegates to process unhandled keyboard messages coming back...ananta@chromium.org2009-07-142-69/+0
* Fix compilation error in the focus manager by returning NULL from unimplement...brettw@chromium.org2009-06-301-0/+1
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-306-280/+96
* Review URL: http://codereview.chromium.org/150051jcampan@chromium.org2009-06-301-0/+20
* Revert :nsylvain@chromium.org2009-06-226-95/+280
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-206-280/+95
* Reverting 18872.jcampan@chromium.org2009-06-196-95/+280
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-196-280/+95
* Fix focus traversal cycle.yutak@chromium.org2009-06-153-40/+11
* Fix reversed focus traversal order issue.yutak@chromium.org2009-06-123-45/+26
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-123-29/+39
* Fix a memory leak in a focus manager unit-test.jcampan@chromium.org2009-06-091-2/+2
* This CL adds some more FocusManager unit-tests.jcampan@chromium.org2009-06-091-223/+494
* Moving the Windows specific activation code in the FocusManager to the widget...jcampan@chromium.org2009-06-082-29/+2
* Fix keyboard accelerator registration issue in views::View.yutak@chromium.org2009-06-061-4/+2
* Fix: Alt+Tab not sending FocusWillChange events.finnur@chromium.org2009-06-041-5/+4
* Some previous refactoring I did of the accelerator code had introduced regres...jcampan@chromium.org2009-06-031-4/+1
* FocusManager should accept multiple AcceleratorTargets for each accelerator.yutak@chromium.org2009-06-033-46/+221