Commit Graph

16229 Commits

Author SHA1 Message Date
Stef Tervelde 09a0cdd16a Add CLITest for testing CLI commands in Processing IDE
Introduces a new Kotlin test class, CLITest, to facilitate running and testing CLI commands of the Processing IDE directly from the IDE. This allows for easier and faster development and debugging of CLI features without manual command line invocation.
2025-06-28 10:32:52 +02:00
Stef Tervelde 9de5e3643e Merge pull request #1156 from Stefterv/main
Fix JDK File permissions
2025-06-20 16:16:55 +02:00
Raphaël de Courville 234c5712ec Merge pull request #1155 from processing/all-contributors/add-ovalnine
docs: add ovalnine as a contributor for code
2025-06-20 16:11:27 +02:00
allcontributors[bot] e91652320f docs: update .all-contributorsrc [skip ci] 2025-06-20 12:32:45 +00:00
allcontributors[bot] 8e1a547820 docs: update README.md [skip ci] 2025-06-20 12:32:44 +00:00
Stef Tervelde bf34adee03 Merge branch 'processing:main' into main 2025-06-20 13:47:20 +02:00
Stef Tervelde 1acf9c5c9d Merge pull request #1109 from ovalnine/lsp-subcommand-fix
Fix reflection invocation of PdeLanguageServer
2025-06-20 13:44:54 +02:00
Stef Tervelde 77a5e9e496 Fix error with copy permissions 2025-06-20 12:00:25 +02:00
Raphaël de Courville 19c8b1e2fe Merge pull request #1152 from processing/all-contributors/add-thisizaro
docs: add thisizaro as a contributor for code
2025-06-17 14:19:05 +02:00
allcontributors[bot] 621fb8711d docs: update .all-contributorsrc [skip ci] 2025-06-17 12:18:51 +00:00
allcontributors[bot] e4418e2133 docs: update README.md [skip ci] 2025-06-17 12:18:50 +00:00
Raphaël de Courville 67d987ffcd Merge pull request #1151 from SableRaf/main
Issue template: fix description to be value field
2025-06-17 13:22:15 +02:00
Raphaël de Courville c16b73e65b Issue template: fix description to be value field 2025-06-17 13:21:05 +02:00
Raphaël de Courville 356fe8ec31 Simplify issue templates (#1150)
Made a few tweaks to the issue templates to make them easier to use (fewer input fields) and make the call to contribute feel more inclusive.
2025-06-17 13:11:53 +02:00
Raphaël de Courville 0f23b3eaea Merge pull request #1149 from SableRaf/main
Issue templates: Change the default option to "No, I’m just reporting the issue"
2025-06-17 11:36:18 +02:00
Raphaël de Courville 2eb485acae Merge branch 'processing:main' into main 2025-06-17 11:33:35 +02:00
Raphaël de Courville 170fcc8282 Issue templates: Change the default option to "No, I’m just reporting the issue" 2025-06-17 11:33:14 +02:00
Raphaël de Courville 99a4165d75 Merge pull request #1148 from SableRaf/main
Fixed CONTRIBUTING link and improved wording
2025-06-17 11:26:33 +02:00
Raphaël de Courville 62a767f93c Fixed CONTRIBUTING link and improved wording 2025-06-17 11:25:10 +02:00
Stef Tervelde 9cddc41e90 Merge pull request #1123 from SableRaf/update-issue-templates
Update issue templates to use dropdown for work assignment options
2025-06-17 09:16:21 +02:00
Raphaël de Courville 0224d844fe Merge pull request #1135 from processing/SableRaf-BUILDmd-minorEdit
Update BUILD.md
2025-06-06 14:06:49 +02:00
Raphaël de Courville 6f3baad129 Update BUILD.md 2025-06-06 14:06:39 +02:00
Stef Tervelde eff28c9fe0 Merge pull request #1127 from thisizaro/main
Removed Irrelevant Desktop Tooltip on Windows (#1122)
2025-05-29 22:19:46 +02:00
thisizaro 7804f01871 Updated app description in 'app/windows/Processing.wxs' 2025-05-28 23:46:37 +05:30
Raphaël de Courville 0237f504f8 Update issue templates to use dropdown for work assignment options 2025-05-26 12:22:58 +02:00
Raphaël de Courville 1ee243c93a Update README.md 2025-05-19 11:18:17 +02:00
ovalnine 9193dbd0cc Fix reflection invocation of PdeLanguageServer
Fixed argument type mismatch when invoking the PdeLanguageServer main method via reflection.
Changed from using spread operator with a list wrapper to passing a properly typed String array directly.
This resolves the IllegalArgumentException thrown during language server initialization.
2025-05-17 12:40:35 -07:00
Raphaël de Courville d7717e2b8c Merge pull request #1105 from processing/all-contributors/add-marioguzzzman 2025-05-16 16:30:37 +02:00
allcontributors[bot] b0384746d9 docs: update .all-contributorsrc [skip ci] 2025-05-16 14:28:47 +00:00
allcontributors[bot] 306d9679e4 docs: update README.md [skip ci] 2025-05-16 14:28:46 +00:00
Stef Tervelde 3de8661772 Merge pull request #1096 from marioguzzzman/update-build-docs-intellij-troubleshooting
Add IntelliJ troubleshooting tips to BUILD.md
2025-05-16 11:24:50 +02:00
Raphaël de Courville 861e28fb71 Merge pull request #1075 from processing/fix-snap-permission
Fix executable permissions within Snap
processing-1304-4.4.4
2025-05-16 10:37:37 +02:00
Raphaël de Courville c9f6a6d861 Merge pull request #1088 from Stefterv/fix-more-snap-permissions
More snap permissions
2025-05-16 10:35:09 +02:00
Raphaël de Courville 6a6d12dc02 Merge pull request #1101 from processing/SableRaf-patch-1
Update README.md
2025-05-15 18:00:21 +02:00
Raphaël de Courville f8b72547ab Update README.md 2025-05-15 17:59:53 +02:00
Mario Guzman 50bf7e5fa8 Add screenshots to .github/media and link them in BUILD.md 2025-05-15 13:58:09 +02:00
Mario Guzman 348831dc73 Update BUILD.md 2025-05-15 13:31:43 +02:00
Mario Guzman 86ea66967e Add IntelliJ troubleshooting tips to BUILD.md 2025-05-15 13:27:37 +02:00
Stef Tervelde fb222e3523 More snap permissions 2025-05-12 10:17:28 +02:00
Raphaël de Courville 540d299cf3 Merge pull request #1080 from Stefterv/main
Update Batik
2025-05-07 15:52:06 +02:00
Stef Tervelde 047c61caed Merge branch 'processing:main' into main 2025-05-07 14:44:55 +02:00
Stef Tervelde 1b04f430b4 Updating Batik
Seems like Apache just straight up deleted batik 18 from this download location.
2025-05-07 14:44:36 +02:00
Stef Tervelde 563dd59147 Fix executable permissions within Snap 2025-05-05 12:15:11 +02:00
Raphaël de Courville ebbd71c074 Merge pull request #1069 from processing/project-lead-CTA
Add CTA for Project Lead Open Call to README.md
2025-04-30 13:35:36 +02:00
Raphaël de Courville 3490c594d9 Add CTA for Project Lead Open Call to README.md 2025-04-30 13:35:11 +02:00
Stef Tervelde c83f44c9d8 Update PGraphicsOpenGL.java processing-1303-4.4.3 2025-04-25 13:57:18 +02:00
Raphaël de Courville 6be41c04f0 Merge pull request #1061 from processing/all-contributors/add-Konsl
docs: add Konsl as a contributor for doc
2025-04-25 12:15:43 +02:00
Raphaël de Courville 5ccb50361d Merge pull request #1059 from Stefterv/lsp-develop
Added LSP Develop gradle task
2025-04-25 12:11:37 +02:00
Raphaël de Courville 1a2ba32bd3 Update build.gradle.kts
typo
2025-04-25 12:08:32 +02:00
Raphaël de Courville 962443ce1a Merge pull request #1056 from Stefterv/fix-p5js-mode
Added missing module
2025-04-25 11:58:34 +02:00