| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix temporal renderers serialization (#10929) | Ilia Motornyi | 2018-06-13 | 4 | -15/+171 |
* | Fix formatting of some files (#10972) | Ilia Motornyi | 2018-06-12 | 1 | -11/+18 |
* | Remove parse error when changing from invalid to empty date text (#10771) | Alexander Nittka | 2018-06-07 | 1 | -0/+82 |
* | Fix NPE check in BindingValidationStatus (#10964) | Olli Tietäväinen | 2018-06-05 | 1 | -0/+13 |
* | Fix small formatting issues (#10960) | Ilia Motornyi | 2018-06-01 | 1 | -8/+16 |
* | Fix Grid not removing columns from sort order | Teemu Suo-Anttila | 2018-05-28 | 1 | -4/+23 |
* | Fix Grid clearSortOrder not updating state (#10917) | Teemu Suo-Anttila | 2018-05-15 | 1 | -2/+9 |
* | URL encode file name in GlobalResourceHandler (#10751) | Marco Collovati | 2018-05-09 | 1 | -0/+68 |
* | Fix using runo icons in FileTypeResolver (#10858) | Ilia Motornyi | 2018-05-03 | 1 | -0/+1 |
* | Enable formatting in testbench-api module (#10852) | Ilia Motornyi | 2018-05-02 | 2 | -15/+13 |
* | Enable Maven plugin for Eclipse formatting (#10829) | Ilia Motornyi | 2018-04-19 | 36 | -144/+176 |
* | Colorpicker validation handling (#10821) | KatriHaapalinna | 2018-04-19 | 6 | -0/+433 |
* | Fix AbstractSingleSelect selection and state updates (#10796) | Teemu Suo-Anttila | 2018-04-19 | 1 | -1/+16 |
* | Fixes declarative update of existing Composite (#10825) | Ilia Motornyi | 2018-04-17 | 1 | -0/+29 |
* | Fix Grid Column not sortable with backend data and sort property (#10811) | Teemu Suo-Anttila | 2018-04-13 | 1 | -1/+1 |
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 28 | -53/+0 |
* | Added possibility to add listener for connectorMarkedDirty (#10773) | caalador | 2018-04-04 | 1 | -0/+155 |
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 235 | -3534/+0 |
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 223 | -223/+223 |
* | Added method asRequired with a custom required validator to BindingBuilder. (... | Márcio P. Dantas | 2018-03-26 | 1 | -0/+92 |
* | Fix ValueChangeListener order changes with Binder (#10745) | Teemu Suo-Anttila | 2018-03-24 | 1 | -0/+25 |
* | Always return a fresh copy of BeanPropertySet from cache (#10635) | Ilia Motornyi | 2018-03-24 | 2 | -24/+134 |
* | Correctly handle data providers with overriden getId (#10728) | Anastasia Smirnova | 2018-03-22 | 1 | -0/+97 |
* | Implement ReadOnlyHasValue helper (#10643) | Ilia Motornyi | 2018-03-20 | 1 | -0/+116 |
* | Fix date ranges for date and datetime fields (#10685) | Ilia Motornyi | 2018-03-20 | 1 | -0/+6 |
* | Add option to use error message provider for StringTo converters (#10711) | Teemu Suo-Anttila | 2018-03-19 | 1 | -0/+23 |
* | Add missing null check to Binding (#10726) | Teemu Suo-Anttila | 2018-03-19 | 1 | -0/+19 |
* | Fixed comment to reflect test expectation (#10676) | Marco Collovati | 2018-03-05 | 1 | -1/+1 |
* | Add setReadOnly for Bindings (#10482) | Teemu Suo-Anttila | 2018-02-08 | 1 | -10/+38 |
* | Add recursive expand and collapse method to TreeGrid and Tree (#10283) | Adam Wagner | 2018-02-08 | 2 | -3/+3 |
* | Fix Column.setSortable being overridden (#10604) | Teemu Suo-Anttila | 2018-02-07 | 2 | -27/+73 |
* | Rename contentMode to descriptionContentMode in MenuItem (#10494) | Leif Åstrand | 2018-01-08 | 1 | -5/+5 |
* | Add ContentMode for the description of MenuItems (#9984) | Jonas Zipprick | 2017-12-29 | 1 | -1/+24 |
* | Treat fields as readonly when bound with null setter (#10477) | Marco Collovati | 2017-12-29 | 2 | -7/+25 |
* | Make Binder.setReadonly ignore effectively readonly bindings (#10368) | Marco Collovati | 2017-12-28 | 2 | -0/+43 |
* | Fix nested bean property name (#10271) | schaerl | 2017-11-22 | 1 | -0/+48 |
* | Improve Binder JavaDocs and APIs (#10347) | Teemu Suo-Anttila | 2017-11-21 | 1 | -0/+8 |
* | Fix issues from API review for 8.2 (#10342) | Aleksi Hietanen | 2017-11-21 | 3 | -19/+19 |
* | Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344) | Aleksi Hietanen | 2017-11-21 | 1 | -1/+0 |
* | FileResource to use bufferSize, and StreamResource to use getCacheTime() (#10... | Ahmed Ashour | 2017-11-21 | 2 | -0/+47 |
* | Remove unused imports (#10330) | Ahmed Ashour | 2017-11-21 | 8 | -14/+6 |
* | Rename GridDragger to GridRowDragger (#10333) | Pekka Hyvönen | 2017-11-17 | 2 | -12/+12 |
* | Add documentation on GridDragger (#10328) | Pekka Hyvönen | 2017-11-16 | 2 | -0/+38 |
* | Add helper for Grid row DnD (#10255) | Pekka Hyvönen | 2017-11-15 | 2 | -0/+458 |
* | Add new drop mode ON_GRID for GridDropTarget (#10296) | Pekka Hyvönen | 2017-11-15 | 1 | -0/+152 |
* | Fix TreeGrid to use correct super constructor (#10291) | Jerome Meyer | 2017-11-14 | 1 | -0/+6 |
* | Improve nested property support for Binder (#9925) | Olli Tietäväinen | 2017-11-14 | 2 | -2/+198 |
* | Add API to read Binding value from bean (#10316) | Teemu Suo-Anttila | 2017-11-13 | 1 | -0/+21 |
* | HasItems.setItems(T... items) should allow edits (#10290) | Pekka Hyvönen | 2017-11-06 | 2 | -0/+82 |
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 2 | -39/+26 |