aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/panel
AgeCommit message (Expand)Author
2020-05-09Add new className parameter to all DSL builder functions.Robert Jaros
2020-05-06Add root panel container types from Bootstrap 4.4. Deprecate current root pan...Robert Jaros
2020-03-27Small fix to the flex panel internal marginsRobert Jaros
2020-03-04Fix stack panel routes handling.Robert Jaros
2020-02-26Major changes in the event handling architecture. Support for multiple event ...Robert Jaros
2020-02-26Major changes in the event handling architecture. Support for multiple event ...Robert Jaros
2020-01-31Support for fieldset HTML element both as a standalone container and within F...Robert Jaros
2020-01-20Better support for applications with multiple roots.Robert Jaros
2019-10-25Style fixesRobert 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-14Refactoring Root class constructors (#92)Robert Jaros
2019-10-13New Application class to reduce applications boilerplate (#92).Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
2019-07-13Style fixes. Suppress style warnings.Robert Jaros
2019-07-09New DOM bindings. Drop horrible "strictDOM" property.Robert Jaros
2019-06-03Refactor support for additional attributes from Tag up to the Widget class.Robert Jaros
2019-05-11Allow constructing Root containers from HTMLElement objects.Robert Jaros
2019-05-07Closable tabs in the TabPanel container.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-04Fix modals rendering.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
2018-11-12Support for vertical tabs.Robert Jaros
2018-10-13Major refactoring of the multi-platform components.Robert Jaros
2018-08-21Internationalization support for built-in components.Robert Jaros
2018-08-19Internationalization support.Robert Jaros
2018-05-25Small fixes.Robert Jaros
2018-05-05Suppress some warnings.Robert Jaros
2018-05-04DockPanel usability fixesRobert Jaros
2018-03-29Code style fixes.Robert Jaros
2018-03-22Context menu component based on Bootstrap dropdown.Robert Jaros
2018-03-22Fixed removing child from container.Robert Jaros
2018-03-22Fix incorrect padding with container-fluid root.Robert Jaros
2018-03-08Adds a property to activate child component directly.Robert Jaros
2018-03-07Style fixRobert Jaros
2018-03-04Style fixes.Robert Jaros
2018-02-26Fix UNIT type name.Robert Jaros
2018-02-25Change enum classes names for better readability.Robert Jaros
2018-02-25Change extension function to properties for dimensions.Robert Jaros
2018-02-25CSS position support.Robert Jaros
2018-02-22Property values delegated to a map (idea by tieskedh)Robert Jaros
2018-02-21Small style fixes contributed by tieskedhRobert Jaros
2018-02-12Fix of FlexPanel companion object.Robert Jaros
2018-02-12DSL builders returning built components.Robert Jaros
2018-02-12Type safe DSL buildersRobert Jaros
2018-02-12DSL syntax for containersRobert Jaros