Commit Graph

17 Commits

Author SHA1 Message Date
20e06b8fb9 v. 1.1.3
Implement mouse coordinate-based knob value adjustment.

Added `setValueByMouseCoords` to calculate knob values derived from mouse coordinates using angles. Replaced obsolete mouse delta logic with the new approach for better precision and interaction. Upgraded dependencies and project configurations, including the Kotlin version, for enhanced compatibility and stability.
2024-12-22 17:02:32 +01:00
85eb34e09b Upgrade dependencies and project configuration.
Updated multiple dependencies including Kotlin, Webpack, and Mocha to their latest versions. The project's JDK was upgraded to version 21, and the Kotlin multiplatform plugin version updated to 2.1.0. This ensures better compatibility, improved performance, and access to new features.
2024-12-22 14:29:25 +01:00
f1264fb539 Set content-type on index.html 2024-12-08 10:17:10 +01:00
1ee724822a Revert to 2.0.21 2024-12-08 09:48:29 +01:00
942140a1e3 Update build settings and dependencies
Add Dokka for documentation generation and configure credentials for new Maven repository endpoints. Transition kotlin-komponent dependency to a stable release version, and set project version to 1.1.0 for release readiness.
2024-12-07 17:17:16 +01:00
d458bbcd19 Add additional Maven repository URL
Included a new Maven repository URL to the build configuration for enhanced flexibility in package retrieval. This change allows access through an alternative port, ensuring better availability and compatibility with different network setups.
2024-11-29 17:26:54 +01:00
240f3b0364 Update kotlin-css-generator to stable version 1.0.10
Switch from a snapshot to the stable release of kotlin-css-generator to ensure reliability and stability. This change enhances dependency management and reduces the risk of issues related to using a snapshot version.
2024-11-29 17:25:53 +01:00
dd1af44a1a Add custom Maven repository to build.gradle.kts
Removed mavenLocal() and added a new custom Maven repository URL to the repositories block. This change allows the project to fetch dependencies from the specified Gitea-based Maven repository. The adjustment ensures access to specific packages not available on Maven Central.
2024-11-29 17:24:40 +01:00
8d5d885683 Added publishing, upgrade kotlin version 2024-11-29 16:17:04 +01:00
55f6dbfdd7 Remove gradle.properties file
The gradle.properties file, which specified the Kotlin code style as official, has been deleted. This change is likely because the project no longer requires this configuration or has moved to a different setup for managing code styles.
2024-11-29 16:12:20 +01:00
40ba59e7bd Move stuff in base 2024-08-09 19:54:36 +02:00
8d529b0a45 Util 2024-06-29 20:01:35 +02:00
7fb93bd08b Fix position & sizes 2024-06-28 17:08:27 +02:00
abfbfe377f Fixes 2024-06-27 20:08:32 +02:00
7a103d078f Fixes 2024-06-27 16:40:42 +02:00
d51c460fe7 Initial commit 2024-06-27 12:29:50 +02:00
6147bfe5db Initial commit 2024-06-20 19:00:07 +02:00