Comparing processing-1311-4.5.0...processing-1312-4.5.1 · processing/processing4

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.
    Configuration menu

    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    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
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    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.
    Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history