summaryrefslogtreecommitdiffstats
path: root/ui/app_list
Commit message (Expand)AuthorAgeFilesLines
* Add Cocoa versions of AppsGridView and AppListItemView in /ui/app_list, with ...tapted@chromium.org2013-02-1618-278/+663
* [win] Add Learn more and Settings links to the app launcher signin screen.benwells@chromium.org2013-02-153-7/+65
* Make the app list use images for the progress bar.koz@chromium.org2013-02-133-14/+27
* Set the App Launcher window icon when it is shown.tapted@chromium.org2013-02-093-0/+16
* [win] Add a progress bar in the app launcher for app installs.koz@chromium.org2013-02-086-1/+77
* [win] App launcher signin now happens in chrome.benwells@chromium.org2013-02-085-38/+76
* Add synchronous Widget closing eventwittman@chromium.org2013-02-052-3/+3
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-14/+5
* ash: Save gesture targets in case of nested message loop.xiyuan@chromium.org2013-01-301-6/+2
* Make ui build on Win64jschuh@chromium.org2013-01-301-0/+2
* [win] Enable app list signinbenwells@chromium.org2013-01-2913-10/+261
* Revert 179302jochen@chromium.org2013-01-2913-260/+10
* [win] Add signin support for the app launcher.benwells@chromium.org2013-01-2913-10/+260
* app_list: Improve keyboard navigation.xiyuan@chromium.org2013-01-264-16/+61
* Revert 178795jochen@chromium.org2013-01-2513-247/+8
* Added signin support for the app launcher.benwells@chromium.org2013-01-2513-8/+247
* Add benwells@ to OWNERS for ui/app_list and c/b/ui/app_listbenwells@chromium.org2013-01-241-0/+1
* Split main app list view out to enable hiding it and showing a sign in UI.benwells@chromium.org2013-01-237-215/+328
* Pull third-party Cocoa toolkit library files out of c/b/ui so it can be share...tapted@chromium.org2013-01-178-16/+180
* Skeleton for app_list on OSX, and refactoring for enable_app_list=1 on OS=="m...tapted@chromium.org2013-01-1027-91/+194
* Adjust fonts (part of 137349): Use standard font sizes in ui/app_listsschmitz@chromium.org2012-12-202-21/+3
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-142-4/+4
* app_list: Fix drag jitter in apps grid.xiyuan@chromium.org2012-12-147-26/+66
* [win] Keep the applist around to speed up showing it.benwells@chromium.org2012-12-073-6/+9
* app_list: Improve initial icon loading.xiyuan@chromium.org2012-12-056-17/+142
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-044-16/+20
* Initialize ScrollEvent offsets for ET_SCROLL_FLING_CANCELxiyuan@chromium.org2012-11-301-9/+8
* Revert 170082 - Remove compositor_test_supportdcheng@chromium.org2012-11-292-0/+4
* Remove compositor_test_supportpiman@chromium.org2012-11-282-4/+0
* app_list: Non-triggerable mouse events should not start a drag.xiyuan@chromium.org2012-11-281-0/+4
* app_list: Fix two tiny namespace typos.tfarina@chromium.org2012-11-282-2/+2
* app_list: Fix app title elide on left/right.xiyuan@chromium.org2012-11-271-9/+11
* Revert 169355 - Remove compositor_test_supportstevet@chromium.org2012-11-232-0/+4
* Remove compositor_test_supportpiman@chromium.org2012-11-232-4/+0
* app_list: Fire transition progress zero on clearing previous scroll.xiyuan@chromium.org2012-11-162-5/+49
* Change AppsGridView::IsValidIndex to cater for the last page of apps to avoid...tapted@chromium.org2012-11-162-11/+41
* app_list: Make over scroll animation faster.xiyuan@chromium.org2012-11-157-28/+39
* views: Improve the constant names of the ButtonState enum.tfarina@chromium.org2012-11-143-9/+9
* app_list: Defer setting drop target on hovering page button.xiyuan@chromium.org2012-11-082-8/+16
* [win] Fix launch of v2 packaged apps from app list when chrome isn't running.benwells@chromium.org2012-11-071-2/+0
* app_list: Add sync animation.xiyuan@chromium.org2012-11-0710-36/+304
* [win] Position app launcher search edit correctlybenwells@chromium.org2012-11-061-0/+2
* [Win] Draw app list background properlybenwells@chromium.org2012-11-062-12/+5
* app_list: Everybody can include from src/base and src/testing.tfarina@chromium.org2012-11-031-2/+0
* views: Start converting View into an EventTarget.sadrul@chromium.org2012-11-014-49/+49
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-312-5/+5
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-292-4/+2
* app_list: Fix the remaining cpplint warn.tfarina@chromium.org2012-10-291-0/+1
* app_list: Fix AnimationBetweenRows DCHECK.xiyuan@chromium.org2012-10-272-9/+14
* app_list: Starts touch drag via long press.xiyuan@chromium.org2012-10-232-32/+15