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
/
root_window_controller.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge BaseLayoutManager into WorkspaceLayoutManager
oshima@chromium.org
2014-02-04
1
-1
/
+0
*
aura: Introduce ScopedWindowTargeter.
sadrul@chromium.org
2014-01-31
1
-1
/
+1
*
Reland a11y keyboard.
kevers@chromium.org
2014-01-29
1
-6
/
+3
*
Use WorkspaceLayoutManager for AlwaysOnTop and Lock containers
oshima@chromium.org
2014-01-29
1
-3
/
+4
*
Revert 247420 "Add a11y on-screen keyboard."
eugenis@chromium.org
2014-01-28
1
-3
/
+6
*
Add a11y on-screen keyboard.
kevers@chromium.org
2014-01-28
1
-6
/
+3
*
Sets docked container to use EasyResizeWindowTargeter to allow touch fuzzing
varkha@chromium.org
2014-01-21
1
-0
/
+1
*
Limit display of the virtual keyboard to state changes triggered from a user ...
kevers@chromium.org
2014-01-20
1
-0
/
+3
*
Avoids overwriting the bounds of docked windows moved to another display. The...
varkha@chromium.org
2014-01-18
1
-2
/
+3
*
Use a single ToplevelWindowEventHandler for the ash::Shell. This is part 1 in...
pkotwicz@chromium.org
2014-01-15
1
-11
/
+2
*
[ash] Add TYPE_DIALOG and its item's LauncherContextMenu
simonhong@chromium.org
2014-01-09
1
-1
/
+3
*
Makes Window::Init take a WindowLayerType instead of LayerType.
sky@chromium.org
2014-01-08
1
-2
/
+2
*
The new design of the window headers does not use a super transparent window ...
pkotwicz@chromium.org
2014-01-08
1
-12
/
+0
*
Moves management of transients out of Window
sky@chromium.org
2014-01-07
1
-1
/
+2
*
ash: Use the easy-resize window targeter for some window containers.
sadrul@chromium.org
2014-01-07
1
-0
/
+17
*
Revert 242116 "Use a single ToplevelWindowEventHandler for the a..."
pkotwicz@chromium.org
2013-12-20
1
-2
/
+11
*
Use a single ToplevelWindowEventHandler for the ash::Shell. This is part 1 in...
pkotwicz@chromium.org
2013-12-20
1
-11
/
+2
*
Rename Launcher to Shelf.
tfarina@chromium.org
2013-12-19
1
-9
/
+9
*
wm: public window_types.
tfarina@chromium.org
2013-12-19
1
-4
/
+4
*
Make sure the dragged window is smaller than work area in the target display.
oshima@chromium.org
2013-12-17
1
-1
/
+33
*
Revert 240542 "Make sure the dragged window is smaller than work..."
hashimoto@chromium.org
2013-12-13
1
-33
/
+1
*
Make sure the dragged window is smaller than work area in the target display.
oshima@chromium.org
2013-12-13
1
-1
/
+33
*
Windows and notifications are hidden during first-run tutorial.
dzhioev@chromium.org
2013-12-12
1
-8
/
+18
*
Ignore non-active fullscreen windows for shelf state.
flackr@chromium.org
2013-12-10
1
-9
/
+13
*
Add a full screen virtual keyboard to virtual keyboard root window
bshe@chromium.org
2013-11-18
1
-10
/
+17
*
Revert r235502 "Add a full screen virtual keyboard to virtual keyboard root w...
thakis@chromium.org
2013-11-17
1
-17
/
+10
*
Add a full screen virtual keyboard to virtual keyboard root window
bshe@chromium.org
2013-11-16
1
-10
/
+17
*
Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...
ben@chromium.org
2013-11-15
1
-1
/
+1
*
1) Fix repaint glitches wrt to the solo window header when window docking is ...
pkotwicz@chromium.org
2013-11-14
1
-2
/
+13
*
Minimize panels on entering fullscreen and exit fullscreen on selecting anoth...
flackr@chromium.org
2013-11-13
1
-0
/
+6
*
Make RootWindow not subclass Window.
ben@chromium.org
2013-11-12
1
-2
/
+3
*
Revert 234428 "Make RootWindow not subclass Window."
ben@chromium.org
2013-11-12
1
-3
/
+2
*
Make RootWindow not subclass Window.
ben@chromium.org
2013-11-12
1
-2
/
+3
*
Remove some uses of RootWindow in Ash.
ben@chromium.org
2013-11-09
1
-27
/
+27
*
Close all widnows even if there is no shelf
oshima@chromium.org
2013-10-31
1
-7
/
+7
*
Always adjust the bounds to work area if the new window is the first window.
oshima@chromium.org
2013-10-30
1
-4
/
+1
*
VIRTUAL KEYBOARD mode for second display
oshima@chromium.org
2013-10-29
1
-4
/
+16
*
Make GetRootWindow() return a Window instead of a RootWindow.
ben@chromium.org
2013-10-25
1
-5
/
+5
*
Enable to animate InputMethodContainer.
komatsu@chromium.org
2013-10-24
1
-0
/
+2
*
Rename StackingClient -> WindowTreeClient
ben@chromium.org
2013-10-23
1
-1
/
+1
*
Move the panel container above the shelf.
flackr@chromium.org
2013-10-22
1
-5
/
+12
*
Minor simplification of shell startup process
oshima@chromium.org
2013-10-18
1
-0
/
+1
*
[Cleanup] move root window controller init logic to root_window_controller.cc
oshima@chromium.org
2013-10-17
1
-35
/
+69
*
Only show virtual keyboard on primary root window
bshe@chromium.org
2013-10-04
1
-24
/
+36
*
Implemented ash::ShellObserver::OnFullscreenStateChanged to trigger hiding / ...
varkha@chromium.org
2013-10-04
1
-1
/
+2
*
Revert 226943 "Revert 226874 "Observe keyboard notifications in ..."
dbeam@chromium.org
2013-10-04
1
-0
/
+1
*
Revert 226874 "Observe keyboard notifications in docked layout"
dbeam@chromium.org
2013-10-04
1
-1
/
+0
*
Observe keyboard notifications in docked layout
varkha@chromium.org
2013-10-03
1
-0
/
+1
*
Fixes use after free caused by delete in RootWindowController (2)
sky@chromium.org
2013-10-02
1
-3
/
+12
*
Revert 226347 "Fixes use after free caused by delete in RootWind..."
dcheng@chromium.org
2013-10-02
1
-12
/
+3
[next]