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