Commit Graph

13585 Commits

Author SHA1 Message Date
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
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
Ben Fry 965f0a4ead remove extra files not included with export to get rid of "big fat lie" errors, remove unsupported platforms 2020-09-25 07:13:11 -04:00
Ben Fry 0d04c17b68 addings some notes about Export to Application cleanup 2020-09-25 06:54:40 -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 73889631fe get note about warning into the proper file 2020-09-24 19:41:06 -04:00
Ben Fry 43e92b79e2 fix dates 2020-09-24 19:34:43 -04:00
Ben Fry 6097f3bfe0 link to contributors 2020-09-24 19:33:38 -04:00
Ben Fry ed04b64c02 how to phrase this... 2020-09-24 19:27:59 -04:00
Ben Fry df591293a4 cleaning up notes and comments 2020-09-24 19:26:37 -04:00
Ben Fry 621c076daa add "var" keyword to highlighting (fixes #114) 2020-09-24 19:10:29 -04:00
Ben Fry 73d65e9343 cleaning up how incompatible Tools, etc are handled 2020-09-24 18:57:57 -04:00
Ben Fry 5a115ccdd1 prevent "illegal line" message when loading library with FEFF chars in properties file 2020-09-24 17:49:56 -04:00
Ben Fry b62302cc07 remove zero width no-break space (U+FEFF) character with trim() 2020-09-24 17:44:09 -04:00
Ben Fry e9baaf2a71 add an ant target for building sources with core (fixes #118) 2020-09-24 17:19:54 -04:00