X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: processing/processing4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: processing-1311-4.5.0
Choose a base ref
...
head repository: processing/processing4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: processing-1312-4.5.1
Choose a head ref
  • 11 commits
  • 12 files changed
  • 2 contributors

Commits on Dec 20, 2025

  1. 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.
    Stefterv authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    9290fe9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Configuration menu
    Copy the full SHA
    edaf153 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Refactor locale resource loading logic (#1364)

    Read the locale strings as UTF-8
    Stefterv authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    76b9bae View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Migration of the svg library to Gradle (#1289)

    * Update svg build.gradle.kts
    
    * update variable legacyLibraries and libraries
    madhav2348 authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    621d990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac09bfe View commit details
    Browse the repository at this point in the history
  3. Refactor Other preferences registration logic (#1379)

    Made sure the logic for displaying experimental settings runs regardless of the visibility of the toggle
    Stefterv authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    4edb29a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. 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
    Stefterv authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    8466ee1 View commit details
    Browse the repository at this point in the history
  2. 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.
    Stefterv authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    aaa3f75 View commit details
    Browse the repository at this point in the history
  3. Make CapturePreferences only 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.
    Stefterv authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    1af2eb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02f8b39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df585de View commit details
    Browse the repository at this point in the history
Loading
X Tutup