| Commit message (Expand) | Author | Age | Files | Lines |
* | Use predefined color names where possible for clarity. Also use "SkColorSetA... | pkasting@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Add about:memory link to task manager. | thakis@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Enabling the default button behavior on Linux toolkit_views. | jcampan@chromium.org | 2009-10-08 | 2 | -13/+15 |
* | Turns on the focus traversal unit-tests and fixed some focus traversal problem: | jcampan@chromium.org | 2009-10-07 | 1 | -74/+74 |
* | This CL make the AcceleratorDispatcher eat the WM_KEYUP associated to | jcampan@chromium.org | 2009-10-06 | 3 | -5/+158 |
* | Reverting the NativeViewHostWin focus refactoring. | jcampan@chromium.org | 2009-10-05 | 1 | -103/+1 |
* | Relanding focus traversal on Linux toolkit views. | jcampan@chromium.org | 2009-10-01 | 2 | -1/+13 |
* | Fix for a focus related unit-test on Linux toolkit views. | jcampan@chromium.org | 2009-09-30 | 1 | -12/+13 |
* | Temporary disabling a unit test that fails on Linux toolkit views while I inv... | jcampan@chromium.org | 2009-09-30 | 1 | -0/+6 |
* | Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). | jcampan@chromium.org | 2009-09-29 | 1 | -1/+103 |
* | Reverting 27504, it breaks the interactive ui tests on Windows. | jcampan@chromium.org | 2009-09-29 | 1 | -10/+1 |
* | See original review at | jcampan@chromium.org | 2009-09-29 | 1 | -1/+10 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 2 | -4/+6 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 2 | -6/+4 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 2 | -4/+6 |
* | [Relanding erg's change with fix for toolkit_views shortcuts and | jcampan@chromium.org | 2009-09-25 | 1 | -1/+1 |
* | Reverting 27113, it breaks the ChomeOS build. | jcampan@chromium.org | 2009-09-24 | 1 | -103/+1 |
* | Refactoring some of the NativeViewHost and NativeControl focus management so ... | jcampan@chromium.org | 2009-09-24 | 1 | -1/+103 |
* | Disabling a focus related unit test on Linux (toolkit_views). | jcampan@chromium.org | 2009-09-22 | 1 | -6/+4 |
* | Land http://codereview.chromium.org/206025 for Charlie: | sky@chromium.org | 2009-09-16 | 1 | -0/+1 |
* | Lands http://codereview.chromium.org/193032 for Charlie: | sky@chromium.org | 2009-09-15 | 1 | -2/+4 |
* | Improving the FocusManager::GetFocusManager method on Gtk. | jcampan@chromium.org | 2009-09-08 | 1 | -6/+7 |
* | The FocusManager stores/restores focus when the top window becomes inactive/a... | jcampan@chromium.org | 2009-09-01 | 3 | -61/+98 |
* | Try to fix the ChromeOS build. This tries to add a views dependency for brows... | brettw@chromium.org | 2009-08-22 | 1 | -3/+4 |
* | Factor out views::Combobox::Model so that it can be used cross-platform. | mattm@chromium.org | 2009-08-18 | 1 | -6/+7 |
* | Fixes bug in previous change. In AcceleratorHandler if there is no | sky@chromium.org | 2009-08-11 | 1 | -0/+1 |
* | Fixes bug in AcceleratorHandler. It's possible to get events for GtkWidgets | sky@chromium.org | 2009-08-07 | 1 | -0/+5 |
* | Making the focus manager unit-tests less Windows specific. | jcampan@chromium.org | 2009-08-04 | 1 | -76/+56 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 6 | -140/+278 |
* | Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view. | jcampan@chromium.org | 2009-07-21 | 1 | -5/+7 |
* | Allow TabContentsDelegates to process unhandled keyboard messages coming back... | ananta@chromium.org | 2009-07-14 | 2 | -69/+0 |
* | Fix compilation error in the focus manager by returning NULL from unimplement... | brettw@chromium.org | 2009-06-30 | 1 | -0/+1 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 6 | -280/+96 |
* | Review URL: http://codereview.chromium.org/150051 | jcampan@chromium.org | 2009-06-30 | 1 | -0/+20 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 6 | -95/+280 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 6 | -280/+95 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 6 | -95/+280 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 6 | -280/+95 |
* | Fix focus traversal cycle. | yutak@chromium.org | 2009-06-15 | 3 | -40/+11 |
* | Fix reversed focus traversal order issue. | yutak@chromium.org | 2009-06-12 | 3 | -45/+26 |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 3 | -29/+39 |
* | Fix a memory leak in a focus manager unit-test. | jcampan@chromium.org | 2009-06-09 | 1 | -2/+2 |
* | This CL adds some more FocusManager unit-tests. | jcampan@chromium.org | 2009-06-09 | 1 | -223/+494 |
* | Moving the Windows specific activation code in the FocusManager to the widget... | jcampan@chromium.org | 2009-06-08 | 2 | -29/+2 |
* | Fix keyboard accelerator registration issue in views::View. | yutak@chromium.org | 2009-06-06 | 1 | -4/+2 |
* | Fix: Alt+Tab not sending FocusWillChange events. | finnur@chromium.org | 2009-06-04 | 1 | -5/+4 |
* | Some previous refactoring I did of the accelerator code had introduced regres... | jcampan@chromium.org | 2009-06-03 | 1 | -4/+1 |
* | FocusManager should accept multiple AcceleratorTargets for each accelerator. | yutak@chromium.org | 2009-06-03 | 3 | -46/+221 |
* | Recent refactoring of the combobox had broken focus. | jcampan@chromium.org | 2009-06-03 | 1 | -21/+40 |