Commit Graph

13599 Commits

Author SHA1 Message Date
Ben Fry d546447943 update the splash screen to 2021 before the pedants can get to me 2021-01-17 20:24:48 -05:00
Ben Fry 166781e484 move to JDK 11.0.9.1 and hack up downloader to support 9.1 as the suffix 2021-01-17 20:04:04 -05:00
Ben Fry fac8a8e556 confirmed that the new JOGL release fixes #124, removes workaround 2021-01-17 19:39:30 -05:00
Ben Fry 36263a04bc posting backup url for batik as well 2021-01-17 19:28:09 -05:00
Ben Fry 966a7ffb6f new release candidate of JOGL! also add a backup link 2021-01-17 19:25:11 -05:00
Ben Fry 78078fd06e minor updates and notes 2021-01-17 19:15:54 -05:00
Ben Fry 853d8221cc recent updates 2021-01-17 18:04:44 -05:00
Ben Fry 3cefef8278 Merge pull request #152 from processing/smooth_preproc_fix 2021-01-17 17:20:01 -05:00
Ben Fry 8e838b0ab2 switch to JDK 11 for appbundler source 2021-01-17 15:12:43 -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
Ben Fry 8a72ca3ce0 more cleanup; yech 2021-01-17 12:15:08 -05:00
Ben Fry e5c5fc2030 fixing more typos, merge into PApplet 2021-01-17 12:03:48 -05:00
Ben Fry 924198f8e4 remove static and final in interface because unnecessary 2021-01-17 12:00:42 -05:00
Ben Fry 8fb972354d change for loop for readability 2021-01-17 11:59:15 -05:00
Ben Fry b009cdb715 fix more typos and clarify variable names 2021-01-17 11:57:21 -05:00
Ben Fry 11b7a48f2a break up blender function for bilinear and nearest 2021-01-17 11:47:16 -05:00
Ben Fry acc20a17d8 fix minor typos 2021-01-17 11:46:51 -05:00
Ben Fry 8057124589 more typo cleanup 2021-01-16 23:20:31 -05:00
Ben Fry c388594c19 more typo fixes 2021-01-16 23:13:53 -05:00
Ben Fry 712446a863 fixing typos 2021-01-16 23:11:21 -05:00
Ben Fry 59aa4ebfdc linting inside PImage 2021-01-16 23:07:07 -05:00
Ben Fry 416d5dcaf1 two ignored exceptions 2021-01-16 22:59:37 -05:00
Ben Fry 19f45103ab done cleaning PGraphics 2021-01-16 22:48:10 -05:00
Ben Fry f54566ec11 more linting and minor bug fix-ups 2021-01-16 22:42:33 -05:00
Ben Fry 717abd4bc0 more warnings and a couple typos 2021-01-16 22:27:22 -05:00
Ben Fry 9b0ee1a4ed clean up some IntelliJ complaints 2021-01-16 22:17:36 -05:00
Ben Fry 0a9b88f94d notes about things to fix 2021-01-16 22:06:50 -05:00
Ben Fry e6da037942 deal with a warning 2021-01-16 22:06:28 -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 e96622d633 notes about #143 2020-10-13 17:34:00 -04:00
Ben Fry 044f1baa2e clean up Platform, add workaround for getSystemZoom() (fixes #143) 2020-10-13 17:32:24 -04:00
Ben Fry 4153e4fd5c fix typo that displayed setNormal() instead of setAttrib() (fixes #141) 2020-10-06 12:38:54 -04:00
Ben Fry 40469507e9 notes re: fixes from Sam 2020-09-25 19:11:46 -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
Ben Fry ecb97c7056 Merge pull request #138 from processing/fix_arg_joiner
Fix the missing space in the arg joiner within PdeParseTreeListener
2020-09-25 18:28:16 -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 abeca6fb64 more notes and working through the todo list 2020-09-25 08:57:11 -04:00
Ben Fry a281ab7902 notes about launch4j chatter 2020-09-25 08:22:18 -04: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 6bd321765d remove unused export.embed_java.for from other translations 2020-09-25 07:58:32 -04:00
Ben Fry 643653adbe cleaning up the Export to Application dialog 2020-09-25 07:56:41 -04:00
Ben Fry dcf2c47a7d update Mac OS X to macOS 2020-09-25 07:17:17 -04:00