11 コミット (6541b7bad2e41c57a7731611a3f2f7032a5ce947)

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