8 次程式碼提交 (697f770287bb786b6b5d4944a9202d145e4251f5)

作者 SHA1 備註 提交日期
  Adam Wagner 697f770287 Implement error level on client side (#9817) 6 年之前
  Ahmed Ashour f6e082f517 Use String.isEmpty() 6 年之前
  Olli Tietäväinen cf93a67297 Panel.setScrollTop() fails with impossibly large numbers 7 年之前
  Artur Signell d140deb4bf Move Vaadin 7 CheckBox to compatibility package 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 年之前
  Marc Englund de70ee2f01 Font icon support (#13152) 10 年之前
  Henri Sara 047303662b Add more detailed profiling for some client side hotspots (#12418) 10 年之前
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 年之前
  Henri Sara 375024684a Implement abstract HasComponents related client side connectors (#10248) 11 年之前
  Johannes Dahlström d67ed23096 Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) 11 年之前
  Artur Signell d1c55ddd23 Added AbstractConnector.getRpcProxy helper (#10143) 11 年之前
  Artur Signell cf5b631f25 ACCC no longer has a default implementation of onConnectorHierarchyChange (#9298) 11 年之前
  Leif Åstrand 7d25670284 Reformat project 11 年之前
  John Ahlroos 5abe444f28 Add helper methods for checking state 11 年之前
  John Ahlroos dac974af9b Removed getters/setters from states and made instance variabled public 11 年之前
  Leif Åstrand fd3826abf4 Replace ApplicationResource with ConnectorResource (#9419) 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 7f75d0f4cf Move classes common to client and server to com.vaadin.shared.* (#8934) 12 年之前
  Leif Åstrand 3604bf01de Add Java 6 @Override annotations to all methods from interfaces 12 年之前
  Sami Viitanen 18ac8b2550 Tooltips are now handled by the connector and not the widget (#8425) 12 年之前
  Johannes Dahlström 7d21df4669 Ensure widgets are scrollable after a state change (see also #8994) 12 年之前
  Leif Åstrand f7da26697a Initial extension support (#6690) 12 年之前
  Artur Signell 79bb29e855 State is now created using generators, removed setState (#8502) 12 年之前
  Artur Signell 0d24320e0a RPC -> Rpc for consistency 12 年之前
  Leif Åstrand 025dbd6e6d Put margin on caption's parent so caption's outer size can be used 12 年之前
  Artur Signell c6d0787d1b Renamed @Component to @Connect 12 年之前
  Artur Signell 25220b7c03 Move SharedState and ServerRpc classes out from Connector classes 12 年之前
  Artur Signell 429aeadef9 Moved each component to its own package on client side 12 年之前
  Leif Åstrand 492ba61dbc Check for appeared or disappeared scrollbars when sizes have changed 12 年之前
  Leif Åstrand c9bdf6d11e Unregister dependencies during unregister to avoid leaks 12 年之前
  Artur Signell e420751790 Fixed GridLayout caption rendering 12 年之前
  Artur Signell 28bdc6a011 ServerConnector is no longer a Paintable, components using updateFromUidl are 12 年之前
  Artur Signell 2c755ff2c2 Changed ConnectorHierarchyChangeEvent to use the same mechanisms as StatechangeEvent 12 年之前
  Artur Signell c468f4b16c Removed unused createState() from client side 12 年之前
  Artur Signell dab7c9fa82 Generator to ease initialization of client to server rpc proxies 12 年之前
  Henri Sara 87e5022ca8 Replace @ClientWidget with client-side @Component (#8440) 12 年之前
  Leif Åstrand c84b02b1d8 Manage fix for overflow: auto in LayoutManager (#8615) 12 年之前
  Leif Åstrand 6bf22c0d43 Do panel wrapper sizing with css 12 年之前
  Artur Signell 18ce0109fa Refactored ClickEventHandler and LayoutClickEventHandler to use RPC 12 年之前
  Henri Sara 279574a3e1 Remove UIDL parameter from many caption related methods (#8435). 12 年之前
  Henri Sara 1072afbb2e Refactor error messages not to use UIDL (#8437). 12 年之前
  Artur Signell 8ba0e099ac #8438 Event handler registration is now a Set in the shared state 12 年之前
  Artur Signell 5077489455 Panel can have 0 children if its contents is hidden on server side 12 年之前
  Leif Åstrand 5ee875f5b5 Restore webkit overflow fix (#8313) 12 年之前