@@ -20,13 +20,20 @@ X sketch sometimes simply does not launch
2020X https://github.com/processing/processing/issues/2402
2121X https://github.com/processing/processing/pull/2455
2222X helpful fix contributed by David Fokkema
23- X new launch4j 3.4
23+ X remove the google code uploader
24+
25+ export
26+ X incorporate new launch4j 3.4
2427X http://sourceforge.net/projects/launch4j/files/launch4j-3/3.4/
28+ X change Windows export to use launch4j instead of the launcher.cpp file
29+ X actually call ant from inside p5?
30+ _ re-implement an icon for exported applications on Windows
31+ _ remove build/windows/export from repo
32+ _ exported apps reporting as "damaged" on OS X
33+ _ https://github.com/processing/processing/issues/2095
2534
2635
2736high
28- _ exported apps reporting as "damaged" on OS X
29- _ https://github.com/processing/processing/issues/2095
3037_ JNA conflicts can be avoided with "-Djna.nosys=true"
3138_ https://github.com/processing/processing/issues/2239
3239X fix for Windows launchers
@@ -95,8 +102,6 @@ _ "String index out of range" error
95102_ https://github.com/processing/processing/issues/1940
96103_ look through all isPopupTrigger() code
97104_ make sure both press/release are implemented
98- _ change Windows export to use launch4j instead of the launcher.cpp file
99- _ actually call ant from inside p5?
100105_ emacs style errors in commander aren't quite right
101106_ https://github.com/processing/processing/issues/2158
102107_ add documentation for how to run mode development from Eclipse
0 commit comments