19 Commits (08c748acfffa5c6f94933561de19fd8522ab8cad)

Author SHA1 Message Date
  Ilia Motornyi 6541b7bad2 Update copyright year (#10761) 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 7fd440d244 Use single character for StringBuilder.append (#10102) 6 years ago
  Henri Sara f71f751852 Make component iterators unmodifiable 7 years ago
  Ilia Motornyi 0740ac116e Partial javadocs fix for vaadin-server 7 years ago
  Henri Sara b05b8aa3f0 Add missing getState(boolean) methods 7 years ago
  Leif Åstrand 68ea8ea63d Refactor listener registration creation to reduce boilerplate 7 years ago
  Per-Åke Minborg 0f42869ce1 Use final modifier where appropriate 7 years ago
  Per-Åke Minborg 25eba3c796 Use lambdas where appropriate 7 years ago
  Per-Åke Minborg 41c183a9b6 Use String .isEmpty() over .equals("") 7 years ago
  Pekka Hyvönen f5048f21bf Revert "Convert to for-each loop, Stream and switch-over-strings" 7 years ago
  Per-Åke Minborg 73078c7560 Convert to for-each loop, Stream and switch-over-strings 7 years ago
  Aleksi Hietanen 2bee988272 Unify listeners on the server side 7 years ago
  Artur Signell 504b3c4c65 Use diamond operator where it can be used 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
  Dmitrij Abolichin 6a0919f668 Fix adding to same parent, component shouldn't be removed (#16568) 8 years ago
  Johannes Dahlström b3b50eb368 Fix writing of child local ids in AbsoluteLayout (#17421) 9 years ago
  Miki a508ed7b4a Declarative for DateFields (and related) with ISO8601 (#16313) 9 years ago
  Artur Signell 2e70d1cc98 Updated invalid @since 9 years ago
  Artur Signell 8d7783b4e9 API refactoring (#7749) 9 years ago
  Matti Hosio 1bfb901ad4 Do not write child components in sub templates (#7749) 9 years ago
  Artur Signell 0de94d55c9 Generic cleanup (#7749) 9 years ago
  Artur Signell 6d96447d5d Do not remove children in read to ensure @DesignRoot reading works 9 years ago
  Artur Signell 10b30728e9 createNode -> createElement 9 years ago
  Artur Signell 3b75f2b148 SynchronizeFrom/ToDesign -> read/writeDesign (#7749) 9 years ago
  Matti Hosio a025d511bf Embed DesignSynchronizable methods to Component interface (#7749) 9 years ago
  Anna Miroshnik 7e8b23a73a Hierarchy change markAsDirty to AbstractComponentContainer (#14227) 9 years ago
  Matti Hosio ccbed3fcfa Declarative support for AbsoluteLayout (#7749) 9 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Artur Signell ce282b2b4e Unified deprecation messages 11 years ago
  Artur Signell 438854e549 AbstractComponentContainer should implement getComponentIterator and not iterator (#10144) 11 years ago
  John Ahlroos dac974af9b Removed getters/setters from states and made instance variabled public 11 years ago
  Petri Heinonen f32d6ab1db refak listeners com.vaadin.ui 11 years ago
  Artur Signell e18177bac6 Renamed com.vaadin.terminal -> com.vaadin.server (#9431) 11 years ago
  Leif Åstrand bc6786f0dc Rename requestRepaint to markAsDirty (#9378) 11 years ago
  Leif Åstrand 050bec8a44 Make the (server-side) getState method protected (#9315) 11 years ago
  Leif Åstrand a803351079 Introduce ClientConnector.beforeClientResponse(boolean initial) #9228 11 years ago
  Artur Signell 8d0c857382 Replaced license place holder with actual license (#8955) 11 years ago
  Artur Signell acf099b41f Eliminated dependencies from server to client (#9279) 12 years ago
  Artur Signell e85d933b25 Moved server files to a server src folder (#9299) 12 years ago
  Leif Åstrand 7f75d0f4cf Move classes common to client and server to com.vaadin.shared.* (#8934) 12 years ago
  Leif Åstrand 3604bf01de Add Java 6 @Override annotations to all methods from interfaces 12 years ago
  Leif Åstrand f7da26697a Initial extension support (#6690) 12 years ago
  Artur Signell 0d24320e0a RPC -> Rpc for consistency 12 years ago
  Artur Signell 429aeadef9 Moved each component to its own package on client side 12 years ago