summaryrefslogtreecommitdiffstats
path: root/ui/views/color_chooser
Commit message (Expand)AuthorAgeFilesLines
* stop using (deprecated) SkScalarDivreed2015-05-121-13/+7
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-272-20/+20
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-092-16/+16
* Color picker window should not have a minimize button.gajendra.n2014-09-222-0/+5
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-201-4/+4
* views: Make View::set_border() take a scoped_ptr<>.erg@chromium.org2014-01-241-2/+2
* Views Textfield fixes and cleanup.msw@chromium.org2014-01-161-1/+1
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-5/+6
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-182-4/+4
* Rename View::set_focusable and View::set_accessibility_focusablemohsen@chromium.org2013-12-161-4/+4
* color_chooser: stops drawing per pixels but uses Skia gradient paint.mukai@chromium.org2013-10-181-11/+37
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Do not send OnColorChosen when initialized.mukai@chromium.org2013-07-101-1/+1
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-3/+2
* views: Start converting View into an EventTarget.sadrul@chromium.org2012-11-011-6/+5
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-2/+2
* 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-2/+1
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-2/+2
* Redesign the color chooser view for HiDPI devices.mukai@chromium.org2012-08-131-31/+11
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-092-3/+3
* Minor redesigns of color chooser view.mukai@chromium.org2012-08-082-23/+105
* Fix color chooser cleanup process.mukai@chromium.org2012-08-012-3/+7
* views: Make the color chooser gesture friendly.sadrul@chromium.org2012-07-271-37/+66
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* Initial implementation of ColorChooser for Aura.mukai@chromium.org2012-06-263-0/+478