summaryrefslogtreecommitdiffstats
path: root/views/focus
Commit message (Expand)AuthorAgeFilesLines
* Revert 74693. Changing approach.ben@chromium.org2011-02-142-6/+6
* Removing the experimental Chrome extension popup API. This API will not be ad...twiz@chromium.org2011-02-141-1/+1
* Fix small incompatibility issues with Visual Studio 2010.jeanluc@chromium.org2011-02-141-9/+27
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-112-6/+6
* touch: Fix build after NativeEvent2 change.sadrul@chromium.org2011-02-111-1/+2
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-113-7/+4
* Use DispatchX for dispatching X events.sadrul@chromium.org2011-02-112-3/+3
* Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-111-3/+3
* Revert 74518 - Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-101-3/+3
* Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-101-3/+3
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-104-14/+13
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-092-5/+6
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-092-6/+5
* Move Event files into views/eventsben@chromium.org2011-02-092-2/+2
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-093-16/+12
* touch: Fix wheel scrolling for xinput2.sadrul@google.com2011-02-081-0/+8
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-053-3/+3
* touch: Hide the X cursor when not in use.sadrul@chromium.org2011-01-261-18/+48
* touch: Allow grabbing/ungrabbing touch devices for XInput2.sadrul@chromium.org2011-01-201-32/+3
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-202-4/+4
* Revert 71879 due to compile failure - touch: Allow grabbing/ungrabbing touch ...sadrul@chromium.org2011-01-201-3/+32
* touch: Allow grabbing/ungrabbing touch devices for XInput2.sadrul@chromium.org2011-01-201-32/+3
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-191-3/+3
* touch: Return an enum from OnTouchEvent.sadrul@chromium.org2011-01-181-1/+1
* Add some OWNERS files.ben@chromium.org2011-01-141-0/+1
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-1/+3
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-134-56/+56
* views (linux): Fix keyboard shortcuts.sadrul@chromium.org2011-01-041-19/+1
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-312-2/+0
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-2/+3
* touch: Fix buildbot.sadrul@chromium.org2010-12-281-2/+4
* touch: Fix switching focus among fields in webpages.sadrul@chromium.org2010-12-211-10/+18
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-142-1/+10
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-134-7/+7
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-112-10/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-112-1/+10
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-082-3/+6
* A non-GTK version of menus for touchui.sadrul@chromium.org2010-12-052-14/+10
* touchui: Create touch-events.sadrul@chromium.org2010-11-232-6/+61
* Fix mouse-wheel scrolling and shifted/capslocked keyevents for touchui.sadrul@chromium.org2010-11-221-6/+12
* Attempt 2 at:sky@chromium.org2010-11-212-14/+14
* Fixes crash in focus that occurs if Focus ends up deleting/removingsky@chromium.org2010-11-191-1/+5
* Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ...sky@chromium.org2010-11-192-14/+14
* Converts usage of SetProp/GetProp to a map. Even after making sure wesky@chromium.org2010-11-192-14/+14
* touchui: First pass at XInput2 message pump.sadrul@chromium.org2010-11-121-1/+83
* Revert 65938 (arm compile fail) - touchui: First pass at XInput2 message pump.sadrul@chromium.org2010-11-121-83/+1
* touchui: First pass at XInput2 message pump.sadrul@chromium.org2010-11-121-1/+83
* Revert "touchui: First pass at XInput2 message pump."evan@chromium.org2010-11-121-83/+1
* touchui: First pass at XInput2 message pump.sadrul@chromium.org2010-11-121-1/+83
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-012-5/+13