-
-
Notifications
You must be signed in to change notification settings - Fork 156
Comparing changes
Open a pull request
base repository: processing/processing4
base: processing-1311-4.5.0
head repository: processing/processing4
compare: processing-1312-4.5.1
- 11 commits
- 12 files changed
- 2 contributors
Commits on Dec 20, 2025
-
Refactor splash screen launch logic in Start.kt (#1357)
Simplifies the splash screen logic by removing coroutine delays and instead using a LaunchedEffect to trigger Base.main after the splash animation completes. The splash window now closes automatically when a new window is opened, improving startup flow and reliability.
Configuration menu - View commit details
-
Copy full SHA for 9290fe9 - Browse repository at this point
Copy the full SHA 9290fe9View commit details
Commits on Dec 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for edaf153 - Browse repository at this point
Copy the full SHA edaf153View commit details
Commits on Jan 8, 2026
-
Refactor locale resource loading logic (#1364)
Read the locale strings as UTF-8
Configuration menu - View commit details
-
Copy full SHA for 76b9bae - Browse repository at this point
Copy the full SHA 76b9baeView commit details
Commits on Jan 14, 2026
-
Migration of the
svglibrary to Gradle (#1289)* Update svg build.gradle.kts * update variable legacyLibraries and libraries
Configuration menu - View commit details
-
Copy full SHA for 621d990 - Browse repository at this point
Copy the full SHA 621d990View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac09bfe - Browse repository at this point
Copy the full SHA ac09bfeView commit details -
Refactor Other preferences registration logic (#1379)
Made sure the logic for displaying experimental settings runs regardless of the visibility of the toggle
Configuration menu - View commit details
-
Copy full SHA for 4edb29a - Browse repository at this point
Copy the full SHA 4edb29aView commit details
Commits on Jan 16, 2026
-
Instant Locale Updatee (#1384)
Keep track of locale updates within the Process so that when the user changes the locale, that is immediately reflected within the app and later within other instances of Processing when the watch file kicks off the reload
Configuration menu - View commit details
-
Copy full SHA for 8466ee1 - Browse repository at this point
Copy the full SHA 8466ee1View commit details -
Create PreferencesEvents to glue into base and other deps (#1386)
To avoid creating dependencies within Preferences.kt, create an event structure that will listen to changes triggered by saving the Preferences.
Configuration menu - View commit details
-
Copy full SHA for aaa3f75 - Browse repository at this point
Copy the full SHA aaa3f75View commit details -
Make
CapturePreferencesonly keep track of changes (#1383)Before `CapturePreferences` would override `LocalPreferences` and halt any changes upstream until `apply` was called, now it will let those changes slip through so we get immediate feedback on changes made in the preferences screen.
Configuration menu - View commit details
-
Copy full SHA for 1af2eb7 - Browse repository at this point
Copy the full SHA 1af2eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f8b39 - Browse repository at this point
Copy the full SHA 02f8b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for df585de - Browse repository at this point
Copy the full SHA df585deView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff processing-1311-4.5.0...processing-1312-4.5.1