summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/slider.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* ui: Use base::MessageLoop.xhwang@chromium.org2013-04-291-1/+1
* Cleanup: remove NotifyAccessibilityEvent from views::Widget.dmazzoni@chromium.org2013-04-081-2/+2
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-7/+5
* views: Start converting View into an EventTarget.sadrul@chromium.org2012-11-011-8/+8
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-1/+1
* Improved accuracy of the slider.mtomasz@chromium.org2012-10-041-21/+55
* 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-3/+3
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-1/+1
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-3/+3
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-091-1/+2
* Fix a regression issue which causes slider bar focus border not drawn on focus.jennyz@chromium.org2012-08-071-1/+1
* Implement new slider control and disable the volume control when audio is muted.jennyz@google.com2012-07-271-28/+93
* views: Process gesture events correctly in Link, Slider and ScrollBars.sadrul@chromium.org2012-06-051-0/+2
* Prevent the volume slider from sending accessibility events when updated via ...zork@chromium.org2012-05-021-1/+2
* ash: Show better focus rects for the tray.sadrul@chromium.org2012-04-131-1/+11
* views slider: Add support for gestures.sadrul@chromium.org2012-04-131-11/+25
* chromeos: Fix a bunch of issues with the brightness slider.derat@chromium.org2012-03-261-0/+7
* Allow sliders to be adjusted with arrow keyszork@chromium.org2012-03-241-0/+27
* ash: Make sure all the popups from the tray have the same width.sadrul@chromium.org2012-03-171-2/+2
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-1/+1
* Make views Slider accessible on Chrome OSdmazzoni@chromium.org2012-03-121-0/+19
* views: Animate the slider button when it changes.sadrul@chromium.org2012-03-081-8/+35
* views: Tell SliderListener's how the slider value was changed.sadrul@chromium.org2012-02-291-3/+9
* views: Adjust the slider for RTL, and update the button to be a circle instea...sadrul@chromium.org2012-02-281-26/+38
* views: Add a slider control.sadrul@chromium.org2012-02-261-0/+105