11 Commits (6541b7bad2e41c57a7731611a3f2f7032a5ce947)

Author SHA1 Message Date
  Ilia Motornyi 6541b7bad2 Update copyright year (#10761) 6 years ago
  Teemu Suo-Anttila ed57efc07e
Update since tags in JavaDoc (#10325) 6 years ago
  Ahmed Ashour 0f4702c6d1 Add spaces after 'if' and 'for' in JavaScript (#10199) 6 years ago
  Ahmed Ashour 46950473fd UIDL to implement Iterable (#10101) 6 years ago
  Ahmed Ashour 73119c7193 Fix javadoc references (#10067) 6 years ago
  Ahmed Ashour 11ddb11cbc Update modifier order to follow Java Specification suggestions (#10050) 6 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 18fe7aa260 Build vaadin-client with maven 8 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 e18177bac6 Renamed com.vaadin.terminal -> com.vaadin.server (#9431) 11 years ago
  Artur Signell bfbfdd51a0 Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) 11 years ago
  Artur Signell 8d0c857382 Replaced license place holder with actual license (#8955) 11 years ago
  Artur Signell 14dd4d0b28 Moved client files to a client src folder (#9299) 11 years ago
  Leif Åstrand 3604bf01de Add Java 6 @Override annotations to all methods from interfaces 11 years ago
  Henri Sara 1072afbb2e Refactor error messages not to use UIDL (#8437). 12 years ago
  Artur Signell 0158bd1291 Connector -> ServerConnector 12 years ago
  Artur Signell de73abe459 #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap 12 years ago
  Artur Signell 70173cfc6e Split Paintable from Widget so we have VPaintable (paintable without any 12 years ago
  Artur Signell 622545764d Split Paintable handling from ApplicationConnection to PaintableMap. 12 years ago
  Artur Signell 3b0da56451 #7354 IT Mill -> Vaadin find and replace 12 years ago
  Matti Tahvonen 99c8a9bd48 javadocs 14 years ago
  Matti Tahvonen f82af418aa added missing method 14 years ago
  Marc Englund eb754fc044 Added javadoc, fixes #3856 14 years ago
  Matti Tahvonen 2b6e35f323 fixed obvious bug in non-used soon to be deprecated method :-) 14 years ago
  Matti Tahvonen 4e76225bd7 replaced(depracated) paintReference with addAttribute(String,Paintable) and added addVariable(VariableOwner, String, Paintable) method (updates already worked) 14 years ago
  Matti Tahvonen 8fbd1b4048 fixes converting uidl to xml string. Visible in some error messages. 14 years ago
  Matti Tahvonen c635285fd8 fixes a regression since UIDL refactoring (non-hosted mode only) 14 years ago
  Matti Tahvonen c47c4480e3 fixed regression since UIDL rewrite 14 years ago
  Matti Tahvonen 58ca7c6ce1 Large pile of various optimizations and small bug fixes. Changeset has a great regression risk, blame me on new odd bugs. 14 years ago
  Matti Tahvonen c1f0f97d94 fixes #2909 + cleanup and generics for UIDL class 15 years ago
  Henri Sara 1981ddc3b1 #2904 Change client side class name prefixes I -> V (class names only, not yet CSS prefixes) 15 years ago
  Henri Sara adc8c0ad35 #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" 15 years ago
  Matti Tahvonen 2846a4291a generics for string array set 15 years ago
  Artur Signell d9a13c2378 Cleaned up the whole project 15 years ago
  Artur Signell ed0d55017e Fixes #2010 - Client classes renamed 15 years ago
  Artur Signell b3a85cbe27 Fixed for #2006 - updated error handling 15 years ago
  Matti Tahvonen beda75223c renamed function (typo) 16 years ago
  Jani Laakso 3b5793fd55 License header parametrized 16 years ago
  Marc Englund f2e3722df9 MASS REFORMAT. 16 years ago
  Matti Tahvonen 629e3856fa fixes #952 16 years ago
  Jani Laakso 5ba28731e9 Mass format based on eclipse build in formatting style. 16 years ago
  Matti Tahvonen ac1118a249 System errors, UIDL.XML fix, made console static, allow html in debug windows messages, clickin error icon prints error to console 16 years ago
  Matti Tahvonen 6fe8bfa9b7 added initial support for keyboard shortcuts. Now only Panel supports them on server side, IView (main windows) on client side. 16 years ago
  Matti Tahvonen fcb535c32d svn changeset:2012/svn branch:trunk 16 years ago
  Jouni Koivuviita b88e9d23a5 Slider component updated with proper implementation and styles. 16 years ago
  Jouni Koivuviita 556ba33b7b Slider component serverside almost complete. 16 years ago