| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gfx::kNullCursor to refer to "no cursor" | oshima@chromium.org | 2011-10-11 | 1 | -2/+2 |
* | Change std::wstring to string16 for views::Label and views::Label | yosin@chromium.org | 2011-10-07 | 1 | -2/+3 |
* | Revert 104076 - Change std::wstring to string16 for views::Link | hbono@chromium.org | 2011-10-05 | 1 | -9/+6 |
* | Change std::wstring to string16 for views::Link | yosin@chromium.org | 2011-10-05 | 1 | -6/+9 |
* | These are the changes necessary for views to be able to build w/ use_aura imp... | davemoore@chromium.org | 2011-09-22 | 1 | -5/+5 |
* | Aura under Linux is enabled with: | saintlou@chromium.org | 2011-09-18 | 1 | -0/+3 |
* | views: Override Label::HitTest with the default View::HitTest for Link. | sadrul@chromium.org | 2011-07-04 | 1 | -0/+6 |
* | views: Make View::SetFocusable() a simple setter accessor. | tfarina@chromium.org | 2011-06-01 | 1 | -2/+2 |
* | views: Add OnEnabledChanged() method to View class. | tfarina@chromium.org | 2011-05-27 | 1 | -11/+10 |
* | Rename View::GetCursor and simplify arguments. | msw@chromium.org | 2011-05-03 | 1 | -24/+23 |
* | Scrap WNDCLASSEX.hCursor, update GetCursorForPoint. | msw@chromium.org | 2011-04-27 | 1 | -9/+4 |
* | views: Move LinkController into its own header file. | tfarina@chromium.org | 2011-04-25 | 1 | -14/+9 |
* | Disambiguate OnMouseCaptureLost from OnMouseReleased. | msw@chromium.org | 2011-03-29 | 1 | -19/+22 |
* | Re-land: Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-14 | 1 | -2/+4 |
* | Revert 76825 - Refactor Views accessibility. | jcivelli@chromium.org | 2011-03-04 | 1 | -4/+2 |
* | Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-03 | 1 | -2/+4 |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-10 | 1 | -7/+7 |
* | Revert 74377 - Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-09 | 1 | -6/+6 |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-09 | 1 | -6/+6 |
* | Move Event files into views/events | ben@chromium.org | 2011-02-09 | 1 | -1/+1 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -3/+3 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 1 | -5/+5 |
* | Refactoring of cursor usage (primarily for linux). | sadrul@chromium.org | 2010-11-23 | 1 | -1/+5 |
* | [cros] Relanding - Fix UI issues on SignIn/user pod. | nkostylev@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | Revert 64225 - [cros] Fix UI issues on SignIn pod/user pod. | jochen@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | [cros] Fix UI issues on SignIn pod/user pod. | nkostylev@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | Make accessible getters return values instead of accepting an output paramete... | ctguil@chromium.org | 2010-09-28 | 1 | -5/+2 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -5/+5 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -5/+5 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -5/+5 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -5/+5 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -5/+5 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 1 | -4/+4 |
* | Fix Regression for Accessible Names appearing as NAMELESS. | mhm@chromium.org | 2010-04-04 | 1 | -7/+0 |
* | Convert Label::GetFont() to unix_hacker style. Original patch by Thiago Fari... | pkasting@chromium.org | 2010-03-30 | 1 | -6/+8 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Reapply r41640. | ajwong@chromium.org | 2010-03-16 | 1 | -1/+14 |
* | Revert "Landing tfarina CL. " because it broke Interactive UI tests on Linux ... | ajwong@chromium.org | 2010-03-16 | 1 | -14/+1 |
* | Landing tfarina CL. | ctguil@chromium.org | 2010-03-15 | 1 | -1/+14 |
* | Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::... | pkasting@chromium.org | 2010-03-08 | 1 | -3/+3 |
* | Turns on the focus traversal unit-tests and fixed some focus traversal problem: | jcampan@chromium.org | 2009-10-07 | 1 | -10/+0 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 1 | -3/+5 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 1 | -5/+3 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 1 | -3/+5 |
* | Use the system WINDOWTEXT color for labels, instead of black. Also use the s... | pkasting@chromium.org | 2009-09-25 | 1 | -13/+49 |
* | Clean up a few bits of files that I'm about to modify. The only visible chan... | pkasting@chromium.org | 2009-09-25 | 1 | -69/+55 |
* | Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a... | ben@chromium.org | 2009-06-04 | 1 | -5/+11 |
* | Some previous refactoring I did of the accelerator code had introduced regres... | jcampan@chromium.org | 2009-06-03 | 1 | -3/+3 |
* | Gets link to compile on linux. | sky@chromium.org | 2009-05-23 | 1 | -1/+18 |