summaryrefslogtreecommitdiffstats
path: root/ui/app_list
Commit message (Expand)AuthorAgeFilesLines
* chromeos: Fix pixelated icons in app list and launcher (part 3)xiyuan@chromium.org2012-09-116-279/+7
* Introduce App Launcher for Windows.benwells@chromium.org2012-09-105-2/+36
* app_list: Fix accessibility regression in apps grid.xiyuan@chromium.org2012-09-071-1/+5
* ui: Keep the overrides in the same section of the superclass.tfarina@chromium.org2012-09-071-1/+2
* app_list: Update separator color.xiyuan@chromium.org2012-09-061-1/+1
* app_list: Move overrides to private section.tfarina@chromium.org2012-09-052-3/+3
* app_list: Paint background for app item title.xiyuan@chromium.org2012-09-056-4/+36
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-045-6/+6
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-042-8/+8
* app_list: Touch scroll and animation improvement.xiyuan@chromium.org2012-08-3010-53/+89
* app_list: Fix crash after uninstalling last app.xiyuan@chromium.org2012-08-294-0/+39
* Load 2x resources on demandoshima@chromium.org2012-08-292-9/+3
* ash: Add support for additional icons in apps search list.derat@chromium.org2012-08-2812-33/+231
* app_list: Swap two-finger scroll direction.xiyuan@chromium.org2012-08-231-1/+1
* The way that ImageSkia::empty has been implemented, it is equivalent to Image...pkotwicz@chromium.org2012-08-222-2/+2
* Convert banned calls to use Navigate in ash app list.benwells@chromium.org2012-08-171-1/+0
* image: Specify the resize-method when resizing ImageSkia.sadrul@chromium.org2012-08-161-2/+2
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-144-8/+8
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-7/+2
* app_list: Improve visual feedback for invalid touch scroll.xiyuan@chromium.org2012-08-112-5/+13
* Replace views::Event with ui::Event.beng@google.com2012-08-106-7/+6
* app_list: Fix blank search results caused by whitespace.xiyuan@chromium.org2012-08-101-1/+4
* Change View::HitTest to View::HitTestRecttdanderson@chromium.org2012-08-102-2/+2
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-0910-14/+24
* gestures: Generate only either scroll-end or fling-start events at the end of...sadrul@chromium.org2012-08-093-12/+13
* app_list: Make first col move for invalid page switch attempt.xiyuan@chromium.org2012-08-071-2/+2
* ash: Fix blurry app list bubble border.xiyuan@chromium.org2012-08-062-6/+6
* aura: Fix launcher tooltips:varunjain@chromium.org2012-08-043-339/+12
* (Views only) Enable setting individual marigin values for top, left, bottom a...markusheintz@chromium.org2012-07-171-1/+2
* app_list: Create an app_list_switches.* to put all app list switches.tfarina@chromium.org2012-07-173-0/+34
* chromeos: Fix pixelated icons in app list and launcher (part 1)xiyuan@chromium.org2012-07-175-37/+66
* app_list: Improve touch/mousewheel scroll handling;xiyuan@chromium.org2012-07-164-64/+68
* app-list: Fix bubble arrow jag on HiDPI.xiyuan@chromium.org2012-07-161-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1125-25/+0
* Rename RenderText::CreateRenderText() to RenderText::CreateInstance().asvitkine@chromium.org2012-07-091-2/+2
* app_list: Do not overload operator==.tfarina@chromium.org2012-07-052-2/+2
* app_list: Document the ownership of the remaining data members.tfarina@chromium.org2012-06-275-33/+22
* app_list: Don't open NULL search result.xiyuan@chromium.org2012-06-261-2/+3
* RefCounted types should not have public destructors, chromeos editionrsleevi@chromium.org2012-06-251-0/+1
* app_list: Remove run_all_unittests.cctfarina@chromium.org2012-06-251-9/+0
* app_list: Remove unnecessary using declaration from drop_shadow_label.cc.tfarina@chromium.org2012-06-241-8/+2
* app_list: Initialize more views in the initializer list.tfarina@chromium.org2012-06-237-29/+18
* Wire ScrollEvent to views and handle it in app list.xiyuan@chromium.org2012-06-224-6/+21
* Remember the paging information of AppListView and recover it when reappearing.mukai@chromium.org2012-06-202-5/+3
* Moves to the last page again in case that the selected page is lost.mukai@chromium.org2012-06-203-7/+28
* app_list: Touch fling/mouse wheel to switch pages.xiyuan@chromium.org2012-06-1910-26/+429
* app_list: Change page switch button size based on width.xiyuan@chromium.org2012-06-182-3/+32
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-1/+1
* app_list: Fix shadow bleeds over launcher button and steals mouse eventsxiyuan@chromium.org2012-06-164-1/+30
* app_list: Fix flashy search results while typing.xiyuan@chromium.org2012-06-133-8/+29