| Commit message (Expand) | Author | Age | Files | Lines |
* | Declarative: add support for Panel (#7749). | Mika Murtojarvi | 2014-12-12 | 3 | -1/+175 |
* | Declarative support for Button and NativeButton (#7749) | Matti Hosio | 2014-12-12 | 4 | -1/+59 |
* | Declarative support for TabSheet and Accordion (#7749) | Matti Hosio | 2014-12-12 | 4 | -1/+281 |
* | Declarative support for TextField, PasswordField and TextArea (#7749) | Matti Hosio | 2014-12-12 | 5 | -2/+243 |
* | Declarative support for AbstractTextField (#7749) | Matti Hosio | 2014-12-10 | 3 | -1/+149 |
* | Add support for margins in AbstractOrderedLayout (#7749) | Matti Hosio | 2014-12-10 | 2 | -10/+32 |
* | Declarative support for AbstractField (#7749) | Matti Hosio | 2014-12-10 | 6 | -2/+242 |
* | Fix errors that affect validation builds (#7749). | Mika Murtojarvi | 2014-12-10 | 2 | -0/+6 |
* | Change a test not to use LocaleUtils. | Mika Murtojarvi | 2014-12-10 | 1 | -6/+3 |
* | Remove locale utils dependency since that is not available in the server depe... | Matti Hosio | 2014-12-10 | 1 | -1/+1 |
* | Declarative support for CssLayout (#7749) | Matti Hosio | 2014-12-10 | 2 | -0/+152 |
* | Handle locale as a special case (#7749). | Mika Murtojarvi | 2014-12-09 | 1 | -0/+153 |
* | Handle immediate property as a special case (#7749). | Mika Murtojarvi | 2014-12-09 | 2 | -0/+35 |
* | Support for automatic binding of the fields of the root layout (#7749) | Matti Hosio | 2014-12-08 | 3 | -0/+144 |
* | Declarative support for Responsive (#7749) | Matti Hosio | 2014-12-08 | 2 | -0/+40 |
* | Declarative: handle inner html for Button and Label (#7749). | Mika Murtojarvi | 2014-12-05 | 8 | -9/+368 |
* | Fixes for the public API of DesignContext. | Mika Murtojarvi | 2014-12-04 | 2 | -0/+195 |
* | Declarative support for AbsoluteLayout (#7749) | Matti Hosio | 2014-12-04 | 2 | -0/+211 |
* | Declarative: Use Element in DesingSynchronizable method parameters | Matti Hosio | 2014-12-03 | 4 | -53/+49 |
* | Vaadin declarative: parser and html generator. | Mika Murtojarvi | 2014-12-02 | 1 | -1/+0 |
* | Declarative support for AbstractOrderedLayout | Matti Hosio | 2014-12-02 | 2 | -0/+248 |
* | Support for synchronizing to design in AbstractComponent | Matti Hosio | 2014-12-02 | 2 | -3/+259 |
* | support for declarative in AbstractComponent | Matti Hosio | 2014-11-28 | 1 | -0/+187 |
* | Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410). | Denis Anisimov | 2014-11-19 | 2 | -0/+15 |
* | Update selection after changes in underlying data source (#13580). | Denis Anisimov | 2014-11-11 | 1 | -0/+81 |
* | Add null check to FieldGroup.bind. (#14729) | Sauli Tähkäpää | 2014-11-05 | 1 | -0/+40 |
* | Change the way classloader for VaadinService is selected (fixes #11295) | Maciej Przepióra | 2014-10-31 | 3 | -2/+9 |
* | Upload: OutOfMemory if stream already been read (#10096) | Sergey Budkin | 2014-10-29 | 1 | -0/+64 |
* | Fire attach/detach events when Window is added/removed from UI (#14908). | Denis Anisimov | 2014-10-29 | 1 | -0/+44 |
* | FieldGroup should not throw NPE when data source is not set (#14901). | Denis Anisimov | 2014-10-22 | 1 | -0/+55 |
* | Use isConnectorEnabled instead of isEnabled for DnD service (#12781) | Denis Anisimov | 2014-10-16 | 1 | -1/+55 |
* | Use isConnectorEnabled instead of isEnabled for client requests(#12781). | Denis Anisimov | 2014-10-16 | 4 | -7/+206 |
* | Make DefaultFieldGroupFieldFactory singleton (#11038). | Denis Anisimov | 2014-10-13 | 1 | -1/+25 |
* | Use workaround for JDK6 Introspection bug JDK-6788525 (#14839). | Denis Anisimov | 2014-10-13 | 1 | -0/+41 |
* | Call endUpload() in finally block of fail handling (#14677). | Denis Anisimov | 2014-10-09 | 1 | -0/+101 |
* | FieldGroup.commit throws NPE if not bound to an item (#14732). | Sergey Budkin | 2014-10-09 | 1 | -0/+33 |
* | Possible VaadinSession deadlock when invalidating HTTP session (#14452) | Sergey Budkin | 2014-10-07 | 1 | -8/+93 |
* | Check eventRouter value against null in Page class (#14803). | Denis Anisimov | 2014-10-07 | 1 | -0/+92 |
* | Provide API to change resource/url for BrowserWindowOpener (#12733). | Denis Anisimov | 2014-10-07 | 1 | -0/+79 |
* | Dedicated methods for init params in DeploymentConfiguration (#12087). | Denis Anisimov | 2014-09-30 | 3 | -6/+161 |
* | String <-> Enum converter which produces a human readable string (#14756) | Artur Signell | 2014-09-30 | 1 | -0/+59 |
* | Read input stream logic is corrected (#14533). | Denis Anisimov | 2014-09-30 | 1 | -0/+148 |
* | Add clear() for fields and field group (#14755) | Artur Signell | 2014-09-26 | 5 | -9/+319 |
* | Add new StringTo<Byte, Short, BigInteger> Converters(#14583) | denis.magdenkov | 2014-09-19 | 3 | -0/+183 |
* | Made MethodPropertyDescriptor box primitive types as it's done in MethodPrope... | Taras Hupalo | 2014-09-19 | 2 | -0/+23 |
* | Add Range<Byte, Short, Long, Float, BigInteger, BigDecimal> Validators (#14584) | denis.magdenkov | 2014-09-17 | 6 | -0/+302 |
* | Improve proxy comparison support (#14639) | Juuso Valli | 2014-09-15 | 1 | -0/+50 |
* | Fix potential invalid JSON output in MetadataWriter (#14591) | Johannes Dahlström | 2014-09-04 | 1 | -0/+14 |
* | Revert to old capitalization to avoid git issues (#8942) | Leif Åstrand | 2014-08-30 | 2 | -2/+2 |
* | replaced all org.json.* usages with elemental.json.* (#8942) | Taras Hupalo | 2014-08-26 | 4 | -26/+33 |