| Commit message (Expand) | Author | Age | Files | Lines |
* | views: Convert IsVisible() to just visible() since it's just a simple accessor. | tfarina@chromium.org | 2011-12-14 | 1 | -1/+1 |
* | views: Move view.h to ui/views/. | tfarina@chromium.org | 2011-11-30 | 1 | -1/+1 |
* | views: Move label and link files to ui/views/controls/. | tfarina@chromium.org | 2011-11-29 | 1 | -2/+2 |
* | Move fullscreen bubble (the version that uses views) from manual layout to a ... | yzshen@chromium.org | 2011-11-29 | 1 | -148/+149 |
* | views: Move button directory to ui/views/controls/. | tfarina@chromium.org | 2011-11-28 | 1 | -1/+1 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-22 | 1 | -1/+1 |
* | Revert 110949 - views: Move widget/ directory to ui/views. | wez@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -1/+1 |
* | Fixes use after free in BrowserView, and cleans up a couple of style | sky@chromium.org | 2011-11-17 | 1 | -0/+2 |
* | Add a drop shadow to the fullscreen exit bubble on windows. | koz@chromium.org | 2011-11-17 | 1 | -1/+2 |
* | Stop using chrome/browser/ui/views/bubble/bubble.h in fullscreen exit bubble. | yzshen@chromium.org | 2011-11-17 | 1 | -2/+1 |
* | Fix up fullscreen exit bubble messages to suggest Esc instead of F11 where ap... | jeremya@chromium.org | 2011-11-16 | 1 | -17/+48 |
* | Full screen info bubble after |Accept| should exit with link click | scheib@chromium.org | 2011-11-14 | 1 | -31/+17 |
* | Move views::Accelerator to ui in order to use it from aura code. | mazda@chromium.org | 2011-11-14 | 1 | -1/+1 |
* | views: Change TextButton API to string16. | tfarina@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | views: Change TextButtonBase API to string16. | tfarina@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | views: Implementation of the new fullscreen bubble. | thakis@chromium.org | 2011-10-17 | 1 | -98/+120 |
* | Revert 105922 - views: Implementation of the new fullscreen bubble. | thakis@chromium.org | 2011-10-17 | 1 | -96/+73 |
* | views: Implementation of the new fullscreen bubble. | thakis@chromium.org | 2011-10-17 | 1 | -73/+96 |
* | Change SetPosition() to SetBounds() in FullscreenExitView::Layout(). | koz@chromium.org | 2011-10-17 | 1 | -8/+16 |
* | Implement fullscreen info bubble on Win and Mac. | jeremya@chromium.org | 2011-10-15 | 1 | -52/+178 |
* | Make views::Label and views::Link auto-color themselves to be readable over t... | pkasting@chromium.org | 2011-10-12 | 1 | -2/+3 |
* | Change std::wstring to string16 for views::Label and views::Label | yosin@chromium.org | 2011-10-07 | 1 | -4/+3 |
* | Allow CanvasSkia to bind to an existing SkCanvas. | piman@chromium.org | 2011-10-05 | 1 | -1/+1 |
* | Revert 104076 - Change std::wstring to string16 for views::Link | hbono@chromium.org | 2011-10-05 | 1 | -3/+4 |
* | Change std::wstring to string16 for views::Link | yosin@chromium.org | 2011-10-05 | 1 | -4/+3 |
* | Abstract fullscreen exit bubble logic to bring Linux's behaviour in line with | tony@chromium.org | 2011-08-12 | 1 | -0/+214 |