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
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland r107720 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
31
-578
/
+658
*
aura: Comment noisy NOTIMPLEMENTEDs in NativeWidgetAura.
derat@chromium.org
2011-10-28
1
-0
/
+1
*
Revert 107715 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
31
-658
/
+578
*
Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
31
-578
/
+658
*
Build fix for win_aura
varunjain@chromium.org
2011-10-28
3
-1
/
+13
*
Change string16 to std::string in the gfx::Font() interface.
erg@chromium.org
2011-10-27
11
-69
/
+69
*
Drag and rotate windows between/within workspaces
oshima@google.com
2011-10-27
8
-73
/
+599
*
Enable tooltips for aura.
varunjain@chromium.org
2011-10-27
2
-0
/
+18
*
Fix visibility on WebLayer
piman@chromium.org
2011-10-27
2
-4
/
+18
*
Correct text y position calculation in RenderTextWin.
asvitkine@chromium.org
2011-10-27
1
-6
/
+10
*
aura: Fix keyevents from the numpad.
sadrul@chromium.org
2011-10-27
1
-12
/
+18
*
Makes Launcher remove itself as an observer from any windows it's
sky@chromium.org
2011-10-27
1
-0
/
+4
*
Split GL binding init into core and extension part
joth@chromium.org
2011-10-27
16
-37
/
+361
*
aura: Make sure the desktop widget gets parented to the correct container, an...
sadrul@chromium.org
2011-10-27
3
-6
/
+9
*
aura: Remove failing ScreenTest for aura.
sadrul@chromium.org
2011-10-27
2
-23
/
+2
*
Makes overview center the active workspace. This avoids leaving extra
sky@chromium.org
2011-10-27
2
-8
/
+14
*
Fix up compositor mocking.
backer@chromium.org
2011-10-27
10
-49
/
+82
*
touchui: Update a couple of command-line flags.
sadrul@chromium.org
2011-10-27
2
-8
/
+0
*
Revert 107563 - Fix up compositor mocking.
backer@chromium.org
2011-10-27
10
-81
/
+43
*
Fix up compositor mocking.
backer@chromium.org
2011-10-27
10
-43
/
+81
*
ui/gfx: Change Canvas::ScaleInt() to just Canvas::Scale().
tfarina@chromium.org
2011-10-27
6
-10
/
+9
*
Implement clipboard for aura and re-enable clipboard_unittests.
varunjain@chromium.org
2011-10-27
6
-193
/
+449
*
GTK: Step 1 of tab strip refresh.
erg@chromium.org
2011-10-27
3
-68
/
+189
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
14
-44
/
+38
*
Move view property implmentation from NativeWidgetAura to window.
oshima@chromium.org
2011-10-27
3
-0
/
+65
*
This patch lets the browser window punch a hole in the DesktopBackgroundView,
pkotwicz@chromium.org
2011-10-26
3
-78
/
+308
*
Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...
apatrick@chromium.org
2011-10-26
21
-48
/
+230
*
Makes launcher ignore adds/removes that aren't from the
sky@chromium.org
2011-10-26
1
-0
/
+6
*
Remove src/ui/views.
tfarina@chromium.org
2011-10-26
54
-5886
/
+0
*
on OpenBSD libGL.so has to be loaded instead of libGL.so.1
robert.nagy@gmail.com
2011-10-26
1
-0
/
+4
*
[Aura] Fix NativeViewHostAura::RemovedFromWidget crash.
xiyuan@chromium.org
2011-10-26
3
-1
/
+37
*
Convert View::HasFocus() to be const. Required adding const versions of some...
pkasting@chromium.org
2011-10-26
1
-1
/
+1
*
Fix aura bustage.
ben@chromium.org
2011-10-26
1
-1
/
+1
*
Rework EventFilter.
ben@chromium.org
2011-10-26
12
-119
/
+397
*
Revert 107360
vandebo@chromium.org
2011-10-26
3
-308
/
+78
*
This patch lets the browser window punch a hole in the DesktopBackgroundView,
pkotwicz@chromium.org
2011-10-26
3
-78
/
+308
*
Changes Window::Init to take whether the layer has a texture. And
sky@chromium.org
2011-10-26
13
-26
/
+33
*
Adds transient children to Window. A transient child is owned by the
sky@chromium.org
2011-10-26
3
-1
/
+86
*
Fix component build with USE_AURA=1.
backer@chromium.org
2011-10-26
1
-1
/
+2
*
Updating textfield hardcoded value. This is temporary until we use the theme ...
saintlou@chromium.org
2011-10-26
1
-1
/
+1
*
Add workspace to desktop
oshima@google.com
2011-10-26
18
-199
/
+647
*
aura: Install a default delegate for the desktop.
sadrul@chromium.org
2011-10-26
1
-0
/
+29
*
ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-26
10
-86
/
+98
*
Fix crash when deleting workspaces
oshima@google.com
2011-10-26
1
-1
/
+2
*
Enable accelerated compositing of web pages when using webkit compositor
piman@chromium.org
2011-10-26
7
-30
/
+201
*
Revert 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...
apatrick@chromium.org
2011-10-25
16
-217
/
+48
*
Added GLSurfaceAdapter, an implementation of GLSurface that forwards all call...
apatrick@chromium.org
2011-10-25
16
-48
/
+217
*
Fix a notreached assertion and linker error in RWHVA
ben@chromium.org
2011-10-25
1
-1
/
+3
*
Makes the new browser button and show apps buttons animate transition
sky@chromium.org
2011-10-25
1
-2
/
+49
*
Fix OnLayerAnimationEnded notifications.
vollick@chromium.org
2011-10-25
1
-0
/
+2
[next]