index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ash
/
wm
/
app_list_controller.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename RootWindowObserver::OnRootWindowResized to OnRootWindowHostResized, and
oshima@chromium.org
2013-06-12
1
-5
/
+6
*
This is the first of two patches to drag and drop items from the app list to ...
skuhne@chromium.org
2013-05-08
1
-0
/
+6
*
Revert 197366 "ash: Update app list button."
xiyuan@chromium.org
2013-05-06
1
-46
/
+15
*
ash: Update app list button.
xiyuan@chromium.org
2013-04-30
1
-15
/
+46
*
Rename BubbleBorder::ArrowLocation to Arrow; etc.
msw@chromium.org
2013-04-11
1
-7
/
+4
*
Hide the app menu when hiding the launcher
mohsen@chromium.org
2013-03-14
1
-1
/
+1
*
Refactor: Shelf Widget
harrym@chromium.org
2013-03-09
1
-2
/
+3
*
[win] Make app launcher border not steal mouse clicks
benwells@chromium.org
2013-02-28
1
-1
/
+2
*
Add synchronous Widget closing event
wittman@chromium.org
2013-02-05
1
-1
/
+1
*
Add option to align launcher/shelf to top of screen (similar to left/right al...
harrym@chromium.org
2013-01-12
1
-3
/
+4
*
Skeleton for app_list on OSX, and refactoring for enable_app_list=1 on OS=="m...
tapted@chromium.org
2013-01-10
1
-1
/
+1
*
events: Update mouse-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-18
1
-2
/
+1
*
Enables storing shelf's auto_hide_behavior and alignment per display.
mukai@chromium.org
2012-12-17
1
-1
/
+1
*
Remove a bunch of stuff related to Focus/Activation events.
ben@chromium.org
2012-12-12
1
-2
/
+1
*
Revert 172624 - Remove a bunch of stuff related to Focus/Activation events.
ben@chromium.org
2012-12-12
1
-1
/
+2
*
Remove a bunch of stuff related to Focus/Activation events.
ben@chromium.org
2012-12-12
1
-2
/
+1
*
- Show app list on 2nd launcher
oshima@chromium.org
2012-12-11
1
-14
/
+12
*
Consolidates activation and focus change observers a bit.
ben@chromium.org
2012-12-11
1
-3
/
+5
*
app_list: Improve initial icon loading.
xiyuan@chromium.org
2012-12-05
1
-14
/
+9
*
Use the correct launcher assets for shelf alignment.
oshima@chromium.org
2012-12-05
1
-13
/
+5
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
1
-2
/
+1
*
Hook up the FocusController behind a flag.
ben@chromium.org
2012-12-03
1
-1
/
+2
*
Rework FocusManager as FocusClient.
ben@chromium.org
2012-11-28
1
-3
/
+3
*
ui: Add default implementations for EventHandler interface.
sadrul@chromium.org
2012-11-20
1
-12
/
+0
*
app_list: Make over scroll animation faster.
xiyuan@chromium.org
2012-11-15
1
-8
/
+8
*
ash: Convert some aura::EventFilters into ui::EventHandlers.
sadrul@chromium.org
2012-11-12
1
-19
/
+17
*
ui: Remove TouchStatus in favour of EventResult.
sadrul@chromium.org
2012-11-04
1
-2
/
+2
*
Animation changed to fade out on Launcher related bubbles.
harrym@chromium.org
2012-10-31
1
-1
/
+2
*
Context menu for multiple launchers
oshima@chromium.org
2012-10-23
1
-9
/
+18
*
cros: Respect app list hit test mask in ProcessLocatedEvent.
xiyuan@chromium.org
2012-10-18
1
-4
/
+7
*
Remove Shell::shelf|status_area_widget|launcher and
oshima@chromium.org
2012-10-18
1
-4
/
+4
*
cros: Use screen coordinates for app list animation.
xiyuan@chromium.org
2012-10-03
1
-10
/
+11
*
cros: Fix app list bubble over-scroll at wrong position with hidden launcher.
xiyuan@chromium.org
2012-09-21
1
-4
/
+5
*
Consolidate bubble border code.
xiyuan@chromium.org
2012-09-21
1
-4
/
+4
*
cros: Fix mouse over-scroll animation not happening.
xiyuan@chromium.org
2012-09-21
1
-1
/
+1
*
app_list: Update over-scroll animation.
xiyuan@chromium.org
2012-09-13
1
-2
/
+55
*
chromeos: Fix pixelated icons in app list and launcher (part 3)
xiyuan@chromium.org
2012-09-11
1
-7
/
+0
*
Introduce App Launcher for Windows.
benwells@chromium.org
2012-09-10
1
-0
/
+1
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
1
-1
/
+1
*
events: Get rid of GestureStatus in favour of EventResult.
sadrul@chromium.org
2012-09-04
1
-2
/
+2
*
Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.
sadrul@chromium.org
2012-08-10
1
-1
/
+1
*
Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.
sadrul@chromium.org
2012-08-09
1
-1
/
+1
*
Convert Aura to use ui::Event.
ben@chromium.org
2012-08-08
1
-6
/
+6
*
views: Extract Widget observer into its own header file.
tfarina@chromium.org
2012-08-02
1
-1
/
+2
*
ash: Do not close the app-list if user clicked on a menu.
sadrul@chromium.org
2012-07-26
1
-3
/
+18
*
Rename bounds accessors to be intuitive and consistent
oshima@chromium.org
2012-07-19
1
-1
/
+1
*
* Use Virtual Screen Coordinates in more places
oshima@chromium.org
2012-07-18
1
-1
/
+1
*
ash/app_list: Dismiss app list when sys tray bubble shows.
xiyuan@chromium.org
2012-07-12
1
-7
/
+1
*
app_list: Fix asan use-after-free regression.
xiyuan@chromium.org
2012-06-22
1
-2
/
+6
*
app_list/ash: Update show/hide animation.
xiyuan@chromium.org
2012-06-21
1
-7
/
+37
[next]