26 Commits (3afe45849edc79f0e7b371a7fd3ef209292dce79)

Author SHA1 Message Date
  Anna Koskinen 3afe45849e
Code cleanup (#12333) 2 years ago
  Anna Koskinen 32764eca80
Update copyright year range. (#12215) 3 years ago
  Tatu Lund 40570e1731
Ensure type safety and serializable nature of all the listeners (#12045) 3 years ago
  Ilia Motornyi 6541b7bad2 Update copyright year (#10761) 6 years ago
  Ahmed Ashour cd9b32a990 Fix javadoc ending (#10274) 6 years ago
  Ahmed Ashour c147b5d85b Use Collection.isEmpty() (#10172) 6 years ago
  Ahmed Ashour 7e4b4ff5a9 Use enhanced for loop for arrays. (#10121) 6 years ago
  Ahmed Ashour 763a5cbe8c First sentence of javadoc should end with a period (#10114) 6 years ago
  Ahmed Ashour adcf2e2e80 Use enhanced for loop instead of Iterator. (#10100) 6 years ago
  Ahmed Ashour 7065740d6d Use interface instead of implementation (#10073) 6 years ago
  Ahmed Ashour 3c0c3e0a99 Fix typos (#10071) 6 years ago
  Ahmed Ashour 60ff3d6c34 Format curly brackets correctly for checkstyle (#10066) 6 years ago
  Ahmed Ashour 1b8d507e5b Replace iff with if in javadoc (#10056) 6 years ago
  Ahmed Ashour 11ddb11cbc Update modifier order to follow Java Specification suggestions (#10050) 6 years ago
  Henri Sara 086170faf8 Update hierarchical data related deprecation messages (#9558) 7 years ago
  Ilia Motornyi e5488dff79 Replacement guide javadocs for deprecated classes 7 years ago
  Teemu Suo-Anttila f5c15b9b2b Synchronize code between V7 and compatibility package 7 years ago
  Teemu Suo-Anttila 0cfb20938f Revert diamond operator changes 7 years ago
  Teemu Suo-Anttila 47beb11cfd Remove unnecessary full classname references 7 years ago
  Pekka Hyvönen 02666227a2 Updated migration related documentation (#8602) 7 years ago
  elmot fc8f063d22 Small fixes to javadocs 7 years ago
  Denis Anisimov 9abe01a588 Introduce "shouldWriteDefaultValues" property to DesignContext. 7 years ago
  Denis Anisimov cef5b51d3f Mark all server compatibility classes deprecated (#144). 7 years ago
  Artur Signell b31a71ae63 Move and duplicate client side and state to compatibility package 7 years ago
  Artur Signell fa2a40b38e Move Item to compatibility package 7 years ago
  Artur Signell c6b44ac8ad Move and rename server classes which go into the compatibility package 7 years ago
  Artur Signell fe3dca081a Move remaining selects and container implementations to compatibility package 7 years ago
  Artur Signell 588f3cc7f8 Update copyright year to 2016 7 years ago
  Artur Signell eeffa805a2 Remove trailing whitespace from code and javadoc 7 years ago
  Artur Signell 6d54d78944 Format using Eclipse Neon 7 years ago
  Teemu Suo-Anttila a6653d3fe4 Migrate vaadin-server build to maven 8 years ago
  Leif Åstrand dadeb97657 Fix javadoc copied from CellStyleGenerator 8 years ago
  Denis Anisimov bf030a07b0 Provide own states for a number of components (#18987). 8 years ago
  elmot b754452586 Javadocs for new 7.6 API (#19135) and some fixes 8 years ago
  Henri Sara ddf4e617b2 Update/add @since tags in javadoc 8 years ago
  Teemu Suo-Anttila 5097095625 Add support for TreeContextClickEvents (#19062) 8 years ago
  Leif Åstrand 1d538feb45 Add Tree.htmlContentsAllowed (#7717) 8 years ago
  Steven Spungin 56524f009a Fix typo in Tree Javadoc (#17834) 9 years ago
  Pekka Hyvönen 201ae89df5 Updated all empty @since tags to be published in 7.5.0 9 years ago
  Johannes Dahlström 68c7963f08 Declarative support for Tree inline data (#16321) 9 years ago
  Artur Signell 8f02bfd384 Remove unusable code 9 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Artur Signell 31cc212c35 Replaced Filterable.hasContainerFilters with getContainerFilters (#11234) 11 years ago
  michaelvogt 0584f4a9a5 Simplify and clarify WAI-ARIA API (#11659) 11 years ago
  michael 414ae5d0ed Rendering a Tree with icons fails if no alternate text is given (#11511) 11 years ago
  michaelvogt f980667fdf WAI-ARIA functions for Tree (#11389) 11 years ago
  John Ahlroos 423ff03e4b Fixed tree memory leak when removing expanded items from Tree (based on new Filterable API introduced by #11234) #11053 11 years ago
  John Ahlroos efc8449d6f Reverted Tree memory leak fix since it is breaking Tree filtering in a way that only can be fixed by introducing new API to Filterable interface and this cannot be done in a maintenance release. #11053 11 years ago
  John Ahlroos 9a59383cd7 Fixed NPE in Tree when calling non-final constructor #11132 11 years ago
  John Ahlroos 7af5b3fceb Fixed another memory leak in Tree #11053 11 years ago