summaryrefslogtreecommitdiffstats
path: root/ui/app_list
Commit message (Expand)AuthorAgeFilesLines
* Move the rest of webkit/glue into content/childtfarina@chromium.org2014-02-011-1/+0
* Renames gfx::FontList::Derive* family.yukishiino@chromium.org2014-01-311-8/+8
* aura: Introduce ScopedWindowTargeter.sadrul@chromium.org2014-01-311-1/+1
* Sync App List (Launcher) folders.stevenjb@chromium.org2014-01-3015-60/+382
* Remove some dependencies that cause content to be linked into the browser dllscottmg@chromium.org2014-01-301-1/+0
* Initialize AppListItem::has_shadow_ to avoid uninitialized reads.bruening@chromium.org2014-01-291-0/+1
* Protect AppListItemList Add/Remove and fix sync bugsstevenjb@chromium.org2014-01-2917-261/+285
* Reset the user image before setting it so ImageView can detect that it has ch...rkc@chromium.org2014-01-281-0/+5
* views: Make View::set_border() take a scoped_ptr<>.erg@chromium.org2014-01-245-14/+12
* Introduces the timeout of app_list search.mukai@chromium.org2014-01-2410-26/+156
* ui: Break the dependency on run_ui_unittests target.tfarina@chromium.org2014-01-232-1/+54
* Cleanup AppListSyncableServicestevenjb@chromium.org2014-01-2211-18/+18
* Allow the OSX App Launcher to appear over other fullscreen apps in Mavericks.tapted@chromium.org2014-01-211-0/+13
* Close app list when Windows theme changes.benwells@chromium.org2014-01-202-0/+7
* Create App Launcher shortcuts and icons on Linux with --enable-app-list.mgiuca@chromium.org2014-01-203-9/+13
* events: Add a few more masked window targeter for Widgets with hit-test masks.sadrul@chromium.org2014-01-182-1/+6
* Show the Mac app launcher window with a spinner while loading Chrome.tapted@chromium.org2014-01-172-1/+25
* Flag-flip of app-list-voice-search (2)mukai@chromium.org2014-01-162-3/+14
* Implement animation UI for opening/closing an app list folder.jennyz@chromium.org2014-01-1612-46/+419
* Views Textfield fixes and cleanup.msw@chromium.org2014-01-162-2/+2
* Revert 245093 "Flag-flip of app-list-voice-search. Now it's on b..."mukai@chromium.org2014-01-162-3/+3
* Invokes SchedulePaint when animation ended to repaint the background.mukai@chromium.org2014-01-161-3/+12
* Flag-flip of app-list-voice-search. Now it's on by default.mukai@chromium.org2014-01-162-3/+3
* Enables the voice search in the app-list without showing start page.mukai@chromium.org2014-01-158-9/+22
* ui: Stop depending on packed_resources target directly.tfarina@chromium.org2014-01-141-2/+0
* Use a bitfield to store animatable properties.vollick@chromium.org2014-01-141-7/+3
* Reland Merge NativeTextfieldViews into views::Textfield.msw@chromium.org2014-01-122-4/+5
* Revert of https://codereview.chromium.org/120503005/msw@chromium.org2014-01-122-5/+4
* Merge NativeTextfieldViews into views::Textfield.msw@chromium.org2014-01-112-4/+5
* Windows: Top-level bubbles no longer appear on taskbar by default.mgiuca@chromium.org2014-01-091-1/+8
* app_list: Fix SearchResultView result_ usage.xiyuan@chromium.org2014-01-081-3/+12
* On Linux, the App Launcher is now shown in the taskbar.mgiuca@chromium.org2014-01-081-0/+3
* In Chromium, App Launcher's WM_CLASS is "chromium_app_list".mgiuca@chromium.org2014-01-081-1/+5
* Squelch context menus on the OSX App List when both buttons are pressed.tapted@chromium.org2014-01-072-0/+11
* app_list_view: Correct spelling and formatting mistake.mgiuca@chromium.org2014-01-071-2/+2
* Ensure the Mac app_list's initial NSCollectionView layouts obey frameForItemA...tapted@chromium.org2014-01-063-0/+50
* AppListItemModel -> AppListItemstevenjb@chromium.org2013-12-2731-335/+330
* Clean-up: Replaces gfx::Font with gfx::FontList in ui/app_list.yukishiino@chromium.org2013-12-264-28/+26
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-258-15/+17
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-0/+2
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-182-3/+3
* Get rid of ui_cocoa_third_party_toolkits target from ui.gyptfarina@chromium.org2013-12-184-8/+4
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-171-2/+2
* Calculate the visible sound level adaptively.mukai@chromium.org2013-12-175-15/+56
* app_list: Add keyboard support for result actions.xiyuan@chromium.org2013-12-175-9/+95
* Rename View::set_focusable and View::set_accessibility_focusablemohsen@chromium.org2013-12-161-1/+1
* Add app list support code and tests for syncstevenjb@chromium.org2013-12-139-77/+263
* app_list: UpdateDragFromItem should have a valid drag_view_.xiyuan@chromium.org2013-12-122-5/+5
* Favor ash dragging over win32 dragging in the Win8/ash app launcher.koz@chromium.org2013-12-111-0/+5
* Use forward-declares of Border and Background in view.htapted@chromium.org2013-12-111-0/+1