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
/
accelerator_handler_touch.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update TouchEvent initialize for USE_XI2_MT according to
sadrul@chromium.org
2011-09-28
1
-3
/
+1
*
touchui: Fix --touch-devices flag.
sadrul@chromium.org
2011-09-27
1
-9
/
+7
*
Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.
msw@chromium.org
2011-09-26
1
-16
/
+14
*
touchui: support XInput2 multitouch
sadrul@chromium.org
2011-09-25
1
-2
/
+22
*
touch: Always expect XInput2 availability.
sadrul@chromium.org
2011-07-22
1
-20
/
+0
*
Refactor the glib message-pump, and use it as the base for a gtk message pump...
sadrul@chromium.org
2011-06-24
1
-7
/
+9
*
Re-land:
ben@chromium.org
2011-06-16
1
-2
/
+2
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
1
-2
/
+2
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
1
-2
/
+2
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
1
-2
/
+1
*
Fix touch build after hiding RootView.
sadrul@chromium.org
2011-05-20
1
-0
/
+1
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
1
-2
/
+1
*
Fix touch compile after WidgetGtk/NativeWidgetGtk rename.
sadrul@chromium.org
2011-05-19
1
-0
/
+1
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
1
-2
/
+1
*
Get the correct touch identifiers from an X event.
sadrul@chromium.org
2011-05-02
1
-3
/
+17
*
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
1
-1
/
+1
*
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
*
Make sure the device list is kept up-to-date.
sadrul@chromium.org
2011-04-20
1
-0
/
+8
*
Integrate the new input method API for Views into Chromium.
suzhe@google.com
2011-04-01
1
-4
/
+13
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-2
/
+2
*
touch: Fix compile for the new MouseEvent ctors (r77221).
sadrul@chromium.org
2011-03-08
1
-4
/
+8
*
Get rid of most of the old method uses from WidgetGtk. I think this is safe.
ben@chromium.org
2011-03-03
1
-3
/
+3
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
1
-3
/
+3
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
1
-3
/
+3
*
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
*
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
1
-1
/
+1
*
Use DispatchX for dispatching X events.
sadrul@chromium.org
2011-02-11
1
-2
/
+2
*
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
1
-7
/
+7
*
Move Event files into views/events
ben@chromium.org
2011-02-09
1
-1
/
+1
*
touch: Fix wheel scrolling for xinput2.
sadrul@google.com
2011-02-08
1
-0
/
+8
*
touch: Hide the X cursor when not in use.
sadrul@chromium.org
2011-01-26
1
-18
/
+48
*
touch: Allow grabbing/ungrabbing touch devices for XInput2.
sadrul@chromium.org
2011-01-20
1
-32
/
+3
*
Revert 71879 due to compile failure - touch: Allow grabbing/ungrabbing touch ...
sadrul@chromium.org
2011-01-20
1
-3
/
+32
*
touch: Allow grabbing/ungrabbing touch devices for XInput2.
sadrul@chromium.org
2011-01-20
1
-32
/
+3
*
touch: Return an enum from OnTouchEvent.
sadrul@chromium.org
2011-01-18
1
-1
/
+1
*
views (linux): Fix keyboard shortcuts.
sadrul@chromium.org
2011-01-04
1
-19
/
+1
*
touch: Fix buildbot.
sadrul@chromium.org
2010-12-28
1
-2
/
+4
*
touch: Fix switching focus among fields in webpages.
sadrul@chromium.org
2010-12-21
1
-10
/
+18
*
A non-GTK version of menus for touchui.
sadrul@chromium.org
2010-12-05
1
-13
/
+9
*
touchui: Create touch-events.
sadrul@chromium.org
2010-11-23
1
-5
/
+53
*
Fix mouse-wheel scrolling and shifted/capslocked keyevents for touchui.
sadrul@chromium.org
2010-11-22
1
-6
/
+12
[next]