Ben Fry
832cc072a3
swtich to a lambda (fixes bad indent), and redo version reading code
2021-06-15 10:44:15 -04:00
Ben Fry
b072e3aa99
tidying unused code
2021-06-15 10:39:41 -04:00
Ben Fry
ff42033353
look for a file named debug, not debug.txt
2021-06-15 10:32:23 -04:00
Ben Fry
f33322a939
rework logic for default display; store -1 to mean "default" b/c of renumbering
2021-06-15 10:30:34 -04:00
Ben Fry
4830465947
confirm that export application is fixed on Big Sur
2021-06-15 07:43:16 -04:00
Ben Fry
ac8839a891
switch to a workflow action for locking closed issues/pulls
2021-06-15 07:16:00 -04:00
Ben Fry
ac7ae4aaa9
Merge pull request #168 from designsystemsinternational/doclet-changes
2021-06-15 07:06:40 -04:00
Ben Fry
5b42803804
get less ambitious with PImage ( fixes #169 , #180 , #200 )
2021-06-15 07:06:22 -04:00
Anadroid
7c2e472720
Changing doclets for exceptions to the PGraphics class and fixing comments
2021-06-15 12:19:45 +02:00
Anadroid
392712380d
Adjusting doclet so it doesn't delete exhisting files
2021-06-15 11:58:06 +02:00
Rune Madsen
12c6b85605
bringing up to date with master
2021-06-15 10:48:54 +02:00
Ben Fry
45f632bd84
ahem, remove debug update count
2021-06-14 23:35:18 -04:00
Ben Fry
8df7918ac5
more cleaning up the todo lists
2021-06-14 21:55:56 -04:00
Ben Fry
911f9a68c7
misc todo updates and getting organized
2021-06-14 21:32:24 -04:00
Ben Fry
bf0bbad1ee
remove "textMode(SHAPE) is not supported by this renderer" with SVG ( fixes #202 )
2021-06-14 21:32:16 -04:00
Ben Fry
6a180aec3a
make notes about the display
2021-06-14 18:50:53 -04:00
Ben Fry
fe5f7d568d
fix --external and window placement issues ( fixes #158 )
2021-06-14 18:46:57 -04:00
Ben Fry
3eeb196a79
verifying a few more broken things
2021-06-14 18:18:04 -04:00
Ben Fry
554e4de132
a few more notes, cleanup
2021-06-14 17:48:12 -04:00
Ben Fry
dcf753a83e
turn on automatic locking of closed issues/pulls after 30 days
2021-06-14 17:42:46 -04:00
Ben Fry
93cb502053
fix typo in RegisteredMethods remove() ( #199 )
2021-06-14 16:52:41 -04:00
Ben Fry
0c47ba441a
minor/temporary tweak for number of updates ( fixes #201 )
2021-06-14 16:24:49 -04:00
Ben Fry
53246fb23d
Make parseJSONObject/Array return null when parsing fails
2021-06-14 15:32:48 -04:00
Ben Fry
749e4d4d34
more notes and a possible undo fix
2021-06-14 15:21:55 -04:00
Ben Fry
a0e9503b46
Merge pull request #175 from nking07049925/fix_tab_switch_undo
...
Fix undo/redo when switching between tabs
2021-06-14 15:19:38 -04:00
Ben Fry
31a79af1f8
queue unregisterMethod() while iterating methods ( fixes #199 )
2021-06-14 15:12:47 -04:00
Ben Fry
bc828da071
oh right, this is Java
2021-06-14 13:08:12 -04:00
Ben Fry
4d3e7068be
notes about other changes
2021-06-14 13:00:18 -04:00
Ben Fry
673a19ee43
add PVector.setHeading() for parity with p5.js ( fixes #193 )
2021-06-14 12:48:12 -04:00
Ben Fry
3ec2f283ef
wrapping up fixes for #197 , #198
2021-06-14 12:28:35 -04:00
Ben Fry
1522aead6d
Merge pull request #198 from jaysonh/createFont-fix
...
fix for createFont bug #197
2021-06-14 12:22:47 -04:00
Ben Fry
24a56e5d3d
modernize the RegisteredMethods code to use collections classes w/ concurrency
2021-06-14 12:10:42 -04:00
jaysonh
186b358f87
fix for createFont bug #197 , now createFont does not sort the original charset array
2021-05-26 13:17:21 +10:00
Ben Fry
cbdf55c96d
Update JDK to 11.0.11+9
2021-05-07 06:03:48 -04:00
Ben Fry
e31115546b
a few more batik-related issues
2021-04-29 17:00:20 -04:00
Ben Fry
d51b787984
Merge pull request #183 from oseph/master
...
Updated batik URL
2021-04-29 14:43:43 -04:00
Ben Fry
e7d9e9ba8e
Merge pull request #184 from oseph/build-instructions
...
Updating build README repo URL to processing4.git
2021-04-29 14:42:44 -04:00
Ben Fry
cc2ec45772
deal with dead link for batik, upgrade to 1.14 ( fixes #192 )
2021-04-29 14:39:07 -04:00
Ben Fry
62f44ab34c
Merge pull request #191 from designsystemsinternational/master
2021-04-29 13:55:13 -04:00
Ben Fry
8e8a6bc11a
fix typo in extensions= arg
2021-04-29 13:54:57 -04:00
Ana
8b8ba75fa2
Merge pull request #3 from designsystemsinternational/fixing-comments
...
Fixing comments
2021-04-13 16:57:09 +02:00
Anadroid
118e22e329
Formatting brief descriptions
2021-04-13 16:54:57 +02:00
Anadroid
7b5c8ba9ce
Formatting more comments
2021-04-12 10:24:07 +02:00
Anadroid
69700fbeeb
Fixing formatting in comments
2021-04-09 16:24:16 +02:00
Ana
a886a9d72f
Merge pull request #2 from designsystemsinternational/doclet-fix
...
Fixed constructor for classes, name for fields, and made 'other' type…
2021-04-08 16:46:26 +02:00
Anadroid
388fe40aed
Fixed constructor for classes, name for fields, and made 'other' type for references
2021-04-08 16:30:49 +02:00
Josh Holinaty
b5dfa00b5d
Updating build repo URL to processing4
...
The repo URL in the current Processing4 build instructions points to the "old" Processing3 repo.
I figured this out the hard way by accidentally copying the repo URL directly from the build instructions without thinking. Next thing I knew I was getting weird errors saying I need Java 8 to build Processing4. Turns out I was trying to build Processing3...
2021-03-16 22:35:29 -04:00
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
d60cc830dd
earlier note about jAppleMenubar
2021-03-11 08:08:45 -05:00
Ben Fry
b5baaa409d
include Source Sans and use it as the default font
2021-02-26 21:45:24 -05:00