| Commit message (Expand) | Author | Age | Files | Lines |
* | touch: Return an enum from OnTouchEvent. | sadrul@chromium.org | 2011-01-18 | 1 | -1/+1 |
* | Add some OWNERS files. | ben@chromium.org | 2011-01-14 | 1 | -0/+1 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 1 | -1/+3 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 4 | -56/+56 |
* | views (linux): Fix keyboard shortcuts. | sadrul@chromium.org | 2011-01-04 | 1 | -19/+1 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 2 | -2/+0 |
* | Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... | brettw@google.com | 2010-12-30 | 1 | -2/+3 |
* | touch: Fix buildbot. | sadrul@chromium.org | 2010-12-28 | 1 | -2/+4 |
* | touch: Fix switching focus among fields in webpages. | sadrul@chromium.org | 2010-12-21 | 1 | -10/+18 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 2 | -1/+10 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 4 | -7/+7 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 2 | -10/+1 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 2 | -1/+10 |
* | Add a new GetInstance() method for singleton classes, take 2. | satish@chromium.org | 2010-12-08 | 2 | -3/+6 |
* | A non-GTK version of menus for touchui. | sadrul@chromium.org | 2010-12-05 | 2 | -14/+10 |
* | touchui: Create touch-events. | sadrul@chromium.org | 2010-11-23 | 2 | -6/+61 |
* | Fix mouse-wheel scrolling and shifted/capslocked keyevents for touchui. | sadrul@chromium.org | 2010-11-22 | 1 | -6/+12 |
* | Attempt 2 at: | sky@chromium.org | 2010-11-21 | 2 | -14/+14 |
* | Fixes crash in focus that occurs if Focus ends up deleting/removing | sky@chromium.org | 2010-11-19 | 1 | -1/+5 |
* | Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ... | sky@chromium.org | 2010-11-19 | 2 | -14/+14 |
* | Converts usage of SetProp/GetProp to a map. Even after making sure we | sky@chromium.org | 2010-11-19 | 2 | -14/+14 |
* | touchui: First pass at XInput2 message pump. | sadrul@chromium.org | 2010-11-12 | 1 | -1/+83 |
* | Revert 65938 (arm compile fail) - touchui: First pass at XInput2 message pump. | sadrul@chromium.org | 2010-11-12 | 1 | -83/+1 |
* | touchui: First pass at XInput2 message pump. | sadrul@chromium.org | 2010-11-12 | 1 | -1/+83 |
* | Revert "touchui: First pass at XInput2 message pump." | evan@chromium.org | 2010-11-12 | 1 | -83/+1 |
* | touchui: First pass at XInput2 message pump. | sadrul@chromium.org | 2010-11-12 | 1 | -1/+83 |
* | Attempt at fixing leaks from SetProp. Apparently there is a finite | sky@chromium.org | 2010-11-01 | 2 | -5/+13 |
* | touchui: Directly process key and mouse events. | rjkroege@google.com | 2010-10-26 | 3 | -14/+89 |
* | Hijack mouse-related events for TOUCH_UI builds | bryeung@google.com | 2010-10-21 | 1 | -0/+32 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 4 | -55/+56 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 4 | -56/+55 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 4 | -55/+56 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 4 | -56/+55 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 4 | -55/+56 |
* | Remove wstrings from bookmarks, part 12. | viettrungluu@chromium.org | 2010-08-22 | 1 | -5/+6 |
* | Improvements to accessibility extension api support for "views": | dmazzoni@chromium.org | 2010-08-06 | 1 | -6/+0 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -2/+0 |
* | [Linux Views] Refactor accelerator handler related code. | suzhe@chromium.org | 2010-08-04 | 5 | -123/+16 |
* | Add undeclared virtual destructors part 5 | ziadh@chromium.org | 2010-08-02 | 1 | -0/+9 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+3 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 6 | -0/+6 |
* | Fix regression that stopped properly restoring focus to tab contents. | dmazzoni@chromium.org | 2010-07-23 | 1 | -3/+16 |
* | Fixes regression in links ending up too small. The problem is that we | sky@chromium.org | 2010-07-21 | 3 | -9/+10 |
* | Prevent non-visible views from getting focused. | mnissler@chromium.org | 2010-07-14 | 1 | -2/+53 |
* | Minor fixes to toolbar keyboard accessibility: focusing the location bar | dmazzoni@chromium.org | 2010-06-30 | 2 | -8/+43 |
* | *Add WidgetGtk::ClearNativeFocus so that subclass can implement cutomized beh... | oshima@chromium.org | 2010-06-19 | 1 | -9/+1 |
* | Keep a cache of all views that have sent notifications. This ensures that Ac... | dtseng@chromium.org | 2010-06-18 | 1 | -2/+1 |
* | Improve toolbar keyboard accessibility. | dmazzoni@chromium.org | 2010-06-18 | 6 | -98/+652 |
* | Allow widgets to have keyboard shortcuts. | avayvod@chromium.org | 2010-06-16 | 1 | -5/+7 |