Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 1 | -1/+1 |
| | | | | * Update copyright year range. | ||||
* | Ensure type safety and serializable nature of all the listeners (#12045) | Tatu Lund | 2020-07-03 | 1 | -4/+4 |
| | |||||
* | Enable Maven plugin for Eclipse formatting (#10829) | Ilia Motornyi | 2018-04-19 | 1 | -2/+1 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 1 | -4/+4 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Support addCloseListener for Notification (#10027) | Ahmed Ashour | 2017-09-27 | 1 | -1/+1 |
| | | | | | Converts Notification to an Extension and adds support for listening to the closing of notifications. Fixes #888 | ||||
* | Use simple class names | Ahmed Ashour | 2017-09-20 | 1 | -4/+4 |
| | |||||
* | Javadoc fixes | Ahmed Ashour | 2017-09-13 | 1 | -1/+0 |
| | |||||
* | Fix since tags for 8.0 (#8575) | Henri Sara | 2017-02-16 | 1 | -1/+5 |
| | | | Fix since tags for the server and shared modules and new types in client. | ||||
* | Fix some faulty javaDoc names | caalador | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | Global java code cleanup using Eclipse Neon.1 | Leif Åstrand | 2016-12-20 | 1 | -14/+14 |
| | |||||
* | Add @FunctionalInterface annotation to interfaces where applicable (#7954) | Aleksi Hietanen | 2016-12-12 | 1 | -0/+4 |
| | | | Closes vaadin/framework8-issues#548 | ||||
* | Don't use V8 FieldEvents classes in v7 compatibility module. (#93) | Denis | 2016-12-07 | 1 | -12/+0 |
| | | | | | | * Don't use V8 FieldEvents classes in v7 compatibility module. Fixes vaadin/framework8-issues#363 | ||||
* | Provide access to window order position in windows stack (#14325). | Denis Anisimov | 2016-11-29 | 1 | -0/+119 |
| | | | Change-Id: I259c659987b5b15b354e16d0be1523f4ede809f0 | ||||
* | Refactor listener registration creation to reduce boilerplate | Leif Åstrand | 2016-11-23 | 1 | -19/+11 |
| | | | | Change-Id: I9feaad000cb16351d281d1c0037330dfb76186ff | ||||
* | Replace implicit for-loop with foreach | Per-Åke Minborg | 2016-11-05 | 1 | -2/+1 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7233 | ||||
* | Remove redundant array creation for varargs | Per-Åke Minborg | 2016-11-05 | 1 | -2/+2 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722f | ||||
* | Pass array of length when possible | Per-Åke Minborg | 2016-11-04 | 1 | -1/+1 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7220 | ||||
* | Move setReadOnly from Component to HasValue | Teemu Suo-Anttila | 2016-11-02 | 1 | -15/+5 |
| | | | | Change-Id: Ib867b71cab4cf5cda89f272986930297b7a84ced | ||||
* | Introduce "shouldWriteDefaultValues" property to DesignContext. | Denis Anisimov | 2016-10-26 | 1 | -2/+3 |
| | | | | Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18 | ||||
* | Unify listeners on the server side | Aleksi Hietanen | 2016-09-29 | 1 | -44/+27 |
| | | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76 | ||||
* | Use diamond operator where it can be used | Artur Signell | 2016-09-05 | 1 | -2/+2 |
| | | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012 | ||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 1 | -1/+1 |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | ||||
* | Remove deprecated addListener/removeListener methods | Artur Signell | 2016-08-15 | 1 | -165/+129 |
| | | | | Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856 | ||||
* | Merge branch 'master' into feature/mavenize | elmot | 2016-04-13 | 1 | -1/+3 |
| | | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94 | ||||
* | Migrate vaadin-server build to maven | Teemu Suo-Anttila | 2016-03-14 | 1 | -0/+1503 |
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e |