| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix GestureManager Singleton implementation | bryeung@google.com | 2010-12-14 | 3 | -3/+3 |
* | 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 | 1 | -2/+2 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 6 | -9/+9 |
* | 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 |
* | views: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.h | tfarina@chromium.org | 2010-12-10 | 6 | -15/+15 |
* | Add a new GetInstance() method for singleton classes, take 2. | satish@chromium.org | 2010-12-08 | 2 | -3/+6 |
* | Fix static compile with touchui on chromeos. | sadrul@chromium.org | 2010-12-06 | 1 | -0/+2 |
* | A non-GTK version of menus for touchui. | sadrul@chromium.org | 2010-12-05 | 11 | -20/+296 |
* | Handle shift-selection in GroupTables. | atwilson@chromium.org | 2010-12-03 | 3 | -21/+110 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 2 | -3/+4 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 2 | -4/+3 |
* | Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. | jeremy@chromium.org | 2010-11-24 | 7 | -24/+11 |
* | Determine the theme for a widget in gtk from its parent, | zork@chromium.org | 2010-11-24 | 5 | -14/+54 |
* | touchui: Create touch-events. | sadrul@chromium.org | 2010-11-23 | 5 | -6/+120 |
* | [cros] Use WideButton for all screens, increase textfield vmargin on login sc... | nkostylev@chromium.org | 2010-11-23 | 1 | -0/+3 |
* | Change the name of the tests and examples projects to be more consistent. | ben@chromium.org | 2010-11-23 | 1 | -2/+2 |
* | Revert 66982 - [cros] Use WideButton on EULA, Sign In screens. | nkostylev@chromium.org | 2010-11-23 | 1 | -3/+0 |
* | Refactoring of cursor usage (primarily for linux). | sadrul@chromium.org | 2010-11-23 | 5 | -11/+18 |
* | [cros] Use WideButton on EULA, Sign In screens. | nkostylev@chromium.org | 2010-11-22 | 1 | -0/+3 |
* | Fix mouse-wheel scrolling and shifted/capslocked keyevents for touchui. | sadrul@chromium.org | 2010-11-22 | 3 | -6/+26 |
* | Convert SizeStringInt from taking a wstring to a string16. | tony@chromium.org | 2010-11-22 | 3 | -5/+9 |
* | Attempt 2 at: | sky@chromium.org | 2010-11-21 | 14 | -93/+84 |
* | 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 | 14 | -86/+93 |
* | Converts usage of SetProp/GetProp to a map. Even after making sure we | sky@chromium.org | 2010-11-19 | 14 | -93/+86 |
* | More animation cleanup. | sky@chromium.org | 2010-11-18 | 3 | -3/+7 |
* | Add 1px black border for ChromeOS status button. | xiyuan@chromium.org | 2010-11-18 | 2 | -0/+24 |
* | Fix context menus for touchui=1 | sadrul@chromium.org | 2010-11-18 | 1 | -1/+1 |
* | Pulls AnimationDelegate out into its own header. | sky@chromium.org | 2010-11-17 | 2 | -2/+2 |
* | Adding capslock flag to KeyEvent class. Without this flag, when converting from | bryeung@google.com | 2010-11-17 | 2 | -7/+14 |
* | Dont composite if rgba is not supported. | oshima@chromium.org | 2010-11-17 | 1 | -1/+2 |
* | Fix style nit. | sky@chromium.org | 2010-11-17 | 1 | -1/+1 |
* | Removes unneeded forward declaration. | sky@chromium.org | 2010-11-17 | 1 | -1/+0 |
* | Handful of related instant changes: | sky@chromium.org | 2010-11-15 | 1 | -5/+5 |
* | Implement new task manager mocks on windows. | atwilson@chromium.org | 2010-11-15 | 3 | -3/+16 |
* | Adding style notion to the TextButton. | glotov@google.com | 2010-11-13 | 2 | -4/+3 |
* | touchui: First pass at XInput2 message pump. | sadrul@chromium.org | 2010-11-12 | 2 | -3/+143 |
* | Revert 65938 (arm compile fail) - touchui: First pass at XInput2 message pump. | sadrul@chromium.org | 2010-11-12 | 2 | -143/+3 |
* | touchui: First pass at XInput2 message pump. | sadrul@chromium.org | 2010-11-12 | 2 | -3/+143 |
* | gtk views: NULL-check fixed_ before hiding | evan@chromium.org | 2010-11-12 | 1 | -1/+2 |
* | Revert "touchui: First pass at XInput2 message pump." | evan@chromium.org | 2010-11-12 | 2 | -143/+3 |
* | touchui: First pass at XInput2 message pump. | sadrul@chromium.org | 2010-11-12 | 2 | -3/+143 |
* | views: Override gtk-menu-images=0 for menu items with icons. | derat@chromium.org | 2010-11-11 | 1 | -0/+6 |
* | Implements vertical margins setter for textfield. | altimofeev@chromium.org | 2010-11-10 | 7 | -11/+106 |
* | Adds the ability for classes other than native control to process | sky@chromium.org | 2010-11-10 | 6 | -39/+118 |
* | Fix menu click bug. | oshima@chromium.org | 2010-11-10 | 1 | -1/+1 |
* | Do not send many requests to flimflam when network chagned. | oshima@chromium.org | 2010-11-09 | 2 | -2/+25 |
* | Re-insert IP address in Network Menu. | stevenjb@chromium.org | 2010-11-08 | 2 | -5/+7 |