aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-19Fix code commentsRobert Jaros
2020-01-16Support for custom Decimal type in the common targetRobert Jaros
2019-12-30Add support form "main" HTML tagRobert Jaros
2019-12-03Fix application testing (#113)Robert Jaros
2019-12-03Fix modal buttons resposivness.Robert Jaros
2019-12-02Fix keyboard and focus handling for UploadInput componentRobert Jaros
2019-12-02Auto marking of required form fieldsRobert Jaros
2019-12-02Exclude invisible fields from form validationRobert Jaros
2019-12-02Fix select control invalid stateRobert Jaros
2019-11-15Add focus() and blur() methods to Button class.Robert Jaros
2019-11-15Fix an issue with high CPU utilization in IntelliJ by introducing new onEvent...Robert Jaros
2019-11-06Fix exception handling in RestClientRobert Jaros
2019-11-05Add labels/fields horizontal ratio option for FormPanel component.Robert Jaros
2019-11-04Support for Date type serialization/deserialization in RestClient (#101)Robert Jaros
2019-11-02New set of methods returning Response object in RestClient (#100)Robert Jaros
2019-10-25Style fixesRobert Jaros
2019-10-24New Bold html component.Robert Jaros
2019-10-21Add NAV tag type.Robert Jaros
2019-10-21Fix inline list type.Robert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-14Return root container from Application extension functions.Robert Jaros
2019-10-14Change deprecation level to ERROR on the Date type.Robert Jaros
2019-10-14Refactoring Root class constructors (#92)Robert Jaros
2019-10-13Allow to unsubscribe from the ObservableState.Robert Jaros
2019-10-13New Application class to reduce applications boilerplate (#92).Robert Jaros
2019-10-13Move ObservableList class from utils to state package and implement Observabl...Robert Jaros
2019-10-13Refactor StateBinding class with ObservableState interface.Robert Jaros
2019-10-12Redesign Date type handling in server side interfaces.Robert Jaros
2019-10-06Update all tests.Robert Jaros
2019-10-06Remove radio button default style.Robert Jaros
2019-10-05Updated Spinner form control.Robert Jaros
2019-10-05Form panel styling abstraction.Robert Jaros
2019-10-05Updated Select form control.Robert Jaros
2019-10-05Updated DateTime form control (#89)Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
2019-08-03Top level helper functions for i18n.Robert Jaros
2019-07-13Style fixes. Suppress style warnings.Robert Jaros
2019-07-13Suppress style warnings.Robert Jaros
2019-07-09Fix tests.Robert Jaros
2019-07-09Fix tests.Robert Jaros
2019-07-09Add support for additional icons (#68)Robert Jaros
2019-07-09New DOM bindings. Drop horrible "strictDOM" property.Robert Jaros
2019-07-08More general CssSize (based on Number type). Note: both .px and .pt extension...Robert Jaros
2019-07-06New implementation of ObservableList<T>Robert Jaros
2019-06-26Merge pull request #61 from robert-cronin/masterRobert Jaros
2019-06-26New type inference workaround (KT-32168)Robert Jaros
2019-06-26correct spelling error for vertical-alignRobbie Cronin
2019-06-26Add break to Tag elementRobbie Cronin
2019-06-23Style fix.Robert Jaros
2019-06-23Fixed positioning of the context menu for use inside a Tabulator component.Robert Jaros