16506 Commits

Author SHA1 Message Date
allcontributors[bot]
420687440c docs: add Rishab87 as a contributor for code, and test (#1443)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
processing-1314-4.5.3
2026-03-02 09:01:55 -05:00
allcontributors[bot]
9ceb607f5c docs: add Ebaron96 as a contributor for bug (#1454)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2026-03-02 09:01:36 -05:00
Salmane Khalili
e22a4fbe60 Bug/androidcrash (#1447)
* Add java tests to build path

to put the test in the appropriate directory, id have to java files to
grade build configs, because it currently only checks for kotlin tests.

* Unit test for rsrc leakage in unzip

create a temp zip file > create a destination that is a file not a
directory (guaranteed exception) -> unzip throws ioexception because it
expects a directory not a file -> catch it -> check if the zip file is
still open -> if true == leak.

* Add try() to manage opened files/rsrcs

* Applying try() to more rsrcs

Ive also removed the test since its OS specific, and new code is
supposed to be in kotlin.

* conditional for setting decorated only when the frame is displayable

* type

* Applying dispose before frame is displayable

Moved the undecorated setup to the very beginning of the Editor
constructor before any operations that could make the frame displayable
happened.
2026-02-24 10:11:59 -05:00
Rishab Kumar Jha
779a8afd6e added important PImage unit tests (#1049) 2026-02-20 12:57:55 -05:00
Rishab Kumar Jha
d8767d95b8 Added unit tests for PMatrix3D in processing:core (#1029)
* added unit tests for Pmatrix 3D

* added unit tests for Pmatrix 3D
2026-02-20 12:55:42 -05:00
txandmj
dcad827456 add unit tests for IntList (#1102)
Co-authored-by: Moon <catilac@users.noreply.github.com>
2026-02-20 12:53:44 -05:00
allcontributors[bot]
56b4108f69 docs: add nickmcintyre as a contributor for test (#1442)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2026-02-20 12:48:07 -05:00
Avinash Kumar Deepak
cd49b184fe Publish Serial and IO libraries to Maven Central (#1421)
* serial: use jssc from maven instead of bundled jar

* io: port from ant to gradle, add maven publishing

* move io and net from legacy to regular library build

* revert serial changes for separate pr

* serial: add maven publishing, keep bundled jssc jar
2026-02-20 12:45:59 -05:00
Avinash Kumar Deepak
173f646e3b fix portable settings.path not respected for prefs and language (#1439) 2026-02-19 12:13:46 -05:00
allcontributors[bot]
9c3d45d084 docs: add SalmaneKhalili as a contributor for bug (#1438)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2026-02-17 10:55:05 -05:00
Stef Tervelde
4f2644a9a2 Publish Processing Gradle plugins (#1405)
* Publish Processing Gradle plugin

Add a publish-gradle job to the release workflow to publish Processing libraries to the Gradle Plugin Portal using gradle publish with required secrets and version/group env vars. Update gradle/plugins/library/build.gradle.kts to use the com.gradle.plugin-publish plugin, provide plugin metadata (website, vcsUrl, displayName, description, tags) and make the plugin id dynamic ("$group.library"). These changes enable automated publishing of the Gradle plugin with the metadata required by the portal.

* Publish plugins in release workflow

* Update build.gradle.kts

* Set project.group system property for tests

Expose the project's group to test JVMs by configuring tasks.withType<Test>() to set systemProperty("project.group", group ?: "org.processing"). Update ProcessingPluginTest to read the plugin id from System.getProperty("project.group") instead of hardcoding the group. Also close the publishing block in build.gradle.kts. This allows tests to adapt when the project group is overridden.

* Update build.gradle.kts
2026-02-17 10:46:38 -05:00
Salmane Khalili
05290b877e Resource Leaks in processing/app/Util.java (#1436)
* Add java tests to build path

to put the test in the appropriate directory, id have to java files to
grade build configs, because it currently only checks for kotlin tests.

* Unit test for rsrc leakage in unzip

create a temp zip file > create a destination that is a file not a
directory (guaranteed exception) -> unzip throws ioexception because it
expects a directory not a file -> catch it -> check if the zip file is
still open -> if true == leak.

* Add try() to manage opened files/rsrcs

* Applying try() to more rsrcs

Ive also removed the test since its OS specific, and new code is
supposed to be in kotlin.
2026-02-17 10:44:14 -05:00
Stef Tervelde
821d62c5e4 Write and load version.properties for plugin (#1423)
Add a writeVersion Gradle task that writes project.version to build/resources/main/version.properties, so the plugin can access the project version at runtime. This way the version number of the plugin and the used version of processing.core will be the same.
2026-02-09 19:25:49 -05:00
iTut
21c2466f9d Use start instead of 0 for the starting index in text(char[], int, int, float, float) (#1257) 2026-02-09 19:23:48 -05:00
harsh kumar
e42055f867 Add diagnostics gathering feature to debugger and UI (#1297)
* Add diagnostics gathering feature to debugger and UI

* Improve error messaging in Debugger and optimize token skipping in DiagnosticsDialog

* add suggested chaanges

* clean up
2026-02-06 09:44:36 -05:00
Stef Tervelde
f10710944b Processing Gradle Plugin (#1233)
* Squashed commit of the following:

commit 96ce6118cdfc0db0b3e47951ad7cab23751e430e
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Sep 23 14:14:56 2025 +0200

    Add Processing build in libraries

commit 374ba2c354d656adbf559a6a8ec87dc2689c94d4
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Sep 23 13:58:22 2025 +0200

    Support multiple library directories in LibrariesTask

    Refactored LibrariesTask to accept multiple input directories via ConfigurableFileCollection instead of a single DirectoryProperty.

commit e097d687c38989f28df1377de6553d2cec67e1c5
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Sep 23 13:34:44 2025 +0200

    Enhance PDE source set and preprocessing in ProcessingPlugin

    Added comments and structure for improved clarity. Also added a placeholder test for internal libraries in ProcessingPluginTest.

commit 2b8b1511677e5633f9ada1c8dde29c54b21204bb
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Sep 23 12:38:11 2025 +0200

    Add stdio connection to PDE and stub test for code jars

commit d5e48e4356242711217ec998aac4cceb7aa7be57
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Sep 23 12:27:17 2025 +0200

    Add test for importing and using Processing libraries

    Introduces a helper to create temporary Processing libraries and implements a test that imports and uses a custom library in a Processing sketch. This enhances test coverage for library integration in the Processing Gradle plugin.

commit 6b873ce40572c1bc11e078f26a4f92c45ff32dd6
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Sep 23 12:01:56 2025 +0200

    Publishing app:utils to internal library

commit b2f79f6776f16c5863eb526922fc8184f0f34c9b
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Mon Sep 22 14:21:27 2025 +0200

    Include root-level Java files in source set

    Uncommented and updated the configuration to include all .java files at the project root in the source set. This ensures that Java files located directly in the project directory are recognized and compiled.

commit 4aeff012f802958be94ff545e52859dce2fa625c
Merge: 046a216be 72db9b7db
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Mon Sep 22 14:07:25 2025 +0200

    Merge branch 'main' into gradle-runner

commit 046a216be2
Merge: 570e9db45 198f59397
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Mon Sep 8 18:27:48 2025 +0200

    Merge branch 'main' into gradle-runner

commit 570e9db457
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Fri Jul 18 21:42:08 2025 +0200

    Automatically download jdk

commit 578c287606
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Fri Jul 18 10:43:33 2025 +0200

    Build on save

commit fdc43dc7d2
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Thu Jul 17 15:49:40 2025 +0200

    Hot Reloading plugin

commit 0c674adc54
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Thu Jul 17 12:13:56 2025 +0200

    Initial Gradle Plugin configuration

commit f916d272ac
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 16 11:26:37 2025 +0200

    Adding a settings panel to the editor

    For upcoming plugin support we need a way to enable plugins based on each sketch

commit 550200cc74
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 9 09:41:40 2025 +0200

    Comments and planning

commit c55e286428
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Jul 8 12:23:05 2025 +0200

    Speed up gradle compilations

commit b7123906b4
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Jul 8 11:59:28 2025 +0200

    Fixed rename Windres task

commit a36c8a353b
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Jul 8 10:31:12 2025 +0200

    Plugin tests bugfixes

commit 7379166bc4
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Jul 8 10:26:16 2025 +0200

    Processing Plugin tests & Refactor

commit b64505d476
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Mon Jul 7 16:21:59 2025 +0200

    Gradle Service refactor

commit a11d2ffabe
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Mon Jul 7 15:22:21 2025 +0200

    Logging sketches to separate stream & small refactor

commit 5729e88118
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Mon Jul 7 11:01:58 2025 +0200

    Show error logs to the user

commit b709fe3a9d
Merge: cebc352db d7c6aeba9
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Fri Jul 4 07:36:32 2025 +0200

    Merge branch 'gradle-runner' of https://github.com/Stefterv/processing4 into gradle-runner

commit cebc352db9
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Fri Jul 4 07:36:31 2025 +0200

    Snap support

commit d7c6aeba90
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Fri Jul 4 06:54:50 2025 +0200

    Also copy Untitled sketches

commit 24cb4f4f9b
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Fri Jul 4 06:23:00 2025 +0200

    Improved Error reporting

commit e727dbf596
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 2 21:33:12 2025 +0200

    Support for readonly sketches

commit b165d0a511
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 2 21:25:52 2025 +0200

    Add all library jars

commit 772567c540
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 2 20:34:37 2025 +0200

    Build system indicators, Language keys and filtering SLF4J warnings

commit efd03dba54
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 2 15:58:02 2025 +0200

    Fixed gradle runner issues

commit 5409912c38
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 2 13:42:41 2025 +0200

    Improved Gradle Error logging

commit 1762b74c90
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 2 11:56:34 2025 +0200

    Simplified Gradle Service, improved sketch logging, fixed toolbar state

commit e6474e189f
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 2 10:29:20 2025 +0200

    Small tweaks and wrote motivation for Gradle Build system

commit 67de82f18d
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 2 09:53:14 2025 +0200

    Removed error & out streams, has been piped directly into System

commit bd5aba46e8
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 2 09:50:39 2025 +0200

    Allowing libraries folder to not exist, but log instead

commit fcb554a50c
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Wed Jul 2 09:42:19 2025 +0200

    Rename gradle plugin and further planning

commit 1c429618df
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Jul 1 17:35:32 2025 +0200

    Gradle Task error printing

commit 4cca647724
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Jul 1 17:02:03 2025 +0200

    Updated error reporting

commit 0d1fcc45a9
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Jul 1 14:40:30 2025 +0200

    Added documentation and todo's

commit 0299209245
Author: Stef Tervelde <stef@steftervelde.nl>
Date:   Tue Jul 1 12:59:34 2025 +0200

    Squashed commit of the following:

    commit 3a1aa8e712fa7e26c6fd4f61f11c25c3d63dd1b4
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Jul 1 12:53:59 2025 +0200

        Restore welcome & Cleanup

    commit 7d94b30f60b3b2a685734d945693ab6f2c7abe55
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Jul 1 12:20:17 2025 +0200

        PR Cleanup

    commit 27764e95cbab9b59ff6a714fe82236416b0f4f6f
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Jun 23 13:33:50 2025 +0200

        Update Toolbar.kt

    commit 97fc4c2ec9dea5c8bd21caefa7e5d08b49529232
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Jun 23 13:30:47 2025 +0200

        Removed background job differentiation

    commit 85566c8434f3ded9b54377104fe374d3bfd5826d
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Jun 23 13:09:11 2025 +0200

        CLI Compatibility

    commit 7f2f2b667c63e8c255d615481355cb1878dbe9b5
    Merge: 1c8581e5c bf34adee0
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Jun 23 11:14:57 2025 +0200

        Merge branch 'main' into runner

    commit 1c8581e5cd51ecde11a5915035f143a0dcf31709
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu May 15 13:39:21 2025 +0200

        Move Gradle connection into GradleJob

    commit d7420021ceb2dc368860e1954f9f21a5a238e665
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu May 15 10:10:33 2025 +0200

        Exclude jnilib from sources

    commit 2c9ee1c77aac0e872e9ae124148d331e2dd1a6e0
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu May 15 09:51:08 2025 +0200

        Linux Platform addition

    commit 49988e9b022dcb28d23a43d134301e24072a4ae8
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu May 15 09:34:44 2025 +0200

        Use forward slashes on Windows

    commit da5092ef4c788ee3dd0b00463d9cbd0b698b9e0e
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu May 15 09:10:11 2025 +0200

        Add support for .java files & Cleanup

    commit ab7c216272444d16931bf980db25698045c178c4
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu May 15 08:15:11 2025 +0200

        Preferences in the PDE will now be read from system before looking at files

    commit 7775d016dc7b79fba3830a087b97f344dfe81658
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 18:07:50 2025 +0200

        Identified Bugs

    commit 80c48f2fc584057bb7ce8a340dbd9f7b87855597
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 17:59:07 2025 +0200

        Windows Bugfix

    commit 5ad43e0b49125f2313fa602ff1ef2038f891c64f
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 17:51:57 2025 +0200

        Set a default tab size

    commit 2f99a69a69b80d77166f17d25449e1974f20d495
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 16:14:59 2025 +0200

        Bundle necessary plugins

    commit f9b94c57018a0c0084c851a44c78d78ec73e052f
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 15:17:55 2025 +0200

        Only make parent dirs

    commit 982c1113070a944890cf9dec92d4bcde9a5fe664
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 15:11:54 2025 +0200

        Show debug on gradle tests

    commit 917d0d321356c43c247e9d7b711935802dbe88b8
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 15:08:47 2025 +0200

        Listen for folder changes

    commit 12ce4422e1bc0cd5abf7173d7a001ea0a26cb35f
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 14:25:06 2025 +0200

        Fix saved files using an old version

    commit 04ac9f2678d6308c6c8dffb68cd98bc2973e7863
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 13:47:21 2025 +0200

        Plugin rework for caching heavy work

    commit e31d37d64df6aa9ba29ecc0e5529cf91600a3b28
    Merge: df1277e58 540d299cf
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 10:43:43 2025 +0200

        Merge branch 'main' into runner

    commit df1277e58c5665acb901a3ea81088eafeccdf283
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed May 14 10:39:22 2025 +0200

        Disabled modern UI for now. Added preference instead

    commit c5c3b2f570cabdd1163405057bf8204d1a707336
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Apr 21 14:04:39 2025 +0200

        Added todos

    commit 612126a11f690ab7ec7feb7b86c9f9a786cc10cd
    Merge: 3e89bfe9a ecd219b03
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Apr 17 12:37:06 2025 +0200

        Merge branch 'main' into runner

    commit 3e89bfe9abef46ee456fabf4d7e054a8d593855f
    Merge: efa77bb8d 7489870dd
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Apr 17 12:34:57 2025 +0200

        Merge branch 'runner' of https://github.com/Stefterv/processing4 into runner

    commit efa77bb8d2b46680f13bba14b949e84586c81635
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Apr 1 18:19:58 2025 +0200

        Cleanup

        [skip ci]

    commit 7489870ddf4287adaea4b02fdc3a22b54ba3a941
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Apr 1 18:19:58 2025 +0200

        Cleanup

        [skip ci]

    commit 97ec5e4cb49eb980e87f37155fa3d8a96477e34c
    Merge: 221ee28a0 3d6a6ce1d
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Apr 1 17:54:41 2025 +0200

        Merge branch 'gradle-welcome-screen' into runner

    commit 221ee28a0fcb516b6e0d129ad1028ca4ff7a51ac
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Apr 1 17:53:48 2025 +0200

        Toolbar UI design start

    commit a870cd03fca9113952dc34bc26db5f134ce76b1c
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Apr 1 10:14:22 2025 +0200

        GradleJob Refactor

    commit 2269fd35d9f91b971a163f6b63fb288adb6f9156
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Apr 1 09:15:47 2025 +0200

        Gradle Runner, build script management

    commit 6758d684e7863c887c3b559b7b07eeb8eab32080
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 31 18:40:19 2025 +0200

        Richer console output and richer exception output

    commit 15114a192e36296796f5640874fd816c05e944b5
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 31 15:00:12 2025 +0200

        Retry vm debug connection

    commit 36ce0ab1e3853eb22a28fcd84c560123aa82ae33
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 31 12:05:58 2025 +0200

        Runner: Fixing build errors

    commit 701f9f5db84eb114721c033cd2111d16e3320147
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Mar 30 23:58:36 2025 +0200

        Gradle Runner PoC Refactor

    commit 947a90ea0c204ccd9c5b0139da5eba201dcf2320
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Mar 30 14:51:48 2025 +0200

        Toolbar functionality PoC

    commit 3d6a6ce1df
    Merge: f7f22c5f7 2222331c9
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Mar 30 08:52:37 2025 +0200

        Merge branch 'processing:main' into gradle-welcome-screen

    commit 4602ef179ea92133ca5d264d8f40aea4f40d4024
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sat Mar 29 22:50:35 2025 +0100

        Fixes for windows

    commit 0d3795f89343c98ed23d9cadffd1445df25da7ba
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sat Mar 29 22:31:47 2025 +0100

        Gradle Runner, more variables

    commit ab38e5f44b5e72cbace4551ecdeddc80b70b75a1
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sat Mar 29 20:54:02 2025 +0100

        Arguments refactor

    commit 17acb01cbe30b1949c5ff60d35f5f8c59d6b567f
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sat Mar 29 20:10:15 2025 +0100

        Copy running JDK rather than download

    commit b534c26bca8737513f9808f4e737d96a173ce7ce
    Merge: d6cb3eec4 2222331c9
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sat Mar 29 18:17:20 2025 +0100

        Merge branch 'main' into runner

    commit d6cb3eec45cdfeac944d5bb271ebd5733f2c36fe
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sat Mar 29 10:20:17 2025 +0100

        Fix for signing release

    commit bf82d5327f2368114e499ade3a5eb18b681a4717
    Merge: 73dfa0a6e dd823a7d6
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sat Mar 29 10:17:06 2025 +0100

        Merge branch 'runner' of https://github.com/Stefterv/processing4 into runner

    commit 73dfa0a6e19c9318504c5a80d7295e495902041b
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sat Mar 29 10:17:04 2025 +0100

        Only sign with signing set up

    commit 41ef1cc9813ac6638c85ef0cabfe2121129b363c
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Mar 28 09:00:23 2025 +0100

        Fix plugin name in tests

    commit dd823a7d6cf0f9100a3a8ee803a38e8f2c7718cd
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Mar 28 09:00:23 2025 +0100

        Fix plugin name in tests

    commit 3a14ff40a41979ff7ad25a144f34629c0405e3a0
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Mar 28 08:18:53 2025 +0100

        Added Stubs

    commit 00f8afaa7cd179b720bbd1246c78876295939a2a
    Merge: 700599ed8 1ab2359ca
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Mar 28 08:13:11 2025 +0100

        Merge branch 'schema-threading' into runner

    commit 700599ed8abf775379a6d14c83d4da9b1b9a05a5
    Merge: 1fae4618c 499d200ef
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Mar 28 08:13:06 2025 +0100

        Merge branch 'main' into runner

    commit 1fae4618c926cd27044ae1ed734930943fb8723f
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Mar 27 21:37:55 2025 +0100

        UI Cleanup

    commit f762a3ee12842bea96cee8b011c3bdcb716d2d21
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Mar 27 20:05:01 2025 +0100

        Added debugging

    commit c2071a0c2624dde91f70aac1be5d60955dab624c
    Merge: f453eca87 8fb9ef57b
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Mar 27 18:23:23 2025 +0100

        Merge branch 'hide-scrollbars' into runner

    commit f453eca87fd77d4b2b8fc96bcc9a5574a99099c0
    Merge: 8f47d2110 694eb0cbe
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Mar 27 18:03:34 2025 +0100

        Merge remote-tracking branch 'upstream/fix-jdk-requirement' into runner

    commit 8f47d211093bbd2bd41146a113b77931cb20ebf5
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Mar 27 18:00:15 2025 +0100

        Scan libaries for dependencies

    commit 5d71244e0555d3d079e5b2149ba1381e524caa55
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Mar 27 14:58:11 2025 +0100

        Plugin rework

    commit e164fe48bc1f7ee92029ba7a85ab6a8188fea501
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Mar 27 13:01:33 2025 +0100

        Gradle variables from Processing, Group resolution

    commit 672c2ac479e6874965fac03a0398b6f68dc79f2d
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Mar 27 11:51:08 2025 +0100

        Removed the need for settings.gradle.kts & Embedding maven repo

    commit cdec594cdd57bd71b4bf0c9525af5c2921edbef0
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Mar 26 18:39:04 2025 +0100

        Added export support

    commit 3ad36547296ed0bfa2f457cf822c2105e90ef8d7
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Mar 26 17:25:51 2025 +0100

        Gradle Runner visual styling

    commit bc063e80dbda0c8f78f86b36227948954382528a
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Mar 26 14:17:25 2025 +0100

        Gradle Runner PoC

    commit 47d3428e6298f26aa8b6b951caaddc0d679a811e
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Mar 23 18:18:54 2025 +0100

        More todo's

    commit 29d76eb1d1
    Merge: ba496569d 9760a63b9
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Mar 23 17:58:39 2025 +0100

        Merge branch 'processing:main' into gradle-plugin

    commit ba496569d8
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Mar 18 10:15:40 2025 +0100

        Adding tests and direct linking

    commit e01d02a8af
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 17 15:31:25 2025 +0100

        Update settings.gradle.kts

    commit b0b12ddad6
    Merge: 7e6c97add ad5c27ec4
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 17 15:14:35 2025 +0100

        Merge branch 'gradle-preprocessor' into gradle-plugin

    commit ad5c27ec42
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 17 15:11:24 2025 +0100

        Apply same parser & lexer fixes from before

    commit 743ea14190
    Merge: c28a2676b 8e8f7dc5a
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 17 13:53:40 2025 +0100

        Merge branch 'main' into gradle-preprocessor

    commit 7e6c97add9
    Merge: f126d4b62 8e8f7dc5a
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 17 13:43:21 2025 +0100

        Merge branch 'main' into gradle-plugin

    commit f7f22c5f7c
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 17 10:40:37 2025 +0100

        Create Directory as well

    commit d17ca0cdcd
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 17 10:36:35 2025 +0100

        Removed PlatformStart and create new file if doesn't exist

    commit b0e7f96bdd
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Mar 17 10:28:12 2025 +0100

        Added initial tests

    commit 0df4dc076a
    Merge: 6974811be 8e8f7dc5a
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Mar 16 21:18:22 2025 +0100

        Merge branch 'main' into gradle-welcome-screen

    commit 6974811beb
    Merge: 7452d658c 145551246
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Mar 11 20:42:46 2025 +0100

        Merge branch 'test-schema' into gradle-welcome-screen

    commit 7452d658c8
    Merge: babf54e04 fe152b752
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Mar 7 15:07:56 2025 +0100

        Merge branch 'main' into gradle-welcome-screen

    commit c28a2676bd
    Merge: e18833608 fe152b752
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Mar 7 15:06:27 2025 +0100

        Merge branch 'processing:main' into gradle-preprocessor

    commit f126d4b628
    Merge: da852b45a fe152b752
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Mar 7 15:06:08 2025 +0100

        Merge branch 'processing:main' into gradle-plugin

    commit babf54e04d
    Merge: 0e56f895b 00c57607d
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Feb 10 17:58:35 2025 +0100

        Merge branch 'gradle-loggin' into gradle-welcome-screen

    commit 0e56f895bd
    Merge: 54944afc2 29b557a7c
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Feb 9 21:15:36 2025 +0100

        Merge branch 'main-gradle' into gradle-welcome-screen

    commit 54944afc24
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Feb 9 14:36:37 2025 +0100

        Welcome Screen: JDK Module

    commit 8d8bd01d80
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Feb 9 13:54:07 2025 +0100

        Welcome Screen: Close Functionality

    commit 3df4da9461
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Feb 9 12:57:55 2025 +0100

        Welcome Screen: Bugfixes

    commit cb184fb104
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sun Feb 9 12:19:33 2025 +0100

        Welcome Screen: Layout fixes

    commit 3d81b02ffe
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sat Feb 8 22:47:28 2025 +0100

        Welcome Screen: Language selection

    commit b0c61a4467
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Sat Feb 8 11:10:33 2025 +0100

        Welcome Screen: Load & Display examples

    commit 2f12d13422
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Feb 7 21:53:49 2025 +0100

        Saveable/Reactive Preferences

    commit 8ed2d1b40a
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Feb 7 16:34:23 2025 +0100

        Welcome Screen: WIP

    commit 5c020dd017
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Feb 7 15:49:25 2025 +0100

        Welcome Screen: Initial Layout

    commit bd3a77ef17
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Feb 7 12:09:58 2025 +0100

        Welcome Screen: Window Abstraction

    commit b1910de2e6
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Fri Feb 7 11:24:30 2025 +0100

        Welcome Screen: Initial Frame

    commit da852b45a1
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Feb 5 20:54:32 2025 +0100

        Fullscreen support

    commit 44ab816ca9
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Feb 5 20:38:27 2025 +0100

        disable full screen from settings and fixed a few bugs

    commit e18833608b
    Merge: df745bb09 3f3e7d785
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Feb 5 13:03:51 2025 +0100

        Merge branch 'main-gradle' into gradle/preprocessor

    commit 031d304dbd
    Merge: 25e147eaf 3f3e7d785
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Feb 5 13:03:12 2025 +0100

        Merge branch 'main-gradle' into gradle/plugin

    commit 25e147eaf1
    Merge: 7f00d5b02 3b9aea1f4
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Feb 5 12:56:55 2025 +0100

        Merge branch 'main-gradle' into gradle/plugin

    commit df745bb09c
    Merge: f016cc474 3b9aea1f4
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Feb 5 12:56:38 2025 +0100

        Merge branch 'main-gradle' into gradle/preprocessor

    commit 7f00d5b028
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Feb 5 12:36:18 2025 +0100

        added example of plugin usage

    commit f4d7fbf99b
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Feb 5 09:19:08 2025 +0100

        Changed naming

    commit 1b8a8ed461
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Feb 5 09:10:42 2025 +0100

        Gradle Plugin from PoC

    commit 5468da0fd6
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Tue Feb 4 16:18:29 2025 +0100

        Removed outdated ant backwards compatibility marks

    commit 23c8a4626a
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Mon Feb 3 12:07:01 2025 +0100

        - Imports cleanup
        - Disable system look & feel on macOS for readability
        - Cleaned unnecessary space
        - Cleaned finished TODO

    commit f016cc474c
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Wed Feb 5 12:01:47 2025 +0100

        Removed core dependency from the pre-processor

    commit 971d98bba0
    Author: Stef Tervelde <stef@steftervelde.nl>
    Date:   Thu Jan 30 22:59:16 2025 +0100

        Preprocessor with antlr Plugin

* Add Processing Gradle plugin README

Introduce java/gradle/README.md documenting the Processing Gradle plugin. Explains how to turn a Processing sketch into a Gradle project using the org.processing.java plugin (build.gradle.kts examples), available tasks (gradle sketch, export, present), dependency and sketchbook configuration, and how to compose multi-sketch projects. Includes examples for using other Gradle plugins and switching Processing versions.

* Update README.md
2026-02-06 09:32:04 -05:00
Stef Tervelde
05bc755557 Dir permissions (#1400)
Set dir permission to fix an issue for the nix packagemanager
2026-02-06 09:29:55 -05:00
Stef Tervelde
870d1160d7 Publish org.processing.core.dxf to Maven Central (Publish libraries to maven central) (#1403)
* publish dxf library

* different naming

* Naming

* Remove unused itext dependency from dxf module
2026-02-06 09:29:27 -05:00
Avinash Kumar Deepak
8b049efab6 Publish pdf library: add coordinates and simplify signing (#1407) 2026-02-05 19:16:25 -05:00
Avinash Kumar Deepak
81e1d562a8 Port Net and SVG libraries from Ant to Gradle with Maven publishing (#1411) 2026-02-05 19:16:21 -05:00
harsh kumar
afd1d98739 Fix ArrayIndexOutOfBoundsException with compact SVG arc notation (#1282)
* Enhance PShapeSVG to support compact arc notation and add corresponding unit tests

* add suggested changes

* add comments

* chore: retrigger CI
2026-02-05 14:18:53 -05:00
Moon
451b399ff4 Remove Welcome Survey link, and unused function (#1408) 2026-02-05 13:06:07 -05:00
Stef Tervelde
5790327f49 Remove PR workflow and disable PR comments (#1413)
Delete the standalone .github/workflows/pr.yml workflow and comment out the sticky PR comment steps in .github/workflows/build.yml. Artifact upload and build steps remain unchanged; only the actions that post/update pull request comments (marocchino/sticky-pull-request-comment) and associated PR_PAT usage were disabled.
2026-02-05 12:11:33 -05:00
Stef Tervelde
75926c871b Add PR artifact uploads and comments (#1401)
* Add PR artifact uploads and comments

Update the build workflow to handle pull request runs: make the main artifact upload conditional (skip for pull_request), add a separate upload step for PR artifacts with longer retention, and post a sticky PR comment containing a download link. Also adjust workflow permissions to allow pull-request write access and include updated artifact paths.

* Update build workflow: PR comments and artifacts

Add PR-facing comments and artifact wiring to the CI workflow. Post a sticky comment after Gradle tests to indicate artifacts availability, add an upload-artifact step with an id, and update the sticky-comment step to use the artifact output URL (steps.upload-artifact.outputs.artifact-url) and a consistent header. These changes make build artifacts discoverable on pull requests.

* Switch to a table

* update messaging

* Use `processing-bot`
2026-02-05 09:11:29 -05:00
Stef Tervelde
f34498acea Reset defaults by setting value rather than remove (#1385)
Initially reset to defaults was set up by removing the key from the preferences but that didn't work well upstream, changing the value to default instead.
2026-02-04 18:56:16 -05:00
jSdCool
5317234c98 allow exported apps on windows to be run from anywhere on the system instead of requiring it to be in the same folder as the executable (#1314) 2026-02-04 17:58:54 -05:00
Stef Tervelde
735bfa637f Update install script to create 'processing' instead of 'processing-java' on macOS (#1377)
* Update install script to use 'processing' instead of 'processing-java'

Changed references from 'processing-java' to 'processing' in the install script and related file paths for consistency and clarity. Also updated import statements for better organization.

* Fixed the language files and install message
2026-02-02 14:39:28 +01:00
Stef Tervelde
6948a34387 Merge pull request #1204 from Stefterv/release-revisit
Revisiting the GitHub Actions Release system (.flatpak + .deb)
2026-02-02 14:33:14 +01:00
Stef Tervelde
7c520c067d Adding File associastions on macOS and Windows through the same system as Linux 2026-02-02 14:14:26 +01:00
Stef Tervelde
f717403552 Github actions simplification 2026-02-02 14:14:26 +01:00
Stef Tervelde
699b0f3278 Rename action files 2026-02-02 14:14:26 +01:00
Stef Tervelde
ff8e0ead11 delete legacy build system 2026-02-02 14:14:26 +01:00
Stef Tervelde
62af87b26d file association fix 2026-02-02 14:14:25 +01:00
stefterv
144e8b4f3a Flatpak configuration file 2026-02-02 14:14:25 +01:00
Stef Tervelde
d796996f33 Fixing file associations 2026-02-02 14:14:25 +01:00
Stef Tervelde
46cd04c393 file-associations 2026-02-02 14:14:25 +01:00
stefterv
4be3f17a53 Flatpak configuration file 2026-02-02 14:14:25 +01:00
Stef Tervelde
12ad815ad5 Merge pull request #1347 from Stefterv/library-plugin
Gradle Plugin for creating Processing Libraries
2026-02-02 13:42:05 +01:00
Stef Tervelde
c81cda7671 Only set Newt window icons on Windows (#1398)
Wrap the NewtFactory.setWindowIcons(res) call in a platform check so icons are only set when PApplet.platform == PConstants.WINDOWS. This avoids invoking the icon-setting behavior on non-Windows platforms. Also reorganize and consolidate import statements (add missing AWT/Swing, JOGL and Processing imports) to fix compilation and include required classes.
2026-02-02 06:57:28 +01:00
allcontributors[bot]
00cb62381b docs: add Sumamasonia as a contributor for code (#1396)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2026-01-30 12:02:14 +01:00
Moon
27d235fb3a fix syntax error in all-contributors (#1395) 2026-01-30 11:59:49 +01:00
Sumama Sonia
e03e31b218 Added print() method to PMatrix (Fixes #811) (#1355)
* Add print method to PMatrix interface

Added a default method to print matrix data.

* docs: add print() method declaration to PMatrix interface

* refactor: implement toString and override print in PMatrix2D

* refactor: implement toString and override print in PMatrix3D
2026-01-30 05:05:18 -05:00
Raphaël de Courville
dd3dce2817 Update README to welcome new contributors (#1394)
Removed the announcement for Processing 4.4 and added a welcome message for new contributors. Added the Discord link.
2026-01-30 05:04:45 -05:00
allcontributors[bot]
c5fec0554a docs: add DinoWw as a contributor for doc (#1389)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Moon <catilac@users.noreply.github.com>
processing-1313-4.5.2
2026-01-29 07:53:01 -05:00
allcontributors[bot]
a05d254a28 docs: add avinxshKD as a contributor for code (#1390)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2026-01-29 07:51:00 -05:00
Moon
56deae8fa3 Read preferences txt, if fails, read defaults, else really break (#1393) 2026-01-29 07:42:32 -05:00
Stef Tervelde
2bea632f76 Upgrade to jogl 2.6 on maven (#1391) 2026-01-28 14:34:41 -05:00
Dino_Ww
0e4736da61 fix: update cli help link to relevant wiki (#1378) 2026-01-27 20:18:45 -05:00
Avinash Kumar Deepak
fa85cd48e8 fix(cli): support sketches with custom main file names (#1329)
* fix(cli): support sketches with custom main file names

Previously, the CLI only accepted sketches where the main .pde file
matched the sketch folder name (e.g., sketch/sketch.pde). This caused
issues when users renamed their main file in the IDE, which stores
the custom filename in sketch.properties.

Now the CLI checks sketch.properties for a 'main' property before
falling back to the default naming convention, matching the IDE's
behavior implemented in Sketch.findMain().

Fixes #1219

* test: add CLI test for custom main file support

Added testSketchWithCustomMainFile() to CLITest.kt as requested by maintainer. This test provides a placeholder for manual testing of sketches with custom main files specified in sketch.properties.

Follows the same pattern as existing CLI tests (testLSP, testLegacyCLI) and is intended to be run manually in IntelliJ IDEA.

* test: convert to automated CLI test with temp directory

Converted testSketchWithCustomMainFile() from manual to automated test. Now creates a temporary sketch folder with custom main file and sketch.properties, then tests the CLI build command.

Follows the pattern from SchemaTest.kt using Files.createTempDirectory() and automatic cleanup.
2026-01-27 19:43:24 -05:00
Raphaël de Courville
0a113f7c9e Merge pull request #1387 from processing/all-contributors/add-madhav2348
docs: add madhav2348 as a contributor for code
2026-01-20 14:45:41 +01:00