| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add shorthand for adding a column with ComponentRenderer | Pekka Hyvönen | 2017-05-19 | 1 | -3/+2 |
* | Add TreeData#addRootItems, getRootItems | Aleksi Hietanen | 2017-05-18 | 1 | -0/+17 |
* | Add stream variants for the child item provider shorthands (#9375) | Leif Åstrand | 2017-05-18 | 1 | -4/+22 |
* | Clean connector tracker after each access block to stop memory leaks (#9305) | Artur | 2017-05-16 | 2 | -1/+57 |
* | Refactor common methods in in-memory data providers (#9308) | Aleksi Hietanen | 2017-05-16 | 5 | -34/+54 |
* | Refactor Html5 DnD feature based on API review (#9306) | Pekka Hyvönen | 2017-05-12 | 1 | -2/+2 |
* | Properly remove service destroy listeners (#9304) | Artur | 2017-05-12 | 1 | -0/+30 |
* | Reset HierarchicalDataCommunicator on changes (#9275) | Aleksi Hietanen | 2017-05-11 | 1 | -0/+7 |
* | Fix bean validation when using sub property bindings (#9248) | Artur | 2017-05-08 | 1 | -9/+87 |
* | Add an initial version of Tree component (#9212) | Teemu Suo-Anttila | 2017-05-02 | 5 | -21/+127 |
* | Add OSGi support #8830 #8827 #8828 #8829 | Mirjan Merruko | 2017-04-25 | 1 | -0/+2 |
* | Add support for frontend:// using separate es5 and es6 folders | Artur | 2017-04-24 | 1 | -0/+111 |
* | Support using Composite and CustomComponent as a Design root class (#9017) | Artur | 2017-04-18 | 10 | -0/+293 |
* | Fix problem when reading a nested Design based on a GridLayout (#9092) | Artur | 2017-04-18 | 2 | -1/+47 |
* | Composite component (#8952) | Artur | 2017-04-18 | 1 | -1/+15 |
* | Binder with Nested Properties (#8923) | chrosim | 2017-04-12 | 5 | -0/+201 |
* | Fix bug column and row expand ratio are not persisted | Tien Nguyen | 2017-04-04 | 1 | -6/+23 |
* | Make bindInstanceFields not bind fields already bound using functions (#8998) | Artur | 2017-04-03 | 1 | -0/+23 |
* | Make getValueProvider return ValueProvider (#8983) | Leif Åstrand | 2017-03-31 | 1 | -0/+29 |
* | Make CustomField iterator() comply with contract | Artur Signell | 2017-03-29 | 1 | -0/+63 |
* | Move select all visible to multi selection model interface (#8627) | Pekka Hyvönen | 2017-03-27 | 1 | -3/+4 |
* | Fix Binder documentation on ValidationException (#8949) | Pekka Hyvönen | 2017-03-27 | 1 | -0/+30 |
* | Fix infinite loop in data communication (#8927) | Aleksi Hietanen | 2017-03-27 | 1 | -2/+2 |
* | Remove support for transfer data type (#8910) | Adam Wagner | 2017-03-22 | 1 | -4/+2 |
* | Set column captions when reading grid from a design file (#8770) | Artur | 2017-03-22 | 1 | -4/+2 |
* | Initial documentation for 8.1 Drag and Drop (#8867) | Pekka Hyvönen | 2017-03-20 | 1 | -0/+61 |
* | Handle unknown connectors consistently and quietly as described in #8111 (#8741) | Artur | 2017-03-16 | 1 | -0/+49 |
* | Correctly write margin info for FormLayout into design files (#8804) | Artur | 2017-03-16 | 3 | -23/+76 |
* | Hierarchical data (#8842) | Aleksi Hietanen | 2017-03-16 | 4 | -0/+535 |
* | Allow changing renderers after column creation (#8841) | Teemu Suo-Anttila | 2017-03-15 | 1 | -0/+19 |
* | Correct license location | Ahmed Ashour | 2017-03-14 | 2 | -4/+3 |
* | Make test for EditorSaveEvent.bean field | Ilia Motornyi | 2017-03-14 | 1 | -5/+23 |
* | Read/write Grid item type to declarative and create columns correctly (#8769) | Artur | 2017-03-13 | 2 | -0/+320 |
* | Update frozen column count when a frozen column is removed (#8788) | Artur | 2017-03-10 | 1 | -0/+36 |
* | Correctly detach components in merged cells (#8773) | Artur | 2017-03-09 | 1 | -0/+21 |
* | Initial implementation of ComponentRenderer for Grid (#8743) | Teemu Suo-Anttila | 2017-03-09 | 1 | -0/+90 |
* | Include components in joined cells when finding child components (#8772) | Artur | 2017-03-08 | 1 | -0/+86 |
* | Update column caption when a text is set in the default header row | Artur | 2017-03-08 | 1 | -0/+26 |
* | Picked all changes from 7.7 | Teemu Suo-Anttila | 2017-03-07 | 2 | -0/+1052 |
* | Remove tracking of unregistered connectors (#8153) | Aleksi Hietanen | 2017-03-07 | 2 | -0/+45 |
* | Add missing Grid.removeAllColumns (#8750) | Artur | 2017-03-07 | 1 | -0/+14 |
* | Use try-with-resources (#8757) | Ahmed Ashour | 2017-03-07 | 2 | -24/+26 |
* | Add Column.getValueProvider to Grid (#8732) | Artur | 2017-03-02 | 1 | -0/+48 |
* | Fix some issues with Binder serialization (#8660) | Ilia Motornyi | 2017-02-23 | 7 | -8/+35 |
* | Fix NPE sorting columns with null values (#8610) | Filippo | 2017-02-23 | 1 | -0/+45 |
* | Add initial implementation of TreeGrid (#8572) | Aleksi Hietanen | 2017-02-23 | 1 | -0/+1 |
* | Make it possible to use an extended ComboBox in declarative files (#8651) | Artur | 2017-02-22 | 2 | -0/+22 |
* | Pick changes from 7.7.7 (#8577) | Teemu Suo-Anttila | 2017-02-22 | 4 | -3/+227 |
* | Translate "context://" to the context root of the web app | Artur | 2017-02-22 | 1 | -0/+127 |
* | Fix null caption for NativeSelect and ComboBox (#8633) | Pekka Hyvönen | 2017-02-21 | 1 | -0/+85 |