summaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Add role="grid" and aria-multiselectable to grid (#10009)Knoobie2017-10-041-0/+50
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-031-1/+1
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-0215-66/+58
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-021-1/+0
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-295-40/+14
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-294-12/+12
* Remove auto-generated comment (#10111)Ahmed Ashour2017-09-2923-101/+20
* Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844)Ahmed Ashour2017-09-281-0/+78
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-2831-52/+69
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-286-16/+16
* Fix typos (#10095)Ahmed Ashour2017-09-273-3/+3
* Support addCloseListener for Notification (#10027)Ahmed Ashour2017-09-271-0/+47
* Add option to use PushState instead of URI fragments in Navigator (#10042)Teemu Suo-Anttila2017-09-273-0/+14
* Implement error level on client side (#9817)Adam Wagner2017-09-272-1/+211
* Relayout GridLayout when font loading completes (#10077)Henri Sara2017-09-263-8/+79
* Remove unused @VERSION@Ahmed Ashour2017-09-258-8/+0
* Fix TreeGrid double click event in hierarchy column (#10070)Adam Wagner2017-09-251-0/+32
* Construct array inline (#10068)Ahmed Ashour2017-09-2359-98/+95
* Add empty line at end of fileAhmed Ashour2017-09-2369-73/+69
* Fix javadoc references (#10067)Ahmed Ashour2017-09-2313-15/+0
* Remove unused methods. (#10058)Ahmed Ashour2017-09-223-5/+2
* Replace CRLF with LF (#10062)Henri Sara2017-09-222-141/+141
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-2116-29/+29
* Access static members in a static way (#10054)Ahmed Ashour2017-09-219-23/+22
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-2111-16/+16
* Remove unused methods (#10020)Ahmed Ashour2017-09-204-50/+0
* Fix ColorPickerGrid indexingHenri Sara2017-09-201-0/+34
* Use simple class namesAhmed Ashour2017-09-203-4/+4
* Show validation error selecting invalid date from DateField (#10013)Marco Collovati2017-09-201-0/+31
* Use String.isEmpty()Ahmed Ashour2017-09-197-7/+7
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-191-4/+3
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-1911-51/+32
* Fix varargs warningsAhmed Ashour2017-09-1317-27/+23
* Fix generics type in test (#9977)Ahmed Ashour2017-09-131-1/+1
* Remove element explicitly when reordering tree grid rows (#9952)Adam Wagner2017-09-111-0/+35
* Fix making components visible by push (#9934)Henri Sara2017-09-063-43/+109
* Force re-measurement of CheckBoxGroup and RadioButtonGroup (#9901)Petter Holmström2017-09-042-0/+52
* Position caption correctly in GridLayout (#9909)Petter Holmström2017-09-041-0/+29
* Omit duplicate caption for a Panel in a CompositeHenri Sara2017-08-301-0/+46
* Move ComboBox popup with ComboBox on scroll (#9869)Henri Sara2017-08-251-4/+12
* Fix ValoThemeUI button text (#9865)Henri Sara2017-08-241-1/+2
* Avoid detaching VL/HL children unnecessarily (#9862)Henri Sara2017-08-231-0/+38
* Add item description to RadioButtonGroup and CheckBoxGroup (#9841)Teemu Suo-Anttila2017-08-232-0/+36
* Avoid detaching CssLayout children unnecessarily (#9861)Henri Sara2017-08-231-12/+7
* Button icon constructor (#9857)Stephan Knitelius2017-08-231-3/+2
* Resize should work within Grid details row (#9808)Ansku2017-08-222-0/+257
* Add item descriptions to Tree (#9840)Teemu Suo-Anttila2017-08-211-3/+10
* Do not wait for icons to load before interacting with a combo box (#9717)Artur2017-08-111-6/+17
* Provide API for setting row heights in Grid for different sections (#9810)Teemu Suo-Anttila2017-08-111-0/+12
* Ensure wrong Action is not executed after detaching a component (#9806)Henri Sara2017-08-111-0/+131