Tags: sarvex/korge
Tags
Cleanup MRectangle and MBoundsBuilder (korlibs#1535) * Cleanup MRectangle and MBoundsBuilder * Fixes * Make ColorTransform use float instead of double
Fixes CachedContainer & UIScrolalble & Adds FixedSizeCachedContainer … …clip & builder (korlibs#1507)
Try to fix publishing by creating different javadoc jars
Fixes masks and backdrop filter (korlibs#1380) * Fixes masks and backdrop filter * Make BitmapAsserter error output be clickable by adding file://
Try to make KotlinNativeCrossTest abstract to make it compatible with… … Kotlin 1.8.0-Beta (korlibs#1125)
Prototype new animator, supporting attaching new nodes on the fly (ko… …rlibs#1095) * Prototype new animator, supporting attaching new nodes on the fly * Some fixes * Change default local version to 999.0.0.999 * Do not require V2 to call .init() explicitly * Add V2.incr variants for delta changes * Update NewAnimator with fixes and improvements * Minor Klock additions * Much more work on NewAnimator + tests * Add test checking V2 reusal when initial was not set * Fixes KMutableProperty0.incr when reusing V2 instance * Some fixes, remove old animator and replace with the new animator * Update remaining versions to 999.0.0.999 * Try to avoid overload issue that was not detected in the editor * Fix test not working properly on JS due to double.toString inconsistency * Added TimeSpan.isNil * Optimize KMutableProperty0.incr * Fixes FastArrayList indexOf null on non-JS targets and contains on K/N targets that use indexOf internally * Some cleanups and extra verifications
PreviousNext