summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Slider.java
Commit message (Expand)AuthorAgeFilesLines
* Ensure no unknown attribute warnings are logged in design tests (#19429)Artur Signell2016-01-051-0/+1
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-091-1/+1
* Parse readonly values for AbstractFields correctly #18850John Ahlroos2015-09-251-3/+4
* Reformat with Luna SR2Artur Signell2015-06-261-1/+1
* Remove value casting to integer in Slider.setValue (#17370)Sauli Tähkäpää2015-05-261-28/+30
* Fix Declarative support for Slider (#17196)Johannes Dahlström2015-03-241-0/+38
* Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-171-0/+10
* Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-111-1/+1
* Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-02-271-3/+15
* replaced all org.json.* usages with elemental.json.* (#8942)Taras Hupalo2014-08-261-8/+2
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-4/+9
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
* Ensure that Slider diffstate always contains "value" (#12133)Risto Yrjänä2013-06-281-0/+17
* Properly pass the AbstractField internal value to shared state in Slider and ...Johannes Dahlström2013-02-181-0/+16
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Removed outdated code example from javadocArtur Signell2012-11-221-31/+0
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-7/+2
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-18/+18
* Fixes StackOverflow in SliderJohn Ahlroos2012-08-281-1/+1
* Migrate Slider to Vaadin 7 (#9304)Johannes Dahlström2012-08-241-109/+63
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-4/+4
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+372