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
/
native_widget_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
1
-1
/
+1
*
Moves most files from ui/base/keycodes to ui/events/keycodes
sky@chromium.org
2013-09-17
1
-1
/
+1
*
Include transient and child widgets in win aura accessibility tree.
dmazzoni@chromium.org
2013-09-13
1
-4
/
+20
*
Move a bunch of windows stuff from ui/base/win to ui/gfx/win
ben@chromium.org
2013-09-12
1
-2
/
+2
*
linux_aura: Enforce minimum/maximum window size.
erg@chromium.org
2013-09-10
1
-0
/
+3
*
Move ui/base/win/dpi.h to ui/gfx/dpi_win.h
ben@chromium.org
2013-09-10
1
-21
/
+21
*
Fix use after free when handling async touch events
sky@chromium.org
2013-09-10
1
-2
/
+1
*
Revert 219673 "Fix Views Combobox and Tree View text input."
shrikant@chromium.org
2013-08-28
1
-0
/
+6
*
Fix Views Combobox and Tree View text input.
msw@chromium.org
2013-08-27
1
-6
/
+0
*
- Remove redundant views::View::accelerator_registration_delayed_
pkotwicz@chromium.org
2013-08-23
1
-4
/
+2
*
Invoke the inactive frame rendering code in WM_WINDOWPOSCHANGING instead of W...
ananta@chromium.org
2013-08-20
1
-0
/
+4
*
Clean up Windows CanvasSkiaPaint implementation.
robertshield@chromium.org
2013-07-31
1
-1
/
+0
*
Enable InputMethodBridge for Views on Windows.
Yukawa@chromium.org
2013-07-26
1
-2
/
+4
*
Correct tab button placement in high dpi mode - no longer overlaps maximize/m...
girard@chromium.org
2013-07-11
1
-1
/
+2
*
Handle alternate types in HandleMouseEvent.
girard@chromium.org
2013-06-27
1
-5
/
+19
*
Explicitly initialize DWORD fields just in case.
Yukawa@chromium.org
2013-06-25
1
-0
/
+2
*
Hover effects in views should not be invoked when mouse events are disabled
tdanderson@chromium.org
2013-06-18
1
-0
/
+4
*
Stop using downcastings in Win32 IME message handling.
Yukawa@chromium.org
2013-06-14
1
-6
/
+7
*
Add desktop-awareness to ChromeViewsDelegate::OnBeforeWidgetInit when decidin...
robertshield@chromium.org
2013-06-14
1
-0
/
+8
*
Enable high dpi in win/views.
girard@chromium.org
2013-06-12
1
-21
/
+46
*
Use a direct include of strings headers in ui/, part 3.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Ensure that keystrokes sent to desktop chrome AURA don't make their way into ...
ananta@chromium.org
2013-06-05
1
-1
/
+1
*
Revert 203217 "Revert 202987 "Reorder the NativeViews attached t..."
avi@chromium.org
2013-05-31
1
-0
/
+3
*
Revert 202987 "Reorder the NativeViews attached to a view via th..."
avi@chromium.org
2013-05-30
1
-3
/
+0
*
Reorder the NativeViews attached to a view via the kViewHostKey according to ...
pkotwicz@chromium.org
2013-05-29
1
-0
/
+3
*
Renames Rename CalculateOffsetToAncestorWithLayer() to GetLayer().
pkotwicz@chromium.org
2013-05-26
1
-3
/
+2
*
Adds back focus restoration hack that Mike recently nuked. The hack
sky@chromium.org
2013-05-01
1
-0
/
+11
*
ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.
tfarina@chromium.org
2013-04-24
1
-2
/
+1
*
Makes tree change the selection as keys are typed. This also enables
sky@chromium.org
2013-04-09
1
-2
/
+1
*
Revise NativeWidgetWin focus hack; force focus on restore.
msw@chromium.org
2013-04-05
1
-10
/
+0
*
Revert 186235 "Revise NativeWidgetWin focus save/restore hack."
msw@chromium.org
2013-03-29
1
-1
/
+1
*
Rename {drag_source,drop_target}.{cc,h} to {drag_source,drop_target}_win.{cc,h}.
erg@chromium.org
2013-03-19
1
-1
/
+1
*
[win] Allow app launcher to handle system commands.
benwells@chromium.org
2013-03-14
1
-0
/
+4
*
Implement Windows accessibility for Aura.
dmazzoni@chromium.org
2013-03-06
1
-69
/
+0
*
Revise NativeWidgetWin focus save/restore hack.
msw@chromium.org
2013-03-05
1
-1
/
+1
*
Plumbs through ET_CANCEL_MODE, which is intended to be used when modal
sky@chromium.org
2013-02-21
1
-0
/
+3
*
Makes running a move loop ignore events from a source other than the
sky@chromium.org
2013-02-15
1
-1
/
+2
*
Add initial support for handling touch events in desktop chrome AURA.
ananta@chromium.org
2013-01-08
1
-0
/
+5
*
events: Update mouse-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-18
1
-1
/
+2
*
Conditionally call SchedulePaint() when activating and deactivating inactive ...
pkotwicz@chromium.org
2012-12-18
1
-3
/
+8
*
events: Update key-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
1
-1
/
+2
*
Makes DesktopNativeWidgetAura::OnLostActive/OnActivated()
sky@chromium.org
2012-12-12
1
-1
/
+1
*
views cleanup: Merge parent and parent_widget.
erg@chromium.org
2012-12-06
1
-1
/
+1
*
ui: Make native_theme its own library.
tfarina@chromium.org
2012-11-16
1
-1
/
+1
*
ui: Use Vector2d in the View::CalculateOffsetToAncestorWithLayer API
danakj@chromium.org
2012-11-13
1
-2
/
+2
*
aura: Add flag to indicate if a drag session is started with touch or mouse.
varunjain@chromium.org
2012-11-06
1
-2
/
+3
*
Gets the menu code to use the right MenuConfig and right NativeTheme.
sky@chromium.org
2012-11-05
1
-1
/
+1
*
Adds View::GetNativeTheme() to get the NativeTheme. The interesting
sky@chromium.org
2012-11-02
1
-0
/
+5
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-1
/
+1
*
Get text input to be plumbed through to the RenderWidgetHostViewAura instance...
ananta@chromium.org
2012-10-22
1
-1
/
+1
[next]