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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce WindowStateDelegate::ToggleFullscreen
oshima@chromium.org
2013-10-30
9
-13
/
+92
*
ash: Open path for Ozone key handling
tiago.vignatti@intel.com
2013-10-30
1
-0
/
+6
*
Always adjust the bounds to work area if the new window is the first window.
oshima@chromium.org
2013-10-30
2
-8
/
+58
*
Adjust the bounds in both diretion in WorkspaceWindowResizer::StickToWorkArea...
oshima@chromium.org
2013-10-30
2
-5
/
+22
*
Triggered after a short delay cycle overview should use target root.
flackr@chromium.org
2013-10-30
2
-7
/
+21
*
Animating and fading a dragged window when dragged onto a multi user icon in ...
skuhne@chromium.org
2013-10-30
2
-4
/
+103
*
ash: Rename LauncherIconObserver to ShelfIconObserver.
tfarina@chromium.org
2013-10-30
4
-14
/
+14
*
Not moving a docked window when restoring a previously maximized window. When...
varkha@chromium.org
2013-10-30
4
-5
/
+11
*
Copy window and its transient parents when moving to another display.
flackr@chromium.org
2013-10-30
3
-27
/
+157
*
Defer restoring the stacking order until overview is complete.
flackr@chromium.org
2013-10-29
1
-1
/
+0
*
Use the event handled flag to allow other pretarget handlers like the touch H...
flackr@chromium.org
2013-10-29
1
-1
/
+1
*
Replace kFullscreenUsesMinimalChrome with ash::wm::WindowState::hide_shelf_wh...
pkotwicz@chromium.org
2013-10-28
5
-11
/
+16
*
Make GetRootWindow() return a Window instead of a RootWindow.
ben@chromium.org
2013-10-25
60
-207
/
+198
*
Refactor management of overview window copy lifetime into a separate class.
flackr@chromium.org
2013-10-25
4
-146
/
+242
*
Avoid hiding a docked window when it is going to get fullscreened
varkha@chromium.org
2013-10-25
1
-1
/
+2
*
Setting the state / creating the menus / handling activation correctly for br...
skuhne@chromium.org
2013-10-25
2
-0
/
+19
*
Avoid hiding a docked window when it is going to get fullscreened
varkha@chromium.org
2013-10-25
1
-15
/
+2
*
Avoid creating two resizers for two-finger drag. This CL is trying to avoid c...
varkha@chromium.org
2013-10-24
7
-30
/
+161
*
Avoid hiding a docked window when it is going to get fullscreened
varkha@chromium.org
2013-10-24
1
-1
/
+5
*
Revert 230671 "Avoid creating two resizers for two-finger drag. ..."
falken@chromium.org
2013-10-24
7
-161
/
+30
*
Avoid creating two resizers for two-finger drag. This CL is trying to avoid c...
varkha@chromium.org
2013-10-24
7
-30
/
+161
*
Use 100ms delay before overview and add a flag for setting the delay.
flackr@chromium.org
2013-10-24
2
-3
/
+35
*
Make aura::clients take Window instead of RootWindow
ben@chromium.org
2013-10-24
2
-4
/
+3
*
Hides docked windows when a packaged app activates full screen mode.
varkha@chromium.org
2013-10-24
1
-0
/
+8
*
Rename StackingClient -> WindowTreeClient
ben@chromium.org
2013-10-23
14
-47
/
+52
*
Show the cursor when entering overview.
flackr@chromium.org
2013-10-23
2
-1
/
+5
*
Restore the stacking order of a window after cycling past it.
flackr@chromium.org
2013-10-23
3
-5
/
+175
*
Prevent normal shortcuts from enabling sticky keys.
tengs@chromium.org
2013-10-23
3
-3
/
+42
*
Add show press gesture and remove tap down deferral
tdresser@chromium.org
2013-10-22
1
-0
/
+1
*
Morph the selector widget to a constant padding on the window shapes in overv...
flackr@chromium.org
2013-10-22
7
-26
/
+66
*
Skip test that requires multiple displays on win8
oshima@chromium.org
2013-10-22
1
-0
/
+3
*
Make sure the top of the window is visible when a window is added.
oshima@chromium.org
2013-10-22
5
-19
/
+50
*
When a modal window appears, cancel existing touches.
tdresser@chromium.org
2013-10-21
1
-13
/
+19
*
Gesture recognizer must be a singleton accross all aura::RootWindows
varunjain@chromium.org
2013-10-21
1
-1
/
+1
*
Revert r229753 "Gesture recognizer must be a singleton accross all aura::Root...
pfeldman@chromium.org
2013-10-21
1
-1
/
+1
*
Gesture recognizer must be a singleton accross all aura::RootWindows
varunjain@chromium.org
2013-10-21
1
-1
/
+1
*
linux and chromeos: Turn on -Wunused-const-variable.
thakis@chromium.org
2013-10-19
2
-11
/
+0
*
Attempt to re-land FocusManager removal from Aura.
ben@chromium.org
2013-10-18
2
-2
/
+2
*
Revert 229437 "Remove old FocusManager code from Aura."
ben@chromium.org
2013-10-18
2
-2
/
+2
*
Remove old FocusManager code from Aura.
ben@chromium.org
2013-10-18
2
-2
/
+2
*
Copy the children list while hiding windows as it changes on hide.
flackr@chromium.org
2013-10-18
2
-3
/
+18
*
Refactor FramePainter so that a child view of NonClientFrameView can paint th...
pkotwicz@chromium.org
2013-10-18
15
-564
/
+752
*
ash: Move launcher_view* to shelf/ directory.
tfarina@chromium.org
2013-10-18
3
-50
/
+49
*
Optimally subdividing vertical space for docked windows. The first window is ...
varkha@chromium.org
2013-10-17
6
-268
/
+513
*
Created ash::FirstRunHelper.
dzhioev@chromium.org
2013-10-17
1
-0
/
+3
*
Move SetLayoutForCurrentDisplays to DisplayManager
oshima@chromium.org
2013-10-16
2
-4
/
+3
*
Update dock size when auto-hiding shelf
varkha@chromium.org
2013-10-16
4
-21
/
+78
*
Revert r228800: "When a modal window appears, cancel existing touches."
eroman@chromium.org
2013-10-16
1
-19
/
+13
*
When a modal window appears, cancel existing touches.
tdresser@chromium.org
2013-10-15
1
-13
/
+19
*
Adding the multi profile feature to allow drag of windows from the active des...
skuhne@chromium.org
2013-10-14
2
-2
/
+79
[next]