| Commit message (Expand) | Author | Age | Files | Lines |
* | views: Move menu directory to ui/views/controls/. | tfarina@chromium.org | 2011-11-28 | 1 | -209/+0 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -1/+1 |
* | Move views::Accelerator to ui in order to use it from aura code. | mazda@chromium.org | 2011-11-14 | 1 | -1/+7 |
* | Convert View::HasFocus() to be const. Required adding const versions of some... | pkasting@chromium.org | 2011-10-26 | 1 | -1/+1 |
* | views: Change Menu API to string16. | tfarina@chromium.org | 2011-10-20 | 1 | -1/+1 |
* | views: Change MenuDelegate::GetLabel() to string16. | tfarina@chromium.org | 2011-10-03 | 1 | -1/+2 |
* | Coverity: Fix uninitialized member variables. | kmadhusu@chromium.org | 2011-09-27 | 1 | -0/+2 |
* | wstring: remove wstrings from all tooltip-related code | evan@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | Rename VIEWS_API to VIEWS_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | Create views.dll / libviews.so | darin@chromium.org | 2011-07-28 | 1 | -1/+1 |
* | views: Make MenuDelegate constructor virtual. | thakis@chromium.org | 2011-06-08 | 1 | -0/+2 |
* | Replace ButtonDropDown menu implementation (Menu2) with MenuItemView. | rhashimoto@chromium.org | 2011-06-01 | 1 | -0/+3 |
* | Adds two methods to the MenuDelegate I'm going to need for bookmark | sky@chromium.org | 2011-05-19 | 1 | -2/+5 |
* | Add views::MenuDelegate call for per-item fonts. | rhashimoto@chromium.org | 2011-05-13 | 1 | -0/+9 |
* | Revert "Change status button menu" | saintlou@chromium.org | 2011-04-25 | 1 | -9/+0 |
* | Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ... | rhashimoto@chromium.org | 2011-04-22 | 1 | -0/+9 |
* | Do all OOLing in the views code. linux_views now builds clean with the clang ... | erg@google.com | 2011-03-04 | 1 | -68/+21 |
* | views: Remove Controller interface. | tfarina@chromium.org | 2011-02-23 | 1 | -3/+2 |
* | Move Event files into views/events | ben@chromium.org | 2011-02-09 | 1 | -1/+1 |
* | Lands http://codereview.chromium.org/6305001/ for Simon: | sky@chromium.org | 2011-01-28 | 1 | -0/+6 |
* | Move more dnd related files to ui/base | ben@chromium.org | 2011-01-19 | 1 | -5/+5 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 1 | -1/+1 |
* | Move OSExchangeData from src/app to src/ui/base/dragdrop | ben@chromium.org | 2011-01-12 | 1 | -1/+3 |
* | Changes the max width for bookmark menus back to 400 and leaves them | sky@chromium.org | 2010-09-07 | 1 | -0/+7 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Adds support for radio menu items to bookmark menus. | sky@chromium.org | 2010-06-18 | 1 | -2/+2 |
* | Adds support for showing accelerators in bookmark menus. | sky@chromium.org | 2010-06-09 | 1 | -0/+6 |
* | Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::... | pkasting@chromium.org | 2010-03-08 | 1 | -5/+4 |
* | Makes it so deleting a bookmark from the context menu doesn't close | sky@chromium.org | 2010-01-28 | 1 | -0/+9 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 1 | -1/+1 |
* | Makes it so that when a folder is open on the bookmark bar and the | sky@chromium.org | 2009-10-26 | 1 | -1/+15 |
* | Wires up drag and drop for bookmark menus and cleans up a couple of | sky@chromium.org | 2009-09-09 | 1 | -2/+16 |
* | Splits the menu classes into individual files in anticipation of | sky@chromium.org | 2009-08-20 | 1 | -0/+173 |