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
/
views
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable tooltips for aura.
varunjain@chromium.org
2011-10-27
4
-30
/
+59
*
touchui: Update a couple of command-line flags.
sadrul@chromium.org
2011-10-27
1
-3
/
+1
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
1
-1
/
+1
*
Move view property implmentation from NativeWidgetAura to window.
oshima@chromium.org
2011-10-27
2
-27
/
+3
*
Convert View::HasFocus() to be const. Required adding const versions of some...
pkasting@chromium.org
2011-10-26
4
-8
/
+12
*
Changes Window::Init to take whether the layer has a texture. And
sky@chromium.org
2011-10-26
3
-3
/
+9
*
Refactors some 'Clear to transparent code'
pkotwicz@chromium.org
2011-10-26
1
-3
/
+2
*
Adds transient children to Window. A transient child is owned by the
sky@chromium.org
2011-10-26
4
-5
/
+13
*
ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-26
1
-4
/
+1
*
[Aura] Turns on Window opacity support.
xiyuan@chromium.org
2011-10-25
1
-1
/
+1
*
ui::TestCompositor::TestCompositor() constructor has been changed to take a a...
backer@chromium.org
2011-10-25
5
-19
/
+6
*
rename Run in MessageLoopForUI to RunWithDispatcher
oshima@google.com
2011-10-24
1
-1
/
+1
*
Implement NativeWidgetAura::GetScreenBounds
oshima@chromium.org
2011-10-22
1
-3
/
+4
*
LayoutManager controls child bounds. Added SetChildBounds and several listene...
oshima@google.com
2011-10-21
2
-26
/
+10
*
Set NULL as the parent for non-TYPE_CONTROL windows. We should set a transien...
ben@chromium.org
2011-10-20
1
-2
/
+6
*
Get KeyEvents to limp in Aura. This assumes the desktop host is going to send...
ben@chromium.org
2011-10-19
1
-0
/
+5
*
aura: Make key and mouse events for renderers work correctly in X11 with RWHV...
sadrul@chromium.org
2011-10-19
1
-2
/
+2
*
Views Bubble API adjustments and cleanup
msw@chromium.org
2011-10-18
2
-5
/
+0
*
Minimum size for aura window
oshima@google.com
2011-10-17
3
-6
/
+8
*
aura: Add support for touch events.
sadrul@chromium.org
2011-10-17
2
-2
/
+10
*
Wires keeping the launcher up to date with the browser. I also needed GetBrow...
sky@chromium.org
2011-10-15
2
-12
/
+27
*
Support dynamic switching between integrated and discrete GPUs on Mac OS X.
kbr@chromium.org
2011-10-13
1
-1
/
+4
*
Enable VSync on TOUCH_UI
backer@chromium.org
2011-10-13
1
-1
/
+2
*
Flash white instead of black when the URL is changed in the omnibox for the s...
pkotwicz@chromium.org
2011-10-13
1
-0
/
+6
*
views: Remove includes to deprecated base/task.h.
tfarina@chromium.org
2011-10-13
1
-1
/
+0
*
touchui: Fix child toplevel widget positioning in touchui.
sadrul@chromium.org
2011-10-13
2
-4
/
+26
*
Fixed a regression in the way WM_APPCOMMAND messages are handled.
mma.public@gmail.com
2011-10-12
1
-3
/
+8
*
Fix clang compile errors for USE_AURA=1
dhollowa@chromium.org
2011-10-12
1
-4
/
+8
*
views: Make sure layer visibility is updated properly.
sadrul@chromium.org
2011-10-12
1
-1
/
+1
*
On desktop
pkotwicz@chromium.org
2011-10-12
1
-0
/
+8
*
Enable NativeConstrainedWindowAura
oshima@chromium.org
2011-10-12
1
-4
/
+10
*
aura: Fix mouse wheel events.
sadrul@chromium.org
2011-10-12
1
-0
/
+2
*
Add gfx::kNullCursor to refer to "no cursor"
oshima@chromium.org
2011-10-11
3
-3
/
+4
*
views: Some more layer change, and add/update some tests for layers.
sadrul@chromium.org
2011-10-11
4
-12
/
+11
*
Windows compile fix.
backer@chromium.org
2011-10-08
1
-0
/
+1
*
Reorder Layers with NativeWidgetViews.
backer@chromium.org
2011-10-08
14
-0
/
+42
*
Don't send mouse event to invisible window
oshima@google.com
2011-10-07
1
-0
/
+2
*
Changes the way windows are parented when their parent is set to NULL.. Adds ...
ben@chromium.org
2011-10-07
1
-2
/
+29
*
Wires up the active methods in NativeWidgetAura.
sky@chromium.org
2011-10-07
1
-6
/
+9
*
Preliminary InputMethod support for NativeWidgetAura
oshima@chromium.org
2011-10-07
1
-3
/
+31
*
Change std::wstring to string16 for views::Label and views::Label
yosin@chromium.org
2011-10-07
1
-1
/
+1
*
Don't reapply offset in NativeWidgetView::UpdateChildLayerBounds.
vollick@chromium.org
2011-10-07
1
-3
/
+5
*
Quick fix for NativeTextfieldViewsTest on win aura.
msw@chromium.org
2011-10-06
1
-1
/
+1
*
Unregister signal handlers when "gtkwidget" is destroyed.
oshima@google.com
2011-10-06
2
-61
/
+81
*
Maximize/Fullscreen for aura
oshima@google.com
2011-10-06
1
-12
/
+21
*
views: Migrate widget/* to base::Bind.
tfarina@chromium.org
2011-10-06
13
-44
/
+66
*
Gets the test Ownership_PlatformNativeWidgetOwnsWidget_NativeDestroy
sky@chromium.org
2011-10-06
1
-10
/
+3
*
Fix bubble rendering.
ben@chromium.org
2011-10-05
1
-0
/
+2
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
2
-5
/
+5
*
Marks a number of tests as FAILS for aura. I filed bugs on the two key
sky@chromium.org
2011-10-05
1
-1
/
+9
[next]