Commit Graph

2170 Commits

Author SHA1 Message Date
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
Ben Fry
7962204af8 remove some warnings 2020-04-25 16:48:49 -04:00
A Pottinger
45ee436670 Resolved broken tests. 2020-04-20 09:11:36 -07:00
A Pottinger
6f62528d39 Resolve #90. 2020-04-20 08:44:19 -07:00
A Pottinger
a4f112ce10 Switch to VAqua on Mac for dark mode and non-terrible jfilechooser. 2020-04-19 23:12:50 -07:00
Ben Fry
7ca5a1b209 new Eclipse rewriting settings files 2020-03-31 13:49:25 -04:00
Sam Pottinger
0412748949 Finished cross-builds for new JSSC binary. 2020-03-08 15:28:42 -04:00
Sam Pottinger
c6954845e2 Added in experimental JSSC native for Windows 64. 2020-03-08 14:52:44 -04:00
Sam Pottinger
87b74fcc74 Added new linux 64bit binary for JSSC 2020-03-08 14:38:31 -04:00
A Pottinger
3979d9a0ad Minor cleanup related to #74. 2020-03-08 11:09:58 -07:00
A Pottinger
d126c70893 Fixed enable debugger on clicking debug button. 2020-03-08 11:02:18 -07:00
A Pottinger
926c4587d5 Made preprocService and debugger visibility consistent in JavaEditor. 2020-03-08 10:44:14 -07:00