summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/link.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-8/+6
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-4/+4
* Make views::Link underlining configurablebartfab@chromium.org2012-11-161-3/+13
* views: Start converting View into an EventTarget.sadrul@chromium.org2012-11-011-15/+15
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-041-4/+4
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-2/+1
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-4/+4
* Change View::HitTest to View::HitTestRecttdanderson@chromium.org2012-08-101-4/+4
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-091-2/+3
* views: Process gesture events correctly in Link, Slider and ScrollBars.sadrul@chromium.org2012-06-051-0/+17
* views: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-04-171-2/+2
* aura-x11: Add custom web cursor support.sadrul@chromium.org2012-04-031-3/+3
* Removing GTK code from ui/views.saintlou@chromium.org2012-03-211-10/+0
* views: Convert IsEnabled() to just enabled() since it's just a simple accessor.tfarina@chromium.org2011-12-121-6/+6
* views: Move label and link files to ui/views/controls/.tfarina@chromium.org2011-11-291-0/+200