Commit Graph

15494 Commits

Author SHA1 Message Date
Ben Fry 9b1cc10284 notes about recent bug fixes 2023-09-15 10:06:18 -04:00
Ben Fry 97fd52492a Merge pull request #776 from hx2A/fix643
fix #643 - PShape.beginContour() bug
2023-09-15 10:01:38 -04:00
Jim 4a967e3198 fix #643 2023-08-27 10:01:49 -04:00
Ben Fry f1da3739ba Merge pull request #772 from processing/full-line-edt
Full line edt
2023-08-21 04:06:08 -07:00
Sam Pottinger 8db755ff22 Minor docs for EDT handling. 2023-08-20 15:05:37 -07:00
Sam Pottinger eb03bca69b Fixed EDT placement. 2023-08-20 15:03:27 -07:00
Sam Pottinger f2646c44c3 Better EDT error placement. 2023-08-20 14:01:56 -07:00
Ben Fry adbcf0f0c4 as with #739, use calculated ascent/descent instead of native metrics (fixes #768) 2023-08-10 18:05:36 -04:00
Ben Fry 1f303c1db3 note about #759 and #760 2023-07-31 18:56:46 -04:00
Ben Fry 89fb8140e0 Merge pull request #759 from Clarvel/patch-1
Fix copyBufferFromSource throwing an exception
2023-07-31 18:42:56 -04:00
Matthew Russell f260a11a0f Fix copyBufferFromSource throwing an exception
If usedBuffers was null and the buffer cache reached its maximum size, copyBufferFromSource would throw a null reference error. This adds a null check to that case to instantiate the usedBuffers list as is done elsewhere in this file.
2023-07-30 15:32:56 -05:00
Ben Fry 781b4f7227 Merge branch 'main' of github.com:processing/processing4 2023-07-27 10:41:01 -04:00
Ben Fry b0a2fc8e0d note about notary contrib 2023-07-27 10:40:57 -04:00
Ben Fry 3752c60e15 Merge pull request #758 from processing/notary-test
incorporate #757 plus another quick fix
2023-07-27 10:35:46 -04:00
Ben Fry ef2c65312d one last edit for notarization updates 2023-07-27 10:35:01 -04:00
CyberFlame 3198a5fae0 migrate from altool to notarytool 2023-07-27 12:27:33 +12:00
Ben Fry 354cbcb813 rolling over for next release 2023-07-26 07:32:46 -04:00
Ben Fry c79ad7f19a incorporate pde:// browser protocol on Linux processing-1293-4.3 2023-07-26 06:27:16 -04:00
Ben Fry 1ba204093c Merge pull request #696 from lala-lala-lori/dev1
support for pde:// browser protocol (LINUX)
2023-07-26 06:25:01 -04:00
Ben Fry 6d8c299c9b incorporate PGraphics contributed fix 2023-07-26 06:23:31 -04:00
Ben Fry 963df15ee1 Merge pull request #728 from mvaladas/main
Fix for Issue #641
2023-07-26 06:21:19 -04:00
Ben Fry 924cb5e720 writing release notes 2023-07-26 06:17:26 -04:00
Ben Fry 89c4560f14 note about icon updates and sketch.properties problem 2023-07-26 06:02:20 -04:00
Ben Fry 5a66a1cebe add a note about where all the icons are located 2023-07-26 05:58:58 -04:00
Ben Fry 9d02780fde simplified About screen; color tweaks from Paul 2023-07-25 19:18:50 -04:00
Ben Fry adfabbd50f update app icon while running sketch 2023-07-25 19:13:17 -04:00
Ben Fry 33a6b0f316 remove unused(?) ancient document icon 2023-07-25 19:09:19 -04:00
Ben Fry 9f77014831 update Windows .ico files 2023-07-25 19:08:58 -04:00
Ben Fry 6058229db0 update exported application icon 2023-07-25 19:06:34 -04:00
Ben Fry f36b58e1e5 bump Java to 17.0.8+7 2023-07-25 19:02:50 -04:00
Ben Fry 51e9f8cccc new macOS icons 2023-07-25 19:00:46 -04:00
Ben Fry 957179028f updated app and document (.pde) icon png files 2023-07-25 19:00:08 -04:00
Ben Fry e95b0bb274 use separate icons for the application and .pde files on Linux 2023-07-25 18:59:53 -04:00
Ben Fry 944d9f65ac these parts are out of date 2023-07-25 18:59:20 -04:00
Ben Fry 866b3cf467 remove errant (commented out) references to old icons 2023-07-25 18:58:07 -04:00
Ben Fry aab93fd9f4 note about #699 2023-07-21 08:56:12 -04:00
Ben Fry b1b8d3b454 todo notes and inherit dark/light settings from macOS (#699) 2023-07-18 07:41:58 -04:00
Ben Fry 445b73640d Merge pull request #660 from ThinkDumbIndustries/main
Keyboard shortcut for FR keyboard layout on mac
2023-07-17 13:35:06 -04:00
Ben Fry 789c644e26 note fixes from Sam 2023-07-17 07:41:09 -04:00
Ben Fry fccf3b40d5 Merge pull request #752 from processing/revert-715-differentiate-offset
Fix the language server / PDE error highlighting another way
2023-07-17 06:30:17 -04:00
Sam Pottinger d2262f912d Clean up for #752. 2023-07-16 19:56:45 -07:00
Sam Pottinger aa80f30eb5 IProblem bounds resolved. 2023-07-16 19:51:20 -07:00
Sam Pottinger 8059c7bcc8 Working JavaError again without full highlight. 2023-07-16 19:49:46 -07:00
Sam Pottinger c2356b834d Simple PDE test working again. 2023-07-16 19:17:59 -07:00
Sam Pottinger d366df99cc Hold on fix for #752. 2023-07-16 18:51:07 -07:00
Sam Pottinger 36e1cbd26d Compiling again but highlighting wrong. 2023-07-16 18:39:17 -07:00
Sam Pottinger 0c5be4f926 Force same interface on Problem. 2023-07-16 18:20:40 -07:00
Ben Fry 33aab6d635 get "everything" to build again; also swap "11" with jdk.train var 2023-07-16 16:46:05 -04:00
Ben Fry dc85277912 a little cleaning 2023-07-16 16:17:07 -04:00
Ben Fry 83a1ce78c5 not possible to do languages from sketchbook b/c path not available 2023-07-16 16:11:36 -04:00