| Commit message (Expand) | Author | Age | Files | Lines |
* | views: Move menu directory to ui/views/controls/. | tfarina@chromium.org | 2011-11-28 | 1 | -100/+0 |
* | Reland "views: Factor out MenuListener into its own header file." | tfarina@chromium.org | 2011-09-23 | 1 | -9/+13 |
* | Revert 102512 - views: Factor out MenuListener into its own header file. | thakis@chromium.org | 2011-09-23 | 1 | -13/+9 |
* | views: Factor out MenuListener into its own header file. | tfarina@chromium.org | 2011-09-23 | 1 | -9/+13 |
* | Rename VIEWS_API to VIEWS_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Create views.dll / libviews.so | darin@chromium.org | 2011-07-28 | 1 | -1/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Do all OOLing in the views code. linux_views now builds clean with the clang ... | erg@google.com | 2011-03-04 | 1 | -1/+1 |
* | Revert 76952 - Retry profile menu model change and clang fixes. | aa@chromium.org | 2011-03-04 | 1 | -1/+1 |
* | Retry profile menu model change and clang fixes. | mirandac@chromium.org | 2011-03-04 | 1 | -1/+1 |
* | Revert 76808 - Fix Clang errors in profile_menu_model and menu_2. | mirandac@chromium.org | 2011-03-03 | 1 | -1/+1 |
* | Fix Clang errors in profile_menu_model and menu_2. | mirandac@chromium.org | 2011-03-03 | 1 | -1/+1 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 1 | -4/+4 |
* | Add SetMinimumWidth to Menu2 for chromeos. | oshima@chromium.org | 2010-09-29 | 1 | -0/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-31 | 1 | -4/+14 |
* | Reverting this CL to fix the interactive ui test failures. | ananta@chromium.org | 2010-03-26 | 1 | -14/+4 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -4/+14 |
* | Revert 42465 - Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -14/+4 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -4/+14 |
* | Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42... | maruel@chromium.org | 2010-03-22 | 1 | -8/+4 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-22 | 1 | -4/+8 |
* | Revert "Keyboard accessibility for the page and app menus." | maruel@chromium.org | 2010-03-22 | 1 | -8/+4 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-22 | 1 | -4/+8 |
* | Fixed alignment of button dropdowns for RTL languages. | avayvod@chromium.org | 2010-02-11 | 1 | -4/+7 |
* | Fixes crash in disabling browser action from context menu on | sky@chromium.org | 2010-02-02 | 1 | -0/+4 |
* | Fixes unintialized read in networkmenu. Menu's constructor calls into | sky@chromium.org | 2010-01-27 | 1 | -0/+6 |
* | Fixes bug where submenus weren't working on views/gtk. Submenus end up | sky@chromium.org | 2010-01-21 | 1 | -0/+4 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 1 | -93/+4 |
* | Make gtk menu block on call to RunMenuAt. | chocobo@google.com | 2009-10-21 | 1 | -3/+3 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Attempt fixing a crash. Looks like NativeMenuWin was getting leaked by Menu2.... | ben@chromium.org | 2009-07-15 | 1 | -2/+3 |
* | Convert menu strings to UTF16, fix some views-GTK build errors. | brettw@chromium.org | 2009-07-02 | 1 | -3/+2 |
* | Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ... | ben@chromium.org | 2009-06-15 | 1 | -0/+3 |
* | Remove the Menu object, converting all the remaining callers to use Menu2. I'... | ben@chromium.org | 2009-06-12 | 1 | -1/+3 |
* | Remove Menu2Delegate interface and fold methods onto Menu2Model instead. | ben@chromium.org | 2009-06-09 | 1 | -11/+11 |
* | A new menu system for views. | ben@chromium.org | 2009-06-08 | 1 | -0/+148 |