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
/
touchui
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Move desktop and touchui directories to ui/views/.
tfarina@chromium.org
2011-11-16
8
-1133
/
+0
*
ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-31
1
-11
/
+11
*
views: Change TextButton API to string16.
tfarina@chromium.org
2011-10-19
1
-2
/
+2
*
aura: Add support for touch events.
sadrul@chromium.org
2011-10-17
1
-1
/
+1
*
1. change the setters of gfx::SelectionModel to be private. Set one alone mig...
xji@google.com
2011-10-12
1
-23
/
+130
*
views: Fix linux touch build by include missing utf_string_conversions.h
tfarina@chromium.org
2011-10-06
1
-0
/
+1
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
1
-3
/
+3
*
Fix selection handler position in touch.
xji@google.com
2011-10-03
1
-5
/
+60
*
Fix omnibox state for each tab.
xji@google.com
2011-09-28
1
-6
/
+6
*
Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.
msw@chromium.org
2011-09-26
3
-710
/
+1
*
touchui: support XInput2 multitouch
sadrul@chromium.org
2011-09-25
2
-11
/
+69
*
These are the changes necessary for views to be able to build w/ use_aura imp...
davemoore@chromium.org
2011-09-22
1
-1
/
+9
*
Make touch selection context menu look less ugly.
varunjain@chromium.org
2011-09-10
1
-5
/
+76
*
Fix touch event coordinate conversion
oshima@google.com
2011-09-09
1
-3
/
+26
*
touchui: Fine-tune selection-controller visibility.
sadrul@chromium.org
2011-09-07
1
-2
/
+14
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
2
-1
/
+4
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-2
/
+1
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-1
/
+2
*
Remove use of <iostream> where unnecessary.
evan@chromium.org
2011-09-01
1
-1
/
+1
*
no need to call Close on scoped_ptr<Widget> with WIDGET_OWNS_NATIVE_WIDGET. ...
oshima@google.com
2011-08-31
1
-2
/
+0
*
Implement touch selection menu.
varunjain@chromium.org
2011-08-26
2
-4
/
+202
*
Mark a class for export to fix component build for views_unittests on touchui.
sadrul@chromium.org
2011-08-26
1
-1
/
+3
*
Get views_unittests pass on touch build
oshima@google.com
2011-08-24
1
-5
/
+0
*
Fix test that started failing due to http://codereview.chromium.org/7696013/
varunjain@chromium.org
2011-08-24
1
-1
/
+1
*
Minor fix to touch selection logic.
varunjain@chromium.org
2011-08-23
1
-12
/
+4
*
Fix RenderText cached bounds and offset logic; update clients.
msw@chromium.org
2011-08-11
1
-7
/
+2
*
Tests for TouchSelectoinControllerImpl.
varunjain@chromium.org
2011-08-08
3
-0
/
+212
*
Rename VIEWS_API to VIEWS_EXPORT.
darin@chromium.org
2011-08-05
3
-5
/
+5
*
Add proper drag position to TouchSelectionController::SelectionHandleDragged.
varunjain@chromium.org
2011-08-03
2
-5
/
+6
*
Implement text selection widgets for controlling text selection on touch
varunjain@chromium.org
2011-08-03
4
-0
/
+365
*
Add myself to OWNERS in views/ and views/touchui.
sadrul@chromium.org
2011-07-29
1
-0
/
+1
*
Fix a few issues with touch-events and views-desktop.
sadrul@chromium.org
2011-07-29
1
-1
/
+4
*
Use VIEWS_API in a few places to fix component build for chromeos and touchui.
sadrul@chromium.org
2011-07-28
1
-1
/
+2
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
1
-1
/
+1
*
check xinput2 capability so that it runs on the system that doesn't support x...
oshima@google.com
2011-07-23
1
-1
/
+25
*
touch: Always expect XInput2 availability.
sadrul@chromium.org
2011-07-22
1
-4
/
+0
*
Fixing signed/unsigned char bug on ARM for TouchFactory
miletus@chromium.org
2011-07-07
1
-1
/
+1
*
Fix arm bot for real this time.
sadrul@chromium.org
2011-06-28
1
-2
/
+2
*
Fix clang bot.
sadrul@chromium.org
2011-06-28
1
-0
/
+4
*
xi2: We need to look at the slave device that generated the event,
sadrul@chromium.org
2011-06-22
1
-1
/
+1
*
Add pressure information to touch event.
miletus@chromium.org
2011-06-16
2
-11
/
+63
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
2
-3
/
+7
*
Fix touch build after hiding RootView.
sadrul@chromium.org
2011-05-20
2
-0
/
+8
*
Fix a crash when list of devices is NULL (e.g. over VNC/NX sessions).
sadrul@chromium.org
2011-05-18
1
-1
/
+2
*
Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...
sky@chromium.org
2011-05-17
1
-4
/
+6
*
event: Create a mouse event out of a touch event.
sadrul@chromium.org
2011-05-10
1
-35
/
+5
*
Get the correct touch identifiers from an X event.
sadrul@chromium.org
2011-05-02
2
-5
/
+50
*
Select on slave pointers instead of master pointers.
saintlou@chromium.org
2011-04-21
1
-5
/
+7
*
Make sure the device list is kept up-to-date.
sadrul@chromium.org
2011-04-20
2
-19
/
+45
*
Maintain the list of devices all in one place.
sadrul@chromium.org
2011-04-20
2
-16
/
+132
[next]