aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft
AgeCommit message (Collapse)Author
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
New testutils module.
2019-10-13Move ObservableList class from utils to state package and implement ↵Robert Jaros
ObservableState interface.
2019-10-13Refactor StateBinding class with ObservableState interface.Robert Jaros
2019-10-12Redesign Date type handling in server side interfaces.Robert Jaros
Map js.Date class on the client side to different java.time.* classes on the server side.
2019-10-06Remove radio button default style.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
Upgrade to Font Awesome 5. Restructure modules.
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 ↵Robert Jaros
extension properties are still defined for Int type only.
2019-07-06New implementation of ObservableList<T>Robert Jaros
2019-06-26Merge pull request #61 from robert-cronin/masterRobert Jaros
Add <br> tag to enum
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
2019-06-22An advanced option to strictly bind a component to the DOM element.Robert Jaros
2019-06-20Missing TAG.HR in enum.Robert Jaros
2019-06-03Refactor support for additional attributes from Tag up to the Widget class.Robert Jaros
2019-05-11Add new SimpleSelect form control.Robert Jaros
2019-05-11Add support for additional attributes in the Tag component.Robert Jaros
Add some missing tag types.
2019-05-11Allow constructing Root containers from HTMLElement objects.Robert Jaros
2019-05-11Refactor focus and blur methods in FormControl interface.Robert Jaros
2019-05-07Closable tabs in the TabPanel container.Robert Jaros
2019-05-07Fix routing initialization.Robert Jaros
2019-04-24New kvision-tabulator module.Robert Jaros
2019-04-24Fix various problems with re-creating DOM nodes.Robert Jaros
2019-04-24Scrollable tabs for TabPanelRobert Jaros
2019-04-22Code style fixes.Robert Jaros
2019-04-22Fix for modifying table content dynamically.Robert Jaros
2019-04-18Add internal cache for styles generation code.Robert Jaros
2019-04-16Upgrade Kotlin to 1.3.30Robert Jaros
Upgrade coroutines to 1.2.0 Upgrade serialization to 0.11.0 Upgrade Ktor to 1.1.4 Upgrade Spring Boot to 2.1.4
2019-04-04Fix modals rendering.Robert Jaros
2019-04-03Add new dedicated classes for some most used html tags.Robert Jaros
Deprecate Label. Use Span class instead.
2019-04-02Support for tooltips and popovers.Robert Jaros
2019-04-02I18n fix.Robert Jaros
2019-03-24New RestClient class in the core module.Robert Jaros
2019-03-24Some fixes for CSS style objects.Robert Jaros
2019-03-23Code style fixes.Robert Jaros
2019-03-23CSS style objects.Robert Jaros