9 Commits (697f770287bb786b6b5d4944a9202d145e4251f5)

Author SHA1 Message Date
  Adam Wagner 697f770287 Implement error level on client side (#9817) 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 82806ef9b7 Format the project using Neon, remove trailing whitespace 7 years ago
  Artur Signell d140deb4bf Move Vaadin 7 CheckBox 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 18fe7aa260 Build vaadin-client with maven 8 years ago
  Leif Åstrand bc78b47d1d Force FormLayout children to shrink with the layout (#11154) 8 years ago
  Artur Signell 2b19ef3089 Do not force zero height for empty caption height in FormLayout (#15409) 9 years ago
  Artur Signell 7355f1a262 Reformat with Luna SR2 9 years ago
  Leif Åstrand 3a5cd8e4cd Make FormLayout work with HTML captions (#17143) 9 years ago
  Alexey Fansky 6e494b16ab Displaying tooltip on touch devices underneath the field (#17150) 9 years ago
  Artur Signell e6f97d6f52 Remove dependencies from ProgressBar/Escalator to parts related to the server (#15544) 9 years ago
  Leif Åstrand a11909909c Replace use of deprecated DOM.setStyleAttribute method (#13781) 10 years ago
  Denis Anisimov d67022303a Set "v-formlayout" as the first style for VFormLayout (#13509). 10 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Leif Åstrand a9845c9c10 Refactor to use the right Element class (#13287) 10 years ago
  Leif Åstrand 2152829c65 Use FQN instead of import for the bad Element class (#13287) 10 years ago
  Marc Englund de70ee2f01 Font icon support (#13152) 10 years ago
  michaelvogt 4235382c0a Add ARIA presentation role to FormLayout (#11866) 11 years ago
  michaelvogt 0584f4a9a5 Simplify and clarify WAI-ARIA API (#11659) 11 years ago
  michaelvogt 4c5c1e0cfe WAI-ARIA field corrections (#11407) 11 years ago
  michaelvogt 320b4e3776 WAI-ARIA fields (#11180) 11 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Leif Åstrand 3fc9f19534 Global code cleanup 11 years ago
  Artur Signell 65981705b4 Renamed ComponentState to AbstractComponentState (#9032) 11 years ago
  Johannes Dahlström 1b7a4a1ee9 Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) 11 years ago
  John Ahlroos 854fa25e6f Moved base theme constants (v-widget and v-layout) from BaseTheme to 11 years ago
  John Ahlroos 50237cc7d4 Renamed .v-boxlayout selector to .v-layout and applied the .v-layout 11 years ago
  John Ahlroos 5abe444f28 Add helper methods for checking state 11 years ago
  John Ahlroos dac974af9b Removed getters/setters from states and made instance variabled public 11 years ago
  Leif Åstrand fd3826abf4 Replace ApplicationResource with ConnectorResource (#9419) 11 years ago
  Artur Signell bfbfdd51a0 Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) 11 years ago
  Artur Signell 667ef9c144 Refactored margin handlers (#8292) 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 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
  Sami Viitanen 18ac8b2550 Tooltips are now handled by the connector and not the widget (#8425) 12 years ago
  Leif Åstrand 8648be6705 Fix broken error tooltips in FormLayout (#8794) 12 years ago
  Artur Signell 429aeadef9 Moved each component to its own package on client side 12 years ago
  Artur Signell 276490d6bd Fixed FormLayoutConnector to use state and hierarchy listeners 12 years ago
  Artur Signell 8c598ccfad Removed unnecessary updateFromUidl calls from containers 12 years ago
  Henri Sara 279574a3e1 Remove UIDL parameter from many caption related methods (#8435). 12 years ago
  Henri Sara 5f1c86d93e Transfer required attribute in shared state (#8436). 12 years ago
  Henri Sara 6958987e58 Convert hide errors flag to shared state (#8437). 12 years ago
  Henri Sara 1072afbb2e Refactor error messages not to use UIDL (#8437). 12 years ago
  Henri Sara e905f033ff Refactor error messages on server side (#8437). 12 years ago