5 Commits (504b3c4c65c6a2ccfeeb1501eff7a29f5a3dbec3)

Author SHA1 Message Date
  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
  Teemu Suo-Anttila 359710c1bd Add missing @since 7.5.1 to JavaDoc 9 years ago
  Teemu Suo-Anttila 22c7ec029d Fix Grid jerky resize in vertical split panel (#18370) 9 years ago
  Teppo Kurki a2e05d76e3 Remove duplicate primary stylename from split panels (#17846) 9 years ago
  Artur Signell bf8836bb56 Separate pure client side util methods to a new class (#15553, #15544) 9 years ago
  Denis Anisimov 60f0bdaa6e Horizontal split panel height shouldn't ignore second component (#15149) 9 years ago
  Artur Signell 0f38151da3 Fix moving a single component inside a split panel (#11920) 10 years ago
  Leif Åstrand a11909909c Replace use of deprecated DOM.setStyleAttribute method (#13781) 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
  Johannes Dahlström 4f9df1f6f0 Don't detach and reattach VAbstractSplitPanel child widgets unnecessarily (#11628) 11 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Leif Åstrand 95d0495225 Remember old splitter position when adjusting for out of bounds (#10596) 11 years ago
  michaelvogt a0995c4655 Changed order of the containers in DOM 11 years ago
  Johannes Dahlström d67ed23096 Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) 11 years ago
  Pekka Hyvönen 0f5284bb82 Constants -> enums (#9072) 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
  Leif Åstrand 7d25670284 Reformat project 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) 12 years ago
  Artur Signell 14dd4d0b28 Moved client files to a client src folder (#9299) 12 years ago
  Leif Åstrand 3604bf01de Add Java 6 @Override annotations to all methods from interfaces 12 years ago
  Johannes Dahlström 7d21df4669 Ensure widgets are scrollable after a state change (see also #8994) 12 years ago
  Johannes Dahlström 66e9b8cec5 Fix issues caused by 6.8 merge: prevent NPE with componentStyles; ensure split position limits are properly set; ensure panels are scrollable after state change 12 years ago
  Johannes Dahlström e2541a8a5b Fix accidentally committed file with unresolved conflicts 12 years ago
  Artur Signell 429aeadef9 Moved each component to its own package on client side 12 years ago
  Leif Åstrand c5ab6b8c89 Add LayoutManager.setNeedsMeasure and change how layouts are started 12 years ago
  Leif Åstrand e77e606383 Only report sizes for relative children 12 years ago
  Leif Åstrand 50cc1c9b4c Report child sizes to LayoutManager to improve propagation 12 years ago
  Artur Signell 818e5ba6b7 Changed Event to be inside Handler instead of vice versa. 12 years ago
  Artur Signell 3c0f91b18d Removed unnecessary connector id from widget 12 years ago
  Artur Signell 5c32e1ea86 Updated split panel to send split position using RPC 12 years ago
  Artur Signell 5ff5dfda99 Fixed handling of null widgets in split panel 12 years ago
  Artur Signell 2bd148914d Moved styles list to shared state, replacing the previous String hack. 12 years ago
  Leif Åstrand ec292fa9fb Don't need the overflow fix any more (#8313) 12 years ago
  Leif Åstrand acf87e2d32 Some small tweaks to the split panels (#8313) 12 years ago
  Leif Åstrand 818ab6ab5e SplitPanel working with the MeasureManager (#8313) 12 years ago
  Artur Signell fbfbe007a1 Removed unnecessary getWidgetForPaintable methods 12 years ago
  Artur Signell 15abf4ff4c #8324 Split split panel classes into widget and paintable 12 years ago
  Artur Signell 70173cfc6e Split Paintable from Widget so we have VPaintable (paintable without any 12 years ago
  Artur Signell 3b0da56451 #7354 IT Mill -> Vaadin find and replace 12 years ago
  Artur Signell 8c2dc96621 #7913 Removed IE7 related stuff 12 years ago
  Henri Sara bd182c9eaf #7208 SplitPanel splitter jumped left when clicked 12 years ago
  Matti Tahvonen 16a63ab0c2 some work towards touch UI support 13 years ago