@@ -11,6 +11,9 @@ X sketchbook location is set to an actual sketch (huh?)
1111X exported apps on Windows 64 not working?
1212X https://github.com/processing/processing/issues/2468
1313X just needed to add the local path for Java
14+ X when exporting with local Java embedded, use that version
15+ X https://github.com/processing/processing/issues/2349
16+ X (we can do this now since we're actually doing the embedding)
1417
1518
1619high
@@ -40,10 +43,11 @@ _ maybe OS X Java can't look in subfolders? (just auto-adds things)
4043medium
4144_ import static causes exception (with fix)
4245_ https://github.com/processing/processing/issues/8
43- _ https://github.com/processing/processing/pull/2273
46+ o https://github.com/processing/processing/pull/2273
47+ X can't use this patch, too confusing
4448_ re/move things from Google Code downloads
4549_ https://code.google.com/p/support/wiki/DownloadsFAQ
46- _ actual help with cleaning out the repo
50+ _ clean out the repo
4751_ https://github.com/processing/processing/issues/1898
4852_ requires re-forking, so still a ton of work
4953_ remove non-web stuff from web
@@ -53,9 +57,6 @@ _ add font fixes to the rest of the API
5357_ https://github.com/processing/processing/commit/eaff673d173b2d27f276cf5c59e3abf6c0fab86b
5458_ g2.setRenderingHint(RenderingHints.KEY_FRACTIONALMETRICS,
5559_ RenderingHints.VALUE_FRACTIONALMETRICS_ON);
56- _ when exporting with local Java embedded, use that version
57- _ https://github.com/processing/processing/issues/2349
58- _ (we can do this now since we're actually doing the embedding)
5960_ get stack trace issues with NPE
6061_ https://github.com/processing/processing/pull/2359
6162_ dataPath() not working when app is not run from app dir
0 commit comments