Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | fix: Do not allow border to grow row height (#12449) | Tatu Lund | 2021-10-20 | 1 | -6/+9 |
| | |||||
* | Update project to 8.15-SNAPSHOT (#12392) | Zhe Sun | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | include @font-face definition in mixin so -icons variable has effect (#12295) | Raffael | 2021-05-18 | 1 | -16/+16 |
| | |||||
* | Update 8.14-SNAPSHOT and release note (#12261) | Zhe Sun | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 1 | -1/+1 |
| | | | | * Update copyright year range. | ||||
* | Fix displaying checkboxes within Grid editor row. (#12212) | Anna Koskinen | 2021-03-03 | 1 | -2/+2 |
| | | | | | | | | * Fix displaying checkboxes within Grid editor row. - Checkbox margins should match regular row content margins. - Multiselect checkbox label should only be visible for assistive devices. | ||||
* | Update to 8.13-SNAPSHOT (#12110) | Zhe Sun | 2020-10-07 | 1 | -1/+1 |
| | |||||
* | Only remove caption margin from the first visible tab. (#12078) | Anna Koskinen | 2020-08-19 | 1 | -0/+8 |
| | | | Fixes #10437 | ||||
* | Fix scrolling problem in table in Chrome 56+ (#12015) | Anna Koskinen | 2020-05-19 | 1 | -0/+1 |
| | | | | | | * Fix scrolling problem in table in Chrome 56+ Issue #8707, slightly modified cherry-pick of #10492 | ||||
* | Update to 8.12-snapshot (#11995) | Zhe Sun | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Update to 8.11 snapshot (#11874) | Zhe Sun | 2020-01-16 | 1 | -1/+1 |
| | | | | | * Update to 8.11-SNAPSHOT | ||||
* | Read-only styles shouldn't override borderless background styles. (#11692) | Anna Koskinen | 2019-08-16 | 2 | -0/+12 |
| | | | | | | | | | | | * Read-only styles shouldn't override borderless background styles. - Fixed for ComboBox and DateField styles, other tested components already do it right. Fixes #11671 * Merge branch 'master' into issue11671 | ||||
* | Update to 8.10-SNAPSHOT (#11657) | Zhe Sun | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Clicking on DateField pop-up should select Month/Year (#11531) | Anastasia Smirnova | 2019-06-25 | 1 | -0/+4 |
| | | | | | | | | | * Clicking on DateField pop-up should select Month/Year In Year/Month Resolution DateField should select the value, when user clicks on pop-up Fixes #8447 | ||||
* | Update to 8.9 (#11535) | Sun Zhe | 2019-04-18 | 1 | -1/+1 |
| | | | | | | * Update to 8.9-SNAPSHOT * update in bom module | ||||
* | Update snapshot to 8.8-snapshot (#11397) | Sun Zhe | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | increase number of styles for indented TreeGrid rows, fixes #11358 (#11392) | Olli Tietäväinen | 2018-12-21 | 1 | -1/+2 |
| | |||||
* | Updates to scrolled TabSheet resize logic and Valo right-alignment. (#11133) | Anna Koskinen | 2018-10-10 | 1 | -0/+8 |
| | | | | | | | | | | - When a TabSheet is scrolled to an end and then resized bigger, more tabs should appear to the left. - When a TabSheet is right-aligned in Valo and scrolled to the end, last tab shouldn't be partially hidden behind the scroller buttons. - Shouldn't allow attempts to scroll into directions where there is nothing left to scroll to, even if the current tab isn't fully visible. Fixes #807 | ||||
* | Fixes to displaying Grid in a detail row. (#11147) | Anna Koskinen | 2018-10-08 | 1 | -0/+4 |
| | | | | | | | | - Multiple headers shouldn't stack behind each other. - Body rows shouldn't get stuck to default row height. - Compatibility version's hidable row selector shouldn't try to calculate row heights based on rows that haven't been added to DOM yet. Fixes #7674 | ||||
* | Update master to 8.7-SNAPSHOT (#11208) | Sun Zhe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | OSGi resource registration via SCR (#11166) | S.W | 2018-09-21 | 1 | -23/+6 |
| | | | * Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent | ||||
* | Lift frozen columns up to allow some z-index changes beneath them. (#11117) | Anna Koskinen | 2018-08-21 | 1 | -0/+2 |
| | | | Fixes #9787 | ||||
* | Update project version to 8.6-SNAPSHOT (#11011) | Mehdi Javan | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Colorpicker validation handling (#10821) | KatriHaapalinna | 2018-04-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ColorTextField, helper methods, and regex for validating and handling text input * Refactored structure to avoid creating new component for validation * Style to adapt to error indicator * Tests for validating input in ColorPickerPreview component's TextField * Merge branch 'master' into colorpicker_validation * Fix path to server class * Fix test: Submit the new value * Fix test: ignore Phantom JS * Fix hsl+hsla validation patterns to accept '%', test value tweaking * Merge branch 'master' of github.com:vaadin/framework into colorpicker_validation * Fix: remove warning when color is updated from elsewhere * Revisions: input validation only once, Logging level WARN * Revisions: unit tests for color pattern matching * Revisions: moved parsing to utility class, tests for parsing all accepted input formats * Fixed import in tests, comments * Revisions: Logger as constant, ignore utility class in serialization test * Corner case tests * Revisions: protected method for parsing error text, fix to test * Revisions: NPE fix | ||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 1 | -6/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary buildhelpers module (#10742) | Teemu Suo-Anttila | 2018-03-22 | 1 | -6/+0 |
| | |||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Fix styling of Window control buttons to show focus (#10285) | Anna Koskinen | 2017-11-28 | 1 | -0/+29 |
| | | | Fixes #8918 | ||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | adds simple fix for missing label text in grid select checkboxes (#10223) | Knoobie | 2017-10-23 | 1 | -1/+1 |
| | | | | | | * adds simple fix for missing label text in grid select checkboxes * updated comment and wording | ||||
* | Implement error level on client side (#9817) | Adam Wagner | 2017-09-27 | 7 | -6/+334 |
| | | | | | | | 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 | ||||
* | Remove redundant versions in POMs (#9990) | Ahmed Ashour | 2017-09-14 | 1 | -3/+0 |
| | |||||
* | Upgrade maven-dependency and -source plugins | Ahmed Ashour | 2017-09-14 | 1 | -1/+0 |
| | |||||
* | Unify exec-maven-plugin to 1.6.0 | Ahmed Ashour | 2017-09-13 | 1 | -37/+0 |
| | |||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Remove scroll bar inherited borders and background for Tree (#9924) | Adam Wagner | 2017-09-04 | 1 | -0/+16 |
| | | | Resolves #9644 | ||||
* | Update and rename vaadin-icons.scss to _vaadin-icons.scss (#9895) | Knoobie | 2017-08-30 | 1 | -1/+1 |
| | | | Rename the vaadin-icons.scss to allow other libsass to compile the project successful. | ||||
* | Remove margin-left for FontAwesome icons in ComboBox (#9805) | Teemu Suo-Anttila | 2017-08-10 | 1 | -0/+4 |
| | |||||
* | Use correct primary stylename for textfield inline icons (#9742) | Artur | 2017-07-27 | 1 | -6/+6 |
| | | | Fixes #9703 | ||||
* | Add source JAR to themes and compatibility-themes (#9709) | Henri Sara | 2017-07-24 | 1 | -6/+0 |
| | |||||
* | Add styling for ComponentRenderer wrapper div (#9691) | Teemu Suo-Anttila | 2017-07-19 | 1 | -0/+5 |
| | | | Fixes #9170 | ||||
* | Fix position of font icons in ComboBox (#9638) | Henri Sara | 2017-07-18 | 1 | -0/+6 |
| | | | Fixes #9637 | ||||
* | Remove global button styling (#9607) | Henri Sara | 2017-06-29 | 3 | -10/+8 |
| | | | Move remaining button and link related styles from _global to _nativebutton and _link. | ||||
* | Enable row height and content mode settings for Tree (#9540) | Teemu Suo-Anttila | 2017-06-20 | 1 | -0/+4 |
| | | | | | | | | | | * Enable row height setting for Tree * Add content mode for captions * Align expander element by default to top The content mode allows use of preformatted and HTML captions that bring value to row height Fixes #9411 | ||||
* | Mark valo $v-textfield-background-color--readonly as default (#9458) | Yuriy Artamonov | 2017-05-31 | 1 | -1/+1 |
| | | | Fixes #7765 | ||||
* | Fix drop indicator when Grid is scrolled (#9417) | Pekka Hyvönen | 2017-05-24 | 1 | -10/+7 |
| | | | | | Now the DnD events are listened from tablewrapper element, which contains also grid's header and footer, making it possible to drop on top of them. | ||||
* | New Tree component theme | Ilia Motornyi | 2017-05-23 | 1 | -32/+34 |
| | | | Fixes #9310 |