Age | Commit message (Expand) | Author |
2020-02-23 | Support for "cursor" CSS property (#135) | Robert Jaros |
2020-02-23 | Deprecate some problematic overloaded constructors. | Robert Jaros |
2020-02-22 | Allow form validation without marking fields with errors. | Robert Jaros |
2020-02-09 | Disallow null value for RangeInput | Robert Jaros |
2020-02-02 | Add RangeInput and Range components (sliders) (#132) | Robert Jaros |
2020-02-01 | Add support for custom type fields in Form/FormPanel model class. | Robert Jaros |
2020-01-31 | Support for fieldset HTML element both as a standalone container and within F... | Robert Jaros |
2020-01-20 | Add "tabChange" event for TabPanel container2.9.0 | Robert Jaros |
2020-01-20 | Fix tabulator module dependencies | Robert Jaros |
2020-01-20 | Fix tabulator module dependencies | Robert Jaros |
2020-01-20 | Better support for applications with multiple roots. | Robert Jaros |
2020-01-19 | Fix code comments | Robert Jaros |
2020-01-16 | Support for custom Decimal type in the common target | Robert Jaros |
2019-12-30 | Add support form "main" HTML tag | Robert Jaros |
2019-12-03 | Fix application testing (#113) | Robert Jaros |
2019-12-02 | Auto marking of required form fields | Robert Jaros |
2019-12-02 | Exclude invisible fields from form validation | Robert Jaros |
2019-11-15 | Add focus() and blur() methods to Button class. | Robert Jaros |
2019-11-15 | Fix an issue with high CPU utilization in IntelliJ by introducing new onEvent... | Robert Jaros |
2019-11-06 | Fix exception handling in RestClient | Robert Jaros |
2019-11-05 | Add labels/fields horizontal ratio option for FormPanel component. | Robert Jaros |
2019-11-04 | Support for Date type serialization/deserialization in RestClient (#101) | Robert Jaros |
2019-11-02 | New set of methods returning Response object in RestClient (#100) | Robert Jaros |
2019-10-25 | Style fixes | Robert Jaros |
2019-10-24 | New Bold html component. | Robert Jaros |
2019-10-21 | Add NAV tag type. | Robert Jaros |
2019-10-21 | Fix inline list type. | Robert Jaros |
2019-10-17 | Move DSL builder functions out of the companion objects (#93) | Robert Jaros |
2019-10-14 | Return root container from Application extension functions. | Robert Jaros |
2019-10-14 | Change deprecation level to ERROR on the Date type. | Robert Jaros |
2019-10-14 | Refactoring Root class constructors (#92) | Robert Jaros |
2019-10-13 | Allow to unsubscribe from the ObservableState. | Robert Jaros |
2019-10-13 | New Application class to reduce applications boilerplate (#92). | Robert Jaros |
2019-10-13 | Move ObservableList class from utils to state package and implement Observabl... | Robert Jaros |
2019-10-13 | Refactor StateBinding class with ObservableState interface. | Robert Jaros |
2019-10-12 | Redesign Date type handling in server side interfaces. | Robert Jaros |
2019-10-06 | Remove radio button default style. | Robert Jaros |
2019-10-05 | Form panel styling abstraction. | Robert Jaros |
2019-10-05 | Updated Select form control. | Robert Jaros |
2019-10-05 | Updated DateTime form control (#89) | Robert Jaros |
2019-10-03 | Upgrade to Bootstrap 4. | Robert Jaros |
2019-08-03 | Top level helper functions for i18n. | Robert Jaros |
2019-07-13 | Style fixes. Suppress style warnings. | Robert Jaros |
2019-07-13 | Suppress style warnings. | Robert Jaros |
2019-07-09 | Fix tests. | Robert Jaros |
2019-07-09 | Fix tests. | Robert Jaros |
2019-07-09 | Add support for additional icons (#68) | Robert Jaros |
2019-07-09 | New DOM bindings. Drop horrible "strictDOM" property. | Robert Jaros |
2019-07-08 | More general CssSize (based on Number type). Note: both .px and .pt extension... | Robert Jaros |
2019-07-06 | New implementation of ObservableList<T> | Robert Jaros |