Commit Graph

2181 Commits

Author SHA1 Message Date
Josh Holinaty 82a22f49ad Updated batik URL
The previous (current) URL does not host batik anymore. URL has been
updated to point to the Apache archive.

Batik version updated from 1.13 -> 1.14
2021-03-16 22:07:36 -04:00
Ben Fry 36263a04bc posting backup url for batik as well 2021-01-17 19:28:09 -05:00
Ben Fry 3cefef8278 Merge pull request #152 from processing/smooth_preproc_fix 2021-01-17 17:20:01 -05:00
Ben Fry ce77558c97 tweak project info for Eclipse to fix up their import to IntelliJ 2021-01-17 15:11:25 -05:00
Ben Fry d9901fe327 update batik to 1.13, auto-download in build 2021-01-17 15:10:21 -05:00
Ben Fry 2a2a607353 update names of project files 2021-01-17 13:21:01 -05:00
Ben Fry a4c44950af make sure these are pointing at the processing4- projects 2021-01-17 13:18:48 -05:00
A Pottinger 17aa235c6b Allow ill advised but legal overridding of size, smooth, etc. 2020-11-21 12:39:12 -08:00
A Pottinger d30d34c00b Added test for smooth on static for good measure. 2020-11-21 12:08:10 -08:00
A Pottinger 721046b593 Finish fix of preproc handeling of smooth.
Fixes #149 as reported by @benfry.
2020-11-21 11:59:25 -08:00
A Pottinger c41e4d24ad Fixed preproc of noSmooth as part of #149. 2020-11-21 10:41:14 -08:00
A Pottinger 3e7aab9556 Added tests for smooth and noSmooth for preproc.
In response to https://github.com/processing/processing4/issues/149,
adding tests to catch issues with smooth and noSmooth in the
preprocessor. Issue found by @benfry.
2020-11-21 10:15:37 -08:00
Ben Fry 044f1baa2e clean up Platform, add workaround for getSystemZoom() (fixes #143) 2020-10-13 17:32:24 -04:00
Ben Fry fefe9b0e8c Merge pull request #139 from processing/move_test_exception
Move PdePreprocessIssueException to test.
2020-09-25 18:29:09 -04:00
Sam Pottinger ab6c9931f9 Move PdePreprocessIssueException to test. 2020-09-25 11:53:17 -07:00
Sam Pottinger 2e63b1c653 Fix the missing space in the arg joiner within PdeParseTreeListener (ANTLR). 2020-09-25 11:40:18 -07:00
Ben Fry 12f83dd021 cleaning up export, fix min Java in Windows, update download URL 2020-09-25 08:10:24 -04:00
Ben Fry 643653adbe cleaning up the Export to Application dialog 2020-09-25 07:56:41 -04:00
Ben Fry bc6ed7e1a6 turn off 32-bit and ARM exports, drop '64' from the folder name 2020-09-25 06:52:17 -04:00
Ben Fry df48876e37 fix version number used for "autogenerated" text (resolves #135) 2020-09-25 06:41:25 -04:00
Ben Fry 621c076daa add "var" keyword to highlighting (fixes #114) 2020-09-24 19:10:29 -04:00
Ben Fry 88e427fb88 finish making changes to get sound and video to prompt on Catalina 2020-09-23 14:14:48 -04:00
Ben Fry 3925fb7f5f Merge pull request #132 from designsystemsinternational/master 2020-09-17 12:26:35 -04:00
Anadroid dc6b4ed47c Renaming templates 2020-09-16 09:41:35 +02:00
Ben Fry 2ffa2aed21 note about removing this class 2020-09-15 17:14:13 -04:00
Ben Fry 6253eba108 Revert "removing unused class"
This reverts commit 2722b7f7d1.
2020-09-15 17:02:55 -04:00
Anadroid 51d2de2dd0 Fixed indentation, and removed unnecessary templates from the doclet 2020-09-15 14:57:37 +02:00
Anadroid 8a7c9571fa Updated descriptions in comments for processing core and libraries 2020-09-15 10:17:15 +02:00
Ben Fry 2722b7f7d1 removing unused class 2020-09-14 22:09:57 -04:00
Anadroid 42b0efb8b8 Changed comments for the libraries network, serial, and hardware i/o 2020-09-10 16:07:03 +02:00
Ben Fry 6775521e30 set minimum macOS version to 10.13.6 2020-08-22 13:30:28 -04:00
Sam Pottinger e378770578 Started migrating to zoomed fonts. 2020-08-20 12:08:38 -07:00
Ben Fry e89d5d6a5c Merge pull request #103 from processing/text_resize_fix 2020-08-15 09:02:58 -04:00
Ben Fry 6d8fa349fa Merge pull request #105 from processing/fix_color_return
Insert int after color instead of before to allow visibility modifier.
2020-08-15 08:57:20 -04:00
Ben Fry 75265fde24 Merge pull request #88 from processing/fix_mac_os_save 2020-08-15 08:47:44 -04:00
A Pottinger bc434fce0b Insert int after color instead of before to allow visiblity modifier. 2020-06-29 15:17:44 -07:00
A Pottinger 2e3f573ef8 Allow for emulated Preferences in testing. 2020-06-29 14:42:39 -07:00
A Pottinger 22716f9dcd Move vaqua to download on demand instead of staying binary in repo. 2020-04-27 17:05:39 -07:00
A Pottinger eb6a9f73cf Changed minimum mac osx version to 10.10.
Per @benfry's feedback on #88, moved to 10.10 minimum mac os x
version enforced in Info.plist.
2020-04-27 16:56:55 -07:00
Ben Fry e36bcb37d5 Merge pull request #91 from processing/allow_override_size_rewrite 2020-04-27 18:14:43 -04:00
Ben Fry d8614bac6b Merge pull request #75 from processing/jssc_migrate_sampottinger_dep_on_demand 2020-04-27 17:58:19 -04:00
Ben Fry 446796c24b Merge pull request #95 from processing/fix_debugger_button 2020-04-27 13:50:47 -04:00
A Pottinger 206487a162 Minor comment fix for preproc. 2020-04-26 09:56:13 -07:00
A Pottinger e543edce99 Refactor out preproc.issue.
Removed the preproc.issue package by relocating supporting classes for PreprocessIssueMessageSimplifier and PdeIssueEmitter as inner classes. This assists with https://github.com/processing/processing4/issues/10.
2020-04-26 09:51:31 -07:00
A Pottinger 0f2bfb1d31 Restore fix for debugger button from #74.
Restore fix from d126c70893 that were lost when accepting changes on master from 200afc4fd8.
2020-04-26 09:28:15 -07:00
A Pottinger 7e1770630d Merge branch 'on_demand_debugger' into restore_tests 2020-04-26 09:22:09 -07:00
A Pottinger 04ad2298b8 Merge branch 'on_demand_debugger' into allow_override_size_rewrite 2020-04-26 09:21:45 -07:00
A Pottinger 2799fb3bc2 Merge branch 'on_demand_debugger' into fix_mac_os_save 2020-04-26 09:21:11 -07:00
A Pottinger e2026bcf72 Merge branch 'on_demand_debugger' into jssc_migrate_sampottinger_dep_on_demand 2020-04-26 09:13:01 -07:00
Ben Fry 200afc4fd8 clean up debugger init by delaying some calls until ready (fixes #73) 2020-04-25 17:07:37 -04:00