| Commit message (Expand) | Author | Age | Files | Lines |
* | ui: Change ListModel::RemoveAt() API to return a scoped_ptr<ItemType> | tfarina@chromium.org | 2013-11-09 | 1 | -7/+9 |
* | alternate ntp: fix missing recent tabs on first open of wrench menu | kuan@chromium.org | 2013-10-11 | 1 | -0/+4 |
* | Add ComboboxModel::IsItemEnabledAt | hajimehoshi@chromium.org | 2013-10-08 | 2 | -0/+7 |
* | Adds ComboboxModelObserver to ComboboxModel | sky@chromium.org | 2013-10-01 | 2 | -0/+31 |
* | enhance MenuItemView, MenuModelAdapter and SimpleMenuModel for dynamic model ... | kuan@chromium.org | 2013-10-01 | 2 | -0/+8 |
* | Do not call OnModelChanged in TaskManagerTableModel::OnItemsRemoved. | msw@chromium.org | 2013-09-11 | 1 | -1/+1 |
* | Add a minor text member to ui::MenuModel. | calamity@chromium.org | 2013-09-04 | 4 | -31/+60 |
* | Update Status Icon menu when menu model changes (Linux Aura) | sidharthms@chromium.org | 2013-08-28 | 2 | -0/+16 |
* | Make 'Submit' button blue for payments dialog. | estade@chromium.org | 2013-07-23 | 1 | -0/+4 |
* | Replace third_party/icu/public with third_party/icu/source in the include dir... | jshin@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in ui/, part 1. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | [Cleanup] Remove an API that's never called. | groby@chromium.org | 2013-07-17 | 1 | -3/+0 |
* | ui/base/models: Use base::string16 now that string16 was moved into base name... | tfarina@chromium.org | 2013-06-20 | 13 | -82/+100 |
* | Use a direct include of strings headers in ui/, part 2. | avi@chromium.org | 2013-06-11 | 10 | -11/+11 |
* | BookmarkModel changes for multiple level undo and redo of bookmarks. | tom.cassiotis@gmail.com | 2013-06-10 | 1 | -0/+8 |
* | Use a direct include of utf_string_conversions.h in ui/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | ui: Refactor views::DialogDelegate to create a ui::DialogModel. | sadrul@chromium.org | 2013-05-14 | 2 | -0/+63 |
* | ui: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-29 | 1 | -1/+1 |
* | ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-04-24 | 1 | -1/+1 |
* | Refactoring: Moved the function CompareString16WithCollator from ui/base/l10n... | hajimehoshi@chromium.org | 2013-04-23 | 1 | -2/+2 |
* | add separators to ui::ComboboxModel, implement on views. | estade@chromium.org | 2013-03-26 | 2 | -0/+8 |
* | Add 2-lines summary to CC/Address for Wallet items. | aruslan@chromium.org | 2013-03-15 | 4 | -29/+66 |
* | Delete items of the launcher jump list upon pressing Shift click | skuhne@chromium.org | 2013-03-13 | 4 | -9/+8 |
* | Mac: Use cross-platform BMB context menu model. | asvitkine@chromium.org | 2013-03-08 | 1 | -2/+1 |
* | Add GetDefaultIndex() to ComboboxModel. | estade@chromium.org | 2013-02-26 | 2 | -1/+19 |
* | Only add NORMAL separators if menu has at least one item and previous item is... | wez@chromium.org | 2013-02-08 | 2 | -18/+33 |
* | Nukes MenuModel::GetFirstItemIndex. It is only needed for windows, so | sky@chromium.org | 2013-01-18 | 2 | -18/+6 |
* | Removes SimpleMenuModel::FlipIndex. It was only used by | sky@chromium.org | 2013-01-09 | 3 | -25/+13 |
* | Roll ICU and convert include style to standard Chromium style, | phajdan.jr@chromium.org | 2013-01-07 | 1 | -1/+1 |
* | Moves TabStripSelectionModel to ui/base/models and renames | sky@chromium.org | 2012-12-21 | 3 | -0/+466 |
* | Cleans up the set of TableColumn constructors. | sky@chromium.org | 2012-12-13 | 2 | -46/+1 |
* | Remove separator from top of Apps v2 context menus. | wez@chromium.org | 2012-12-13 | 2 | -0/+10 |
* | Alternate NTP: Update recent tabs fav icons | sail@chromium.org | 2012-11-19 | 3 | -2/+8 |
* | Remaining bits of getting menus to look correct depending upon | sky@chromium.org | 2012-11-06 | 1 | -0/+3 |
* | ui/base/models: Some fixes to the TreeNodeIterator unittest. | tfarina@chromium.org | 2012-10-12 | 2 | -42/+47 |
* | Add a ListModel::Move. | xiyuan@chromium.org | 2012-09-25 | 3 | -10/+60 |
* | The touch menu for ChromeOS will be used for all flavors of ChromeOS while ot... | skuhne@chromium.org | 2012-08-24 | 4 | -17/+62 |
* | Convert ui::MenuModel to use gfx::Image instead of ImageSkia. | rsesek@chromium.org | 2012-08-22 | 3 | -24/+24 |
* | base: Make ScopedVector::clear() destroy elements. | derat@chromium.org | 2012-07-19 | 2 | -2/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 12 | -12/+0 |
* | base: Remove dereference structure operator (i.e ->) from ScopedVector. | tfarina@chromium.org | 2012-06-30 | 2 | -16/+15 |
* | app_list/chromeos: Fix wrong app icon in search results. | xiyuan@chromium.org | 2012-06-13 | 1 | -3/+2 |
* | Cleanup: Remove vector::at() calls in SimpleMenuModel. Do CHECKs instead. | thestig@chromium.org | 2012-06-02 | 2 | -14/+21 |
* | ui/base/models: Modernize TreeNodeModel unittests. | tfarina@chromium.org | 2012-05-31 | 1 | -20/+16 |
* | Converts ui/views/controls, ui/views/examples, ui/base/models to use gfx::Ima... | pkotwicz@chromium.org | 2012-05-24 | 6 | -34/+50 |
* | ui/base/models: Remove unnecessary virtuals from ListModel functions. | tfarina@chromium.org | 2012-05-20 | 1 | -11/+11 |
* | ui: Change ListModel to operate in size_t instead of int. | tfarina@chromium.org | 2012-05-18 | 3 | -29/+31 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui. | thestig@chromium.org | 2012-05-16 | 1 | -2/+1 |
* | ui: Do not expose the underline type (vector) used in ListModel. | tfarina@chromium.org | 2012-05-15 | 2 | -14/+11 |
* | ui/base/models: Make ComboboxModel::GetItemCount() a constant function. | tfarina@chromium.org | 2012-03-27 | 1 | -1/+1 |