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
/
workspace
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make GetRootWindow() return a Window instead of a RootWindow.
ben@chromium.org
2013-10-25
6
-20
/
+20
*
Avoid creating two resizers for two-finger drag. This CL is trying to avoid c...
varkha@chromium.org
2013-10-24
1
-2
/
+6
*
Revert 230671 "Avoid creating two resizers for two-finger drag. ..."
falken@chromium.org
2013-10-24
1
-6
/
+2
*
Avoid creating two resizers for two-finger drag. This CL is trying to avoid c...
varkha@chromium.org
2013-10-24
1
-2
/
+6
*
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
4
-7
/
+7
*
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
3
-15
/
+42
*
Refactor FramePainter so that a child view of NonClientFrameView can paint th...
pkotwicz@chromium.org
2013-10-18
2
-11
/
+6
*
Optimally subdividing vertical space for docked windows. The first window is ...
varkha@chromium.org
2013-10-17
2
-4
/
+9
*
Move SetLayoutForCurrentDisplays to DisplayManager
oshima@chromium.org
2013-10-16
1
-2
/
+2
*
Move auto layout code to WindowPositioner
oshima@chromium.org
2013-10-11
3
-292
/
+5
*
Remove forced maximized mode
oshima@chromium.org
2013-10-08
1
-2
/
+1
*
Fix regression wrt aura::Window::set_hit_test_bounds_override_inner() due to ...
pkotwicz@chromium.org
2013-10-07
1
-8
/
+12
*
Rename BrowserFrameAura to BrowserFrameAsh. This removes some previously need...
pkotwicz@chromium.org
2013-10-04
1
-2
/
+2
*
Fixes crashes and other bad behavior with modal dialogs. Maintains that trans...
varkha@chromium.org
2013-10-03
1
-6
/
+10
*
Allow a window to get all the way to the bottom of work area for small window...
varkha@chromium.org
2013-09-29
2
-2
/
+21
*
Introduce WindowShowType which specifies the ash specific window show state.
oshima@chromium.org
2013-09-29
6
-95
/
+96
*
Docked windows should preferably all have the same width. The width of a newl...
varkha@chromium.org
2013-09-24
2
-15
/
+21
*
Rename WindowSettings to WindowState
oshima@chromium.org
2013-09-20
13
-263
/
+288
*
Do not CrossFade on restore to side-maximized.
mukai@chromium.org
2013-09-19
1
-5
/
+7
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
2
-3
/
+3
*
This CL
pkotwicz@chromium.org
2013-09-18
4
-23
/
+99
*
Do not CrossFade when the window is restored to maximized mode.
mukai@chromium.org
2013-09-18
2
-9
/
+23
*
Move code related to the window controls to ash/wm/caption_buttons
pkotwicz@chromium.org
2013-09-16
8
-1953
/
+0
*
ui/base/animation -> ui/gfx/animation
sky@chromium.org
2013-09-15
6
-25
/
+26
*
Windows docking should get triggered by pressing against the screen edge
varkha@chromium.org
2013-09-14
5
-44
/
+121
*
When moving window to the left or right edge consider that work area can be s...
varkha@chromium.org
2013-09-13
1
-18
/
+21
*
Rename GetActiveRootWindow -> GetTargetRootWindow
oshima@chromium.org
2013-09-12
1
-1
/
+1
*
Basic implementation of the bubble burst effect for the new caption button st...
pkotwicz@chromium.org
2013-09-12
5
-124
/
+614
*
Only support left/right maximizing at 50% width when the --ash-enable-alterna...
pkotwicz@chromium.org
2013-09-11
3
-38
/
+147
*
Group WM related properties to ash::wm::WindowSettings
oshima@chromium.org
2013-09-11
9
-44
/
+57
*
Revert 222512 "Group WM related properties to ash::wm::WindowSet..."
stevet@chromium.org
2013-09-11
9
-57
/
+44
*
Group WM related properties to ash::wm::WindowSettings
oshima@chromium.org
2013-09-11
9
-44
/
+57
*
Make resizing a window by snapping it left or right take into account the win...
pkotwicz@chromium.org
2013-09-10
2
-22
/
+159
*
Tuning gesture recognizer parameters
miletus@chromium.org
2013-09-10
1
-24
/
+24
*
Move GetRootWindowController to root_window_controller.h
oshima@chromium.org
2013-09-06
1
-1
/
+0
*
ash:Shelf - Enable Alternate Shelf and Side Shelf by default.
harrym@chromium.org
2013-09-05
2
-6
/
+6
*
Correctly restore the auto managed window to the original bounds when becomin...
oshima@chromium.org
2013-08-29
2
-55
/
+114
*
Do not CrossFade the bounds change of AdjustWindowBoundsForWorkAreaChange()
mukai@chromium.org
2013-08-29
1
-8
/
+5
*
Adds AnimateToFullscreen window property for the transition animation to full...
mukai@chromium.org
2013-08-28
1
-3
/
+10
*
Make PanelFrameView, CustomFrameViewAsh and BrowserNonClientFrameViewAsh use ...
pkotwicz@chromium.org
2013-08-24
3
-61
/
+404
*
Remove obsolete --ash-enable-auto-window-management
oshima@chromium.org
2013-08-23
1
-6
/
+4
*
Add a container view for the window controls part 1.
pkotwicz@chromium.org
2013-08-22
3
-0
/
+297
*
Remove misuse of HasUserChangedWindowPositionOrSize
oshima@chromium.org
2013-08-20
2
-13
/
+30
*
Animate phantom snap window across displays
varkha@chromium.org
2013-08-14
5
-42
/
+239
*
Windows should animate when they are about to get docked at screen edges.
varkha@chromium.org
2013-08-13
2
-6
/
+14
*
Do not use cross-fade effect for the transition to fullscreen state.
mukai@chromium.org
2013-08-13
1
-1
/
+1
*
Reduce stickiness when pointer is outside work area
varkha@chromium.org
2013-08-13
2
-4
/
+32
*
Maximize window in the display to be restored.
oshima@chromium.org
2013-08-12
2
-3
/
+140
[next]