summaryrefslogtreecommitdiffstats
path: root/ui/views/touchui
Commit message (Expand)AuthorAgeFilesLines
* Move Range code to gfx.ben@chromium.org2013-09-061-20/+20
* Re-enable TouchSelectionOriginatingFromWebpageTest with some fixes and logsmohsen@chromium.org2013-08-301-1/+5
* Touch selection: This patch makes following changes to touch selection logic:varunjain@chromium.org2013-08-081-21/+74
* Supports FontList in Textfield.yukishiino@chromium.org2013-08-011-15/+17
* c++11 ud suffix fixes for ash/views/ui filesthakis@chromium.org2013-07-291-3/+3
* Fix problem with touch selection handles when flickedmohsen@chromium.org2013-07-181-0/+1
* Minor fix to logic that selects whether two selection handles or one is shown.varunjain@chromium.org2013-07-132-53/+101
* Couple of touch selection related fixes:varunjain@chromium.org2013-07-102-2/+12
* Do not show touch editing menu when no action is availablemohsen@chromium.org2013-07-103-5/+26
* Fix touch selection quick menu cornersmohsen@chromium.org2013-07-041-7/+6
* Use a direct include of time headers in ui/.avi@chromium.org2013-06-282-2/+2
* ExternalTabContainerWin's widgets should be opaque and not fade-in.grt@chromium.org2013-06-271-1/+1
* Change touch selection handles to images given by UX.varunjain@chromium.org2013-06-092-50/+89
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-072-2/+2
* Touch selection: The touch selection handle widget should only hit test on thevarunjain@chromium.org2013-05-012-4/+57
* Reland https://chromiumcodereview.appspot.com/14286004 which was reverted fuevarunjain@chromium.org2013-04-271-6/+2
* Touch selection polish: increase menu button border padding and decrease timevarunjain@chromium.org2013-04-262-11/+19
* Revert 196446 "Make touch drag drop and touch editing flags tri-..."nick@chromium.org2013-04-251-2/+6
* Make touch drag drop and touch editing flags tri-state and turn them on byvarunjain@chromium.org2013-04-251-6/+2
* Touch selection: make touch selection handles widgets of type tooltips so thatvarunjain@chromium.org2013-04-231-1/+5
* Add method to TouchSelectionController to check if a handle is currently beingvarunjain@chromium.org2013-04-193-7/+14
* Fix app list position in windowscalamity@chromium.org2013-04-032-6/+2
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-201-4/+4
* Remove BubbleDelegateView::Show(); call GetWidget()->Show() instead; etc.msw@chromium.org2013-03-161-1/+1
* Some minor fixes to touch selection as directed by UX:varunjain@chromium.org2013-03-153-39/+49
* Delete items of the launcher jump list upon pressing Shift clickskuhne@chromium.org2013-03-134-5/+6
* Two fixes to touch selection:varunjain@chromium.org2013-02-281-5/+10
* Minor fixes to TouchSelectionController: Null check on client widget beforevarunjain@chromium.org2013-02-211-3/+4
* Enable unittests for TouchSelectionController.varunjain@chromium.org2013-02-203-76/+148
* Touch editing: add a cursor handle to TouchSelectionController that can be usedvarunjain@chromium.org2013-02-162-39/+64
* Enable touch editing controller for views textfields behind a flag.varunjain@chromium.org2013-02-154-256/+380
* Reverting as it caused compile failures on linux chromium OS ASANananta@chromium.org2013-02-144-379/+256
* Enable touch editing controller for views textfields behind a flag.varunjain@chromium.org2013-02-144-256/+379
* Move touch_selection_controller interface to ui/base.varunjain@chromium.org2013-02-134-105/+37
* Nix TextButton accelerator/mnemonic support and use in Task Manager.msw@chromium.org2012-12-061-3/+3
* ui: Use skia::RefPtr<T> for implicit safe reference counting.danakj@chromium.org2012-12-051-5/+6
* views: Improve the constant names of the ButtonState enum.tfarina@chromium.org2012-11-141-1/+1
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-2/+2
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-3/+3
* Replace views::Event with ui::Event.beng@google.com2012-08-101-2/+1
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-3/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-1/+1
* views: Have a more accurate name for View parent_owned accessors.tfarina@chromium.org2012-05-121-2/+2
* views: Mark single-argument constructors as explicit.tfarina@chromium.org2012-05-041-2/+2
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-251-1/+1
* Replaced sk_canvas()->drawPath() with DrawPath()pkotwicz@chromium.org2012-04-101-9/+2
* Move ui/view/touchui/touch_mode_support.* to ui/base and make it platformvarunjain@chromium.org2012-03-292-47/+0
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-1/+0
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-3/+3