summaryrefslogtreecommitdiffstats
path: root/ui/app_list
Commit message (Expand)AuthorAgeFilesLines
* Added views::ViewModelT<T>, a type-safe template version of ViewModel.mgiuca2014-10-035-28/+18
* Fix excess items being dropped into app list folders.calamity2014-10-034-6/+67
* App list: Change some colours to match the new specs.mgiuca2014-10-014-16/+20
* Move --custom-launcher-page switch into app_list_switches.h.calamity2014-09-302-0/+5
* AppListModel / AppsGridView: Better error handling for corner cases.mgiuca2014-09-303-2/+38
* AppsGridView: Use specific types instead of views::View*.mgiuca2014-09-302-77/+80
* Enable the dependency on google_toolbox_for_mac.tfarina2014-09-281-1/+1
* Mac: Deflake AppListServiceInteractiveTest.SwitchAppListProfilesDuringSearchtapted2014-09-251-0/+10
* For Mac, add AppListViewDelegateObserver::OnShutdown; deflake teststapted2014-09-246-2/+18
* Remove StartPageView from being a AppListViewDelegateObservertapted2014-09-232-11/+1
* Fix Mac App Launcher observer lifetime on AppListItemListtapted2014-09-231-0/+1
* Fix app list duplication on drag.calamity2014-09-232-6/+37
* Experimental launcher: Switcher buttons are larger and centered.mgiuca2014-09-223-6/+24
* Experimental app list: Remove page indicator.mgiuca2014-09-224-59/+3
* views::ImageButton: Added SetMinimumImageSize; removed SetPreferredSize.mgiuca2014-09-222-9/+4
* Experimental app list: Enforce a 24-pixel padding on the top and sides.mgiuca2014-09-195-21/+27
* App list: The line under folder headings has a fixed margin.mgiuca2014-09-191-4/+3
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-1/+1
* Add UMA for app list creation time.calamity2014-09-191-0/+6
* Remove unnecessary font list creation in AppListItemView.calamity2014-09-191-12/+17
* Move ownership of the AppListViewDelegate into the AppListServicetapted2014-09-198-44/+33
* Adjust experimental app list padding.calamity2014-09-175-27/+17
* Update layout of experimental app list start page.calamity2014-09-171-4/+5
* Change layout of app list items in experimental app list.calamity2014-09-171-14/+45
* Make experimental app launcher show 4 rows of apps.calamity2014-09-164-5/+24
* Rework app list item drag zones.calamity2014-09-154-270/+195
* Ensure the app list search result progress bar is set in SetResult()tapted2014-09-153-10/+35
* Split app list drop target into reorder and folder drop targets.calamity2014-09-153-69/+71
* cros: Enable Drive apps integration in app launcher.xiyuan2014-09-122-5/+10
* Clean up of tile sizing code for the Apps Grid View.calamity2014-09-122-34/+26
* App list PaginationModel: Use FAST_OUT_SLOW_IN for page tweening.mgiuca2014-09-111-1/+1
* Reset the experimental app list to the start page on dismiss.calamity2014-09-111-0/+4
* Experimental app list: Change transition animations of top-level pages.mgiuca2014-09-102-27/+43
* App list PaginationModel: Use EASE_IN_OUT tweening for smooth animation.mgiuca2014-09-101-1/+1
* ContentsView pagination model honours kPageTransitionDurationInMs.mgiuca2014-09-101-0/+2
* Revert "Experimental app list: Remove start page button."mgiuca2014-09-101-1/+2
* Revert "Experimental app list: Move custom launcher pages to the end."mgiuca2014-09-101-11/+9
* Add textfield internal padding from FocusableBorder.msw2014-09-092-3/+7
* Fixed experimental app list pagination indicator.mgiuca2014-09-092-9/+13
* Fix SpeechUIModel lifetime issue in Chrome's AppListViewDelegate when switchi...tapted2014-09-093-6/+9
* Make page switch on drag happen at top and bottom for experimental app list.calamity2014-09-081-14/+22
* Make ui gn check pass. Misc GN build improvements.brettw2014-09-071-0/+1
* Revert of Make ui gn check pass. Misc GN build improvements. (patchset #3 id:...thakis2014-09-061-1/+0
* Make ui gn check pass. Misc GN build improvements.Brett Wilson2014-09-051-0/+1
* ui: Replace MessageLoopProxy usage with ThreadTaskRunnerHandle.tfarina2014-09-031-2/+2
* Experimental app list: Remove start page button.mgiuca2014-09-031-3/+2
* Move basic string operations to ui/app_list/searchmukai2014-09-0214-1/+1179
* Remove the apps grid page switcher from the experimental app list.calamity2014-09-021-17/+26
* Experimental app list: Move custom launcher pages to the end.mgiuca2014-09-021-12/+16
* Refactor app list scrolling: introduce the PaginationController class.mgiuca2014-09-016-97/+165