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
/
focus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get the correct touch identifiers from an X event.
sadrul@chromium.org
2011-05-02
1
-3
/
+17
*
Create InitParams for Window.
ben@chromium.org
2011-04-28
1
-4
/
+4
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
1
-2
/
+2
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
1
-17
/
+16
*
Refactor some mouse/wheel/touch XEvent handling.
msw@chromium.org
2011-04-26
1
-106
/
+31
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-26
2
-3
/
+3
*
Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....
msw@chromium.org
2011-04-22
1
-1
/
+8
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
1
-8
/
+1
*
Reverting since caused compile failures on Linux.
amit@chromium.org
2011-04-22
1
-1
/
+8
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
1
-8
/
+1
*
Get rid of the set_delete_on_destroy setter now that we have CreateParams.
ben@chromium.org
2011-04-21
1
-12
/
+13
*
Make sure the device list is kept up-to-date.
sadrul@chromium.org
2011-04-20
1
-0
/
+8
*
Don't store/restore focus when window is activated/deactivated on linux.
oshima@google.com
2011-04-07
1
-0
/
+6
*
Integrate the new input method API for Views into Chromium.
suzhe@google.com
2011-04-01
2
-9
/
+14
*
touch: Fix compile (regressed in r80024).
sadrul@chromium.org
2011-04-01
1
-0
/
+4
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-2
/
+2
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
1
-10
/
+8
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
2
-4
/
+4
*
views: Cleanup TabbedPane class.
tfarina@chromium.org
2011-03-18
1
-6
/
+4
*
Avoid dangling references to Views from FocusManager.
asanka@chromium.org
2011-03-12
2
-7
/
+12
*
Build out NativeWindow interface for Window method pass-thrus.
ben@chromium.org
2011-03-10
2
-4
/
+4
*
touch: Fix compile for the new MouseEvent ctors (r77221).
sadrul@chromium.org
2011-03-08
1
-4
/
+8
*
Move WindowDelegate and NonClientView creation and management to Window.
ben@chromium.org
2011-03-07
1
-1
/
+1
*
Set the focus change reason even if calling SetFocusedViewWithReason on a
dmazzoni@chromium.org
2011-03-07
1
-2
/
+3
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
2
-1
/
+6
*
Two things:
ben@chromium.org
2011-03-04
1
-3
/
+1
*
One more chromeos fix for the InitWindow rename.
thakis@chromium.org
2011-03-04
1
-1
/
+1
*
Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, an...
ben@chromium.org
2011-03-03
1
-2
/
+4
*
Get rid of most of the old method uses from WidgetGtk. I think this is safe.
ben@chromium.org
2011-03-03
2
-5
/
+5
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
3
-9
/
+7
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
3
-7
/
+9
*
touchui: Fix building on a buildbot.
sadrul@chromium.org
2011-02-25
1
-2
/
+4
*
Update LocatedEvent and MouseWheelEvent.
msw@chromium.org
2011-02-25
1
-7
/
+7
*
These files were meant to go with my change here http://codereview.chromium.o...
ben@chromium.org
2011-02-24
1
-4
/
+4
*
Move some more direct uses of RootView to Widget.
ben@chromium.org
2011-02-24
2
-25
/
+9
*
Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...
ben@chromium.org
2011-02-24
3
-45
/
+20
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
2
-6
/
+6
*
Removing the experimental Chrome extension popup API. This API will not be ad...
twiz@chromium.org
2011-02-14
1
-1
/
+1
*
Fix small incompatibility issues with Visual Studio 2010.
jeanluc@chromium.org
2011-02-14
1
-9
/
+27
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
2
-6
/
+6
*
touch: Fix build after NativeEvent2 change.
sadrul@chromium.org
2011-02-11
1
-1
/
+2
*
Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...
ben@chromium.org
2011-02-11
3
-7
/
+4
*
Use DispatchX for dispatching X events.
sadrul@chromium.org
2011-02-11
2
-3
/
+3
*
Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-11
1
-3
/
+3
*
Revert 74518 - Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-10
1
-3
/
+3
*
Refactor TOUCH_UI to match other refactor.
backer@chromium.org
2011-02-10
1
-3
/
+3
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
4
-14
/
+13
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-5
/
+6
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-6
/
+5
*
Move Event files into views/events
ben@chromium.org
2011-02-09
2
-2
/
+2
[next]