summaryrefslogtreecommitdiffstats
path: root/views/focus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make Widget ownership a little clearer by expressing it in terms of an enum.ben@chromium.org2011-05-251-1/+1
* Change chrome to use the new native themed radio button.rogerta@chromium.org2011-05-231-3/+4
* Fix touch build after hiding RootView.sadrul@chromium.org2011-05-201-0/+1
* Move RootView to the internal namespace.ben@chromium.org2011-05-202-8/+7
* Rename WindowWin|Gtk->NativeWindowWin|Gtkben@chromium.org2011-05-193-4/+4
* Fix touch compile after WidgetGtk/NativeWidgetGtk rename.sadrul@chromium.org2011-05-191-0/+1
* Fix bustage... these files were ommited from the CL.ben@chromium.org2011-05-191-1/+1
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-196-15/+10
* Re-land:ben@chromium.org2011-05-135-34/+23
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-135-23/+34
* Split the hierarchy. ben@chromium.org2011-05-135-34/+23
* Get the correct touch identifiers from an X event.sadrul@chromium.org2011-05-021-3/+17
* Create InitParams for Window.ben@chromium.org2011-04-281-4/+4
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-2/+2
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-17/+16
* Refactor some mouse/wheel/touch XEvent handling.msw@chromium.org2011-04-261-106/+31
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-262-3/+3
* Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....msw@chromium.org2011-04-221-1/+8
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-8/+1
* Reverting since caused compile failures on Linux.amit@chromium.org2011-04-221-1/+8
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-8/+1
* Get rid of the set_delete_on_destroy setter now that we have CreateParams.ben@chromium.org2011-04-211-12/+13
* Make sure the device list is kept up-to-date.sadrul@chromium.org2011-04-201-0/+8
* Don't store/restore focus when window is activated/deactivated on linux.oshima@google.com2011-04-071-0/+6
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-012-9/+14
* touch: Fix compile (regressed in r80024).sadrul@chromium.org2011-04-011-0/+4
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-2/+2
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-281-10/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-282-4/+4
* views: Cleanup TabbedPane class.tfarina@chromium.org2011-03-181-6/+4
* Avoid dangling references to Views from FocusManager.asanka@chromium.org2011-03-122-7/+12
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-102-4/+4