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
*
Ash: Update window size and close button assets
jamescook@chromium.org
2012-04-03
1
-11
/
+9
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-2
/
+2
*
Changes the maximize button to only minimize for panels. This resulted
sky@chromium.org
2012-03-31
2
-30
/
+4
*
Add missing virtual to PhantomWindowController d'tor.
derat@chromium.org
2012-03-30
1
-1
/
+1
*
Makes the phantom window animate between positions. Additionally if
sky@chromium.org
2012-03-30
4
-43
/
+103
*
Decreases the number of pixels needed to trigger a snap from 200 to
sky@chromium.org
2012-03-28
1
-1
/
+1
*
Makes the frame maximize button show the multi-state icon on hover.
sky@chromium.org
2012-03-28
1
-0
/
+3
*
Fixes bug where maximized window wasn't getting resized when toggling
sky@chromium.org
2012-03-28
2
-7
/
+0
*
Makes the phantom appear immediately and does away with a phantom for
sky@chromium.org
2012-03-27
6
-171
/
+36
*
Disable left/right/maximize for panels.
stevenjb@chromium.org
2012-03-26
2
-4
/
+32
*
Fixes bug in window resizing code that could lead to window snapping
sky@chromium.org
2012-03-26
2
-5
/
+25
*
Set panels windows to always be on top.
stevenjb@google.com
2012-03-26
2
-0
/
+142
*
Adds context menu so that shelf always auto-hides (except on lock
sky@chromium.org
2012-03-25
3
-23
/
+36
*
Revert r128507 "Revert r128436 "relanding: disabled workspace_window_resizer ...
oshima@chromium.org
2012-03-23
1
-2
/
+14
*
Revert r128436 "relanding: disabled workspace_window_resizer test. fixed acce...
backer@chromium.org
2012-03-23
1
-14
/
+2
*
Makes the launcher use a layer with a solid color, which is cheaper
sky@chromium.org
2012-03-23
5
-7
/
+9
*
relanding: disabled workspace_window_resizer test. fixed access-after-free.
oshima@chromium.org
2012-03-23
1
-2
/
+14
*
Revert r128330 "* MonitorChangeObserverX11 that listen to Xrandr events and u...
oshima@chromium.org
2012-03-23
1
-7
/
+2
*
* MonitorChangeObserverX11 that listen to Xrandr events and update monitor co...
oshima@chromium.org
2012-03-22
1
-2
/
+7
*
Two tweaks to window resizing code:
sky@chromium.org
2012-03-22
3
-14
/
+104
*
Adds a tooltip to the frame maximize button.
sky@chromium.org
2012-03-22
1
-0
/
+3
*
Changes how we detect whether the launcher should be shown when
sky@chromium.org
2012-03-22
1
-8
/
+4
*
Fixes resize bug where we would incorrectly force window to be in work
sky@chromium.org
2012-03-21
1
-0
/
+12
*
Makes the launcher auto-hide for maximized windows. This turned out to
sky@chromium.org
2012-03-21
14
-188
/
+185
*
Makes multi window resizer use the fade animation style.
sky@chromium.org
2012-03-21
1
-0
/
+4
*
Makes sure that the maximize button doesn't stay painted as pressed when its not
pkotwicz@chromium.org
2012-03-20
1
-0
/
+3
*
Adds maximized button hotness for app frame
pkotwicz@chromium.org
2012-03-20
2
-14
/
+25
*
Removes collapsing height while dragging logic and instead makes it so
sky@chromium.org
2012-03-20
3
-317
/
+49
*
Prevent managed workspaces from being destroyed when the last window in them ...
ben@chromium.org
2012-03-19
3
-36
/
+42
*
Makes sure restoring to a default window state restores the restore
sky@chromium.org
2012-03-19
1
-2
/
+4
*
Adds a delay before hiding the multi-window resize widget. Also fixes
sky@chromium.org
2012-03-19
6
-30
/
+488
*
Makes the multi window resize code reorder the windows (in the
sky@chromium.org
2012-03-16
3
-4
/
+98
*
Changes window multi window resizer so that if you move the resizer to
sky@chromium.org
2012-03-16
3
-252
/
+180
*
Adds a basic animation for window minimization.
ben@chromium.org
2012-03-15
2
-4
/
+12
*
Centralizes snap sizing and implements spec'd behavior. Three resize
sky@chromium.org
2012-03-15
6
-142
/
+313
*
Makes escape cancel a snap operation from the maximize button.
sky@chromium.org
2012-03-15
2
-3
/
+100
*
Makes the maximize/restore button handling
sky@chromium.org
2012-03-14
3
-1
/
+309
*
MonitorManager to manage multiple monitors.
oshima@chromium.org
2012-03-14
6
-16
/
+26
*
Adds support for minimizing a window.
sky@chromium.org
2012-03-14
5
-8
/
+120
*
ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h
tfarina@chromium.org
2012-03-14
1
-2
/
+1
*
Replace Shell::GetRootWindow with Window::GetRootWindow
oshima@chromium.org
2012-03-14
2
-2
/
+6
*
Recommit r125950, which was reverted by r125958 due to link failures on win_a...
erg@chromium.org
2012-03-13
5
-11
/
+11
*
Makes dragging to the left/right edge resize the window to half the
sky@chromium.org
2012-03-13
5
-32
/
+289
*
ui/gfx: Get rid of CanvasSkia::AsCanvasSkia() function.
tfarina@chromium.org
2012-03-11
1
-3
/
+1
*
Revert 125950 - Aura/Ash split: Move ScreenAura to aura::RootWindowScreen.
isherman@chromium.org
2012-03-10
5
-11
/
+11
*
Aura/Ash split: Move ScreenAura to aura::RootWindowScreen.
erg@chromium.org
2012-03-10
5
-11
/
+11
*
Wires up using images in multi window resize controller.
sky@chromium.org
2012-03-09
1
-10
/
+13
*
Adds an outline beneath the current window as you drag it around to
sky@chromium.org
2012-03-09
4
-21
/
+287
*
Fixes possible crash in window resizing code. The problem is changing
sky@chromium.org
2012-03-09
1
-3
/
+4
*
Adds Window::StackBelow and wiring in Widget.
sky@chromium.org
2012-03-08
1
-1
/
+1
[next]