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
/
views
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
This CL fixes paint artifacts in immersive fullscreen as a result of calls to...
pkotwicz@chromium.org
2013-06-12
1
-1
/
+1
*
Enable high dpi in win/views.
girard@chromium.org
2013-06-12
3
-28
/
+60
*
Use a direct include of strings headers in ui/, part 3.
avi@chromium.org
2013-06-11
8
-8
/
+8
*
Use a direct include of utf_string_conversions.h in ui/.
avi@chromium.org
2013-06-07
5
-5
/
+5
*
Ensure that keystrokes sent to desktop chrome AURA don't make their way into ...
ananta@chromium.org
2013-06-05
7
-8
/
+10
*
This CL fixes two bugs:
pkotwicz@chromium.org
2013-06-05
1
-2
/
+3
*
Revert 203217 "Revert 202987 "Reorder the NativeViews attached t..."
avi@chromium.org
2013-05-31
13
-11
/
+588
*
Revert 202987 "Reorder the NativeViews attached to a view via th..."
avi@chromium.org
2013-05-30
13
-588
/
+11
*
Reorder the NativeViews attached to a view via the kViewHostKey according to ...
pkotwicz@chromium.org
2013-05-29
13
-11
/
+588
*
Revert "linux_aura: Implement SetOpacity()."
erg@chromium.org
2013-05-29
1
-15
/
+2
*
linux_aura: Close window when the OS requests it.
erg@chromium.org
2013-05-29
2
-1
/
+19
*
views: Store only the name of the class in kViewClassName constants.
tfarina@chromium.org
2013-05-26
1
-1
/
+1
*
Renames Rename CalculateOffsetToAncestorWithLayer() to GetLayer().
pkotwicz@chromium.org
2013-05-26
11
-43
/
+21
*
Cross-platform DefaultThemeProvider.
groby@chromium.org
2013-05-25
4
-98
/
+4
*
Handle back/forward events in aura.
erg@chromium.org
2013-05-22
1
-0
/
+9
*
linux_aura: Implement SetOpacity().
erg@chromium.org
2013-05-22
1
-2
/
+15
*
Adds interface to change mouse cursor icon size to aura/ash.
yoshiki@chromium.org
2013-05-21
2
-0
/
+10
*
Add namespace qualifiers to a cross-namespace friend decl
rnk@chromium.org
2013-05-20
1
-2
/
+2
*
linux_aura: Make the dragging code generic.
erg@chromium.org
2013-05-18
6
-113
/
+245
*
Fix window resizing for Win-Aura in high-DPI mode.
kevers@chromium.org
2013-05-16
1
-1
/
+2
*
Proper positioning of new dialog style print preview.
rfevang@chromium.org
2013-05-15
2
-0
/
+7
*
Don't over-fire OnNativeWidgetCreated in DesktopRootWindowHostWin.
grt@chromium.org
2013-05-15
1
-2
/
+0
*
modify View::ViewHierarchyChanged signature
kuan@chromium.org
2013-05-13
4
-18
/
+20
*
views: Convert View::GetClassName() to return const char*.
tfarina@chromium.org
2013-05-09
2
-2
/
+2
*
Make Win Aura respect SetWindowIcon
calamity@chromium.org
2013-05-07
1
-0
/
+1
*
Remove unused native_widget_test_utils*.*
pkotwicz@chromium.org
2013-05-07
3
-95
/
+0
*
Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS]
rsleevi@chromium.org
2013-05-07
1
-1
/
+1
*
Fix mouse locking in Chrome AURA Windows and ASH.
ananta@chromium.org
2013-05-07
2
-2
/
+17
*
Introduces SynthesizeMouseMoveEvent to views::Widget.
mukai@chromium.org
2013-05-03
3
-10
/
+40
*
Make javascript dialogs into top-level windows for desktop aura.
robertshield@chromium.org
2013-05-02
1
-1
/
+5
*
views: Send mouse wheel events to the hovered view, rather than the focused view
estade@chromium.org
2013-05-02
2
-39
/
+5
*
Warn on missing OVERRIDE/virtual everywhere, not just in header files.
rsleevi@chromium.org
2013-05-02
1
-1
/
+1
*
Don't cancel touches/gestures on capture release.
rbyers@chromium.org
2013-05-01
1
-1
/
+3
*
Adds back focus restoration hack that Mike recently nuked. The hack
sky@chromium.org
2013-05-01
3
-2
/
+16
*
Removes XGetImage for taking screenshot.
mukai@chromium.org
2013-04-30
4
-20
/
+0
*
Fix cycling of focusable panes in Chrome OS.
dmazzoni@chromium.org
2013-04-30
1
-0
/
+5
*
ui: Use base::MessageLoop.
xhwang@chromium.org
2013-04-29
13
-25
/
+25
*
views: Separate hit testing for tooltips from hit testing for events
tbarzic@chromium.org
2013-04-27
2
-3
/
+3
*
In Windows desktop Chrome AURA the HandleVisibilityChanged function on the HW...
ananta@chromium.org
2013-04-24
6
-0
/
+22
*
ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.
tfarina@chromium.org
2013-04-24
7
-11
/
+9
*
Update TooltipManagerAura to respect View::GetTooltipText behavior that it
varunjain@chromium.org
2013-04-22
2
-16
/
+23
*
Fix uninitialized data member in Widget::InitParams.
tapted@chromium.org
2013-04-22
1
-0
/
+1
*
We need to call aura::Window::Show from the DesktopNativeWidgetAura::ShowMaxi...
ananta@chromium.org
2013-04-19
2
-0
/
+25
*
Fix size and positioning of popup windows to work in DIP for Win-Aura in high...
kevers@chromium.org
2013-04-19
1
-1
/
+14
*
linux_aura: Implement dropping in chrome.
erg@chromium.org
2013-04-17
5
-15
/
+660
*
fix status bubble animations in win aura
scottmg@chromium.org
2013-04-16
1
-0
/
+2
*
Propagate back damaged rects coming from the UI to the renderer.
skaslev@chromium.org
2013-04-15
3
-35
/
+8
*
Support the Text services framework based IME for Chrome AURA on Windows 8 an...
ananta@chromium.org
2013-04-15
1
-2
/
+6
*
add flag to disable use of DWM composition for toplevel windows
scottmg@chromium.org
2013-04-12
1
-0
/
+5
*
maintain transparency if creator of widget specifies transparent
scottmg@chromium.org
2013-04-11
1
-1
/
+5
[next]