summaryrefslogtreecommitdiffstats
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* fix: Do not allow border to grow row height (#12449)Tatu Lund2021-10-201-6/+9
|
* Update project to 8.15-SNAPSHOT (#12392)Zhe Sun2021-08-311-1/+1
|
* include @font-face definition in mixin so -icons variable has effect (#12295)Raffael2021-05-181-16/+16
|
* Update 8.14-SNAPSHOT and release note (#12261)Zhe Sun2021-04-141-1/+1
|
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
| | | | * Update copyright year range.
* Fix displaying checkboxes within Grid editor row. (#12212)Anna Koskinen2021-03-031-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 Sun2020-10-071-1/+1
|
* Only remove caption margin from the first visible tab. (#12078)Anna Koskinen2020-08-191-0/+8
| | | Fixes #10437
* Fix scrolling problem in table in Chrome 56+ (#12015)Anna Koskinen2020-05-191-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 Sun2020-05-131-1/+1
|
* Update to 8.11 snapshot (#11874)Zhe Sun2020-01-161-1/+1
| | | | | * Update to 8.11-SNAPSHOT
* Read-only styles shouldn't override borderless background styles. (#11692)Anna Koskinen2019-08-162-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 Sun2019-07-291-1/+1
|
* Clicking on DateField pop-up should select Month/Year (#11531)Anastasia Smirnova2019-06-251-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 Zhe2019-04-181-1/+1
| | | | | | * Update to 8.9-SNAPSHOT * update in bom module
* Update snapshot to 8.8-snapshot (#11397)Sun Zhe2018-12-281-1/+1
|
* increase number of styles for indented TreeGrid rows, fixes #11358 (#11392)Olli Tietäväinen2018-12-211-1/+2
|
* Updates to scrolled TabSheet resize logic and Valo right-alignment. (#11133)Anna Koskinen2018-10-101-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 Koskinen2018-10-081-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 Zhe2018-09-271-1/+1
|
* OSGi resource registration via SCR (#11166)S.W2018-09-211-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 Koskinen2018-08-211-0/+2
| | | Fixes #9787
* Update project version to 8.6-SNAPSHOT (#11011)Mehdi Javan2018-06-291-1/+1
|
* Colorpicker validation handling (#10821)KatriHaapalinna2018-04-191-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-Anttila2018-04-121-1/+1
|
* Remove empty comments (#10789)Ilia Motornyi2018-04-051-6/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Remove unnecessary buildhelpers module (#10742)Teemu Suo-Anttila2018-03-221-6/+0
|
* Upgrade minor version in the project to 8.4 (#10520)Teemu Suo-Anttila2018-01-241-1/+1
|
* Fix styling of Window control buttons to show focus (#10285)Anna Koskinen2017-11-281-0/+29
| | | Fixes #8918
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-221-1/+1
|
* adds simple fix for missing label text in grid select checkboxes (#10223)Knoobie2017-10-231-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 Wagner2017-09-277-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 Ashour2017-09-141-3/+0
|
* Upgrade maven-dependency and -source pluginsAhmed Ashour2017-09-141-1/+0
|
* Unify exec-maven-plugin to 1.6.0Ahmed Ashour2017-09-131-37/+0
|
* Update version to 8.2-SNAPSHOT (#9946)Teemu Suo-Anttila2017-09-081-1/+1
|
* Remove scroll bar inherited borders and background for Tree (#9924)Adam Wagner2017-09-041-0/+16
| | | Resolves #9644
* Update and rename vaadin-icons.scss to _vaadin-icons.scss (#9895)Knoobie2017-08-301-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-Anttila2017-08-101-0/+4
|
* Use correct primary stylename for textfield inline icons (#9742)Artur2017-07-271-6/+6
| | | Fixes #9703
* Add source JAR to themes and compatibility-themes (#9709)Henri Sara2017-07-241-6/+0
|
* Add styling for ComponentRenderer wrapper div (#9691)Teemu Suo-Anttila2017-07-191-0/+5
| | | Fixes #9170
* Fix position of font icons in ComboBox (#9638)Henri Sara2017-07-181-0/+6
| | | Fixes #9637
* Remove global button styling (#9607)Henri Sara2017-06-293-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-Anttila2017-06-201-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 Artamonov2017-05-311-1/+1
| | | Fixes #7765
* Fix drop indicator when Grid is scrolled (#9417)Pekka Hyvönen2017-05-241-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 themeIlia Motornyi2017-05-231-32/+34
| | | Fixes #9310