Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 97 | -97/+97 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 97 | -97/+97 |
| | | | | * Update copyright year range. | ||||
* | Fix to natural column width calculations in Table footer. (#12074) | Anna Koskinen | 2020-08-13 | 1 | -1/+1 |
| | | | | * Fix to natural column width calculations in Table footer. | ||||
* | Row Generator fixes (#12027) | Andrey B. Panfilov | 2020-08-12 | 1 | -1/+2 |
| | | | NOTE: components within row generator are not an officially supported feature and can cause issues within your application. | ||||
* | Moving disableBrowserAutocomplete to WidgetUtil and change widgets to use it ↵ | Tatu Lund | 2020-05-25 | 2 | -17/+5 |
| | | | | | | | | | | | | | | | | | | | | | | (#12020) * Add autocomplete prevention to DateField Autocomplete popup will interfere DateField's own popup * Adding disableBrowserAutocomplete(..) in WidgetUtil * Change VComboBox to use WidgetUtil.disableBrowserAutocomplete(..) * Change to use WidgetUtil.disableBrowserAutocomplete(..) * Change VFilterSelect to use WidgetUtil.disableBrowserAutocomplete(..) * Adding WidgetUtil.disableBrowserAutocomplete to VTextualDate * Adding missing import * Adding missing import | ||||
* | Table / TreeTable multiselect disabling of touch detection (#12014) | Anna Koskinen | 2020-05-19 | 1 | -2/+9 |
| | | | | | | | | Added a toggle in Table (and thus TreeTable) where you can explicitly disable multiselect touch screen detection. This allows you to work around issues on hybrid devices that have both a touch screen and a keyboard where you don't want automatic simple multiselection applied. Fixes #11601, slightly modified cherry-pick of #11641 | ||||
* | Fix incorrect position of column selector in MPR (#11953) | Tatu Lund | 2020-04-21 | 1 | -3/+5 |
| | | | | Cherry pick from https://github.com/vaadin/framework/pull/11946 | ||||
* | Fix issue where Chrome refused to select text in Table (#11709) (#11818) | Anna Koskinen | 2019-11-21 | 1 | -2/+2 |
| | | | Manual cherry-pick from Vaadin 7. | ||||
* | Fixing autocompletion issue with ComboBox on newer Chrome versions (#11524) | Tatu Lund | 2019-04-10 | 1 | -1/+6 |
| | | | | | | | Newer Chrome versions do not work with random number hack to prevent auto completion, but it finally supports autocomplete=off. Adapted from https://github.com/vaadin/framework/pull/11472 Fixes #11437 | ||||
* | Support Firefox 65+ key down event behavior (#11503) | Yuriy Artamonov | 2019-03-29 | 4 | -14/+29 |
| | | | Fixes #11502 | ||||
* | Making V8 ReadOnly TextField select row in table upon clicking (#11480) | Anastasia Smirnova | 2019-03-27 | 1 | -1/+4 |
| | | | | | | Add check for the V8 TextField used in Table in compatibility mode. This makes clicking cell with the TextField select the row, preserving behaviour from V7. Through, as it's noted also before, this is an improved workaround, not a proper solution to address the issue. Fixes #11474 | ||||
* | Fix initially selected CheckBox rendering in Safari in v7 compatibility ↵ | Koen De Cock | 2019-02-14 | 1 | -0/+19 |
| | | | | | package (#11024) (#11456) This fix was already applied to com.vaadin.client.ui.VCheckBox but the committer forget to apply the same fix to the com.vaadin.v7.client.ui.VCheckBox. Some people are still temporarely using the checkbox from the compatibility package. | ||||
* | Ported change from 7.7 to compatibility - ComboBox popup position while ↵ | Ilia Motornyi | 2018-07-16 | 1 | -4/+65 |
| | | | | | scrolling (#11055) Fixes #5043 | ||||
* | Use random string for autocomplete attribute (#10950) | Ilia Motornyi | 2018-06-01 | 1 | -1/+1 |
| | | | Fixes #7820 | ||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 97 | -97/+97 |
| | |||||
* | Use Logger instead of VConsole (#10249) | Ahmed Ashour | 2017-11-06 | 9 | -28/+66 |
| | | | Because VConsole is deprecated and it recommends using Logger instead | ||||
* | Use local variable for getWidget(). (#10253) | Ahmed Ashour | 2017-10-31 | 9 | -257/+262 |
| | | | | | In some places, getWidget() is called many times, and I believe this can have a litte performance improvement, since in some cases super.getWidget() is called more than once. | ||||
* | Fix end of line comments, which were made by automatic formatter (#10234) | Ahmed Ashour | 2017-10-31 | 3 | -17/+24 |
| | |||||
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 7 | -16/+9 |
| | |||||
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 14 | -74/+74 |
| | | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense | ||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 5 | -9/+9 |
| | |||||
* | Fix typos (#10213) | Ahmed Ashour | 2017-10-20 | 2 | -3/+3 |
| | | | | | | * Fix typos * Fix | ||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 3 | -12/+17 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Add spaces after 'if' and 'for' in JavaScript (#10199) | Ahmed Ashour | 2017-10-20 | 4 | -11/+11 |
| | | | | | | | | * Add spaces after 'if' and 'for' in JavaScript * Revert to old format * Remove whitespaces | ||||
* | Fix some checkstyle warnings (#10179) | Ahmed Ashour | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 4 | -9/+8 |
| | |||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 2 | -14/+14 |
| | |||||
* | Use StringBuilder instead of StringBuffer (#10154) | Ahmed Ashour | 2017-10-09 | 2 | -2/+2 |
| | |||||
* | Fix typos (#10124) | Ahmed Ashour | 2017-10-04 | 3 | -16/+17 |
| | |||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 2 | -13/+9 |
| | |||||
* | Simplify conditional logic. (#10122) | Ahmed Ashour | 2017-10-02 | 1 | -5/+1 |
| | | | And remove unused imports. | ||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 31 | -205/+206 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 8 | -77/+47 |
| | |||||
* | UIDL to implement Iterable (#10101) | Ahmed Ashour | 2017-09-29 | 9 | -50/+39 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 7 | -20/+25 |
| | |||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 2 | -4/+4 |
| | |||||
* | Fix typos (#10095) | Ahmed Ashour | 2017-09-27 | 3 | -33/+56 |
| | |||||
* | Implement error level on client side (#9817) | Adam Wagner | 2017-09-27 | 2 | -1/+9 |
| | | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139 | ||||
* | Fix typos (#10071) | Ahmed Ashour | 2017-09-25 | 1 | -1/+1 |
| | | | And use varargs in a test. | ||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 2 | -2/+2 |
| | | | And some trivial test enhancements | ||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 1 | -2/+1 |
| | | | And remove unused imports. | ||||
* | Format curly brackets correctly for checkstyle (#10066) | Ahmed Ashour | 2017-09-22 | 1 | -5/+3 |
| | |||||
* | Remove unused methods. (#10058) | Ahmed Ashour | 2017-09-22 | 4 | -57/+0 |
| | |||||
* | Replace tabs with spaces in Java files | Henri Sara | 2017-09-22 | 2 | -18/+18 |
| | |||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 3 | -3/+3 |
| | |||||
* | Fix unused parameters in javadoc (#10055) | Ahmed Ashour | 2017-09-21 | 5 | -23/+32 |
| | |||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 5 | -32/+12 |
| | | | Also includes some other minor cleanup. | ||||
* | Access static members in a static way (#10054) | Ahmed Ashour | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 7 | -12/+12 |
| | |||||
* | Implement hashCode() when implementing equals() | Ahmed Ashour | 2017-09-19 | 2 | -4/+21 |
| |