| Commit message (Expand) | Author | Age | Files | Lines |
* | Skeleton for app_list on OSX, and refactoring for enable_app_list=1 on OS=="m... | tapted@chromium.org | 2013-01-10 | 27 | -91/+194 |
* | Adjust fonts (part of 137349): Use standard font sizes in ui/app_list | sschmitz@chromium.org | 2012-12-20 | 2 | -21/+3 |
* | events: Update scroll and touch handlers to not return EventResult. | sadrul@chromium.org | 2012-12-14 | 2 | -4/+4 |
* | app_list: Fix drag jitter in apps grid. | xiyuan@chromium.org | 2012-12-14 | 7 | -26/+66 |
* | [win] Keep the applist around to speed up showing it. | benwells@chromium.org | 2012-12-07 | 3 | -6/+9 |
* | app_list: Improve initial icon loading. | xiyuan@chromium.org | 2012-12-05 | 6 | -17/+142 |
* | events: Change gesture-event handler in EventHandler to not return any values. | sadrul@chromium.org | 2012-12-04 | 4 | -16/+20 |
* | Initialize ScrollEvent offsets for ET_SCROLL_FLING_CANCEL | xiyuan@chromium.org | 2012-11-30 | 1 | -9/+8 |
* | Revert 170082 - Remove compositor_test_support | dcheng@chromium.org | 2012-11-29 | 2 | -0/+4 |
* | Remove compositor_test_support | piman@chromium.org | 2012-11-28 | 2 | -4/+0 |
* | app_list: Non-triggerable mouse events should not start a drag. | xiyuan@chromium.org | 2012-11-28 | 1 | -0/+4 |
* | app_list: Fix two tiny namespace typos. | tfarina@chromium.org | 2012-11-28 | 2 | -2/+2 |
* | app_list: Fix app title elide on left/right. | xiyuan@chromium.org | 2012-11-27 | 1 | -9/+11 |
* | Revert 169355 - Remove compositor_test_support | stevet@chromium.org | 2012-11-23 | 2 | -0/+4 |
* | Remove compositor_test_support | piman@chromium.org | 2012-11-23 | 2 | -4/+0 |
* | app_list: Fire transition progress zero on clearing previous scroll. | xiyuan@chromium.org | 2012-11-16 | 2 | -5/+49 |
* | Change AppsGridView::IsValidIndex to cater for the last page of apps to avoid... | tapted@chromium.org | 2012-11-16 | 2 | -11/+41 |
* | app_list: Make over scroll animation faster. | xiyuan@chromium.org | 2012-11-15 | 7 | -28/+39 |
* | views: Improve the constant names of the ButtonState enum. | tfarina@chromium.org | 2012-11-14 | 3 | -9/+9 |
* | app_list: Defer setting drop target on hovering page button. | xiyuan@chromium.org | 2012-11-08 | 2 | -8/+16 |
* | [win] Fix launch of v2 packaged apps from app list when chrome isn't running. | benwells@chromium.org | 2012-11-07 | 1 | -2/+0 |
* | app_list: Add sync animation. | xiyuan@chromium.org | 2012-11-07 | 10 | -36/+304 |
* | [win] Position app launcher search edit correctly | benwells@chromium.org | 2012-11-06 | 1 | -0/+2 |
* | [Win] Draw app list background properly | benwells@chromium.org | 2012-11-06 | 2 | -12/+5 |
* | app_list: Everybody can include from src/base and src/testing. | tfarina@chromium.org | 2012-11-03 | 1 | -2/+0 |
* | views: Start converting View into an EventTarget. | sadrul@chromium.org | 2012-11-01 | 4 | -49/+49 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 2 | -5/+5 |
* | Add non-member non-mutating methods for common gfx::Rect operations. | danakj@chromium.org | 2012-10-29 | 2 | -4/+2 |
* | app_list: Fix the remaining cpplint warn. | tfarina@chromium.org | 2012-10-29 | 1 | -0/+1 |
* | app_list: Fix AnimationBetweenRows DCHECK. | xiyuan@chromium.org | 2012-10-27 | 2 | -9/+14 |
* | app_list: Starts touch drag via long press. | xiyuan@chromium.org | 2012-10-23 | 2 | -32/+15 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 3 | -7/+12 |
* | app_list: Row move animation polishments. | xiyuan@chromium.org | 2012-10-23 | 2 | -17/+36 |
* | app_list: Improve animation between rows. | xiyuan@chromium.org | 2012-10-20 | 2 | -4/+110 |
* | app_list: Use scaled icon for mouse drag. | xiyuan@chromium.org | 2012-10-18 | 3 | -17/+74 |
* | app_list: Change touch drag start delay to 200ms. | xiyuan@chromium.org | 2012-10-18 | 1 | -1/+1 |
* | cros: Adjust app list and sys tray bubble location. | xiyuan@chromium.org | 2012-10-18 | 1 | -4/+2 |
* | app_list: Add touch drag-n-drop. | xiyuan@chromium.org | 2012-10-18 | 5 | -37/+176 |
* | Add new views::LabelButton and LabelButtonBorder. | msw@chromium.org | 2012-10-16 | 1 | -16/+3 |
* | views: Split test_support_views in two targets. | tfarina@chromium.org | 2012-10-14 | 1 | -1/+1 |
* | Auto hide app list on Windows when it loses focus. | benwells@chromium.org | 2012-10-12 | 3 | -0/+29 |
* | app_list: Fix a crash when animating a deleted child. | xiyuan@chromium.org | 2012-10-10 | 1 | -2/+8 |
* | app_list: Add mouse drag-n-drop reordering support. | xiyuan@chromium.org | 2012-10-09 | 17 | -383/+916 |
* | app_list: Fix search result view overlap in RTL. | xiyuan@chromium.org | 2012-10-09 | 1 | -0/+2 |
* | cros: Fix app list misplaced regression after over-scroll. | xiyuan@chromium.org | 2012-09-29 | 1 | -1/+2 |
* | Fix name collisions in WidgetDelegateView. | xiyuan@chromium.org | 2012-09-29 | 2 | -4/+4 |
* | Make app launcher on Windows pinnable. | benwells@chromium.org | 2012-09-28 | 3 | -15/+0 |
* | Add a ListModel::Move. | xiyuan@chromium.org | 2012-09-25 | 4 | -0/+10 |
* | Position apps list on Windows near the cursor. | benwells@chromium.org | 2012-09-24 | 2 | -0/+7 |
* | app_list: Fix app_list_unittests crash. | xiyuan@chromium.org | 2012-09-22 | 2 | -2/+10 |