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-1434-4.5.6
Choose a base ref
...
head repository: processing/processing4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Jul 20, 2026

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

Commits on Jul 31, 2026

  1. fix #1520 (#1557)

    hx2A authored Jul 31, 2026
    Configuration menu
    Copy the full SHA
    c83c84a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2026

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

Commits on Aug 3, 2026

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

Commits on Aug 5, 2026

  1. Fix "InaccessibleObjectException" exception on Linux startup (#1559)

    Linux builds would previously throw this error on startup:
    > java.lang.reflect.InaccessibleObjectException: Unable to make field private
    > static java.lang.String sun.awt.X11.XToolkit.awtAppClassName accessible:
    > module java.desktop does not "opens sun.awt.X11" to unnamed module @4c8aea9c
    
    The code that triggered this in Processing itself documented that an
    `--add-opens` parameter must be used, but this was never applied in the
    gradle build.
    
    Co-authored-by: Tony Wasserka <neobrain@users.noreply.github.com>
    neobrain and neobrain authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    0d8bde5 View commit details
    Browse the repository at this point in the history
Loading