File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55org.eclipse.jdt.core.compiler.annotation.nullable =org.eclipse.jdt.annotation.Nullable
66org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
8- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
8+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
99org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
10- org.eclipse.jdt.core.compiler.compliance =1.6
10+ org.eclipse.jdt.core.compiler.compliance =1.7
1111org.eclipse.jdt.core.compiler.debug.lineNumber =generate
1212org.eclipse.jdt.core.compiler.debug.localVariable =generate
1313org.eclipse.jdt.core.compiler.debug.sourceFile =generate
@@ -92,7 +92,7 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
9292org.eclipse.jdt.core.compiler.problem.unusedPrivateMember =warning
9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken =warning
9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast =warning
95- org.eclipse.jdt.core.compiler.source =1.6
95+ org.eclipse.jdt.core.compiler.source =1.7
9696org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
9797org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =18
9898org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
Original file line number Diff line number Diff line change 110223 core
2+ X add PMatrix.preApply(PMatrix)
3+ X https://github.com/processing/processing/pull/2146
4+ X https://github.com/processing/processing/issues/2145
25
36opengl
47X Using sketchQuality() does not work properly with P3D, OPENGL, P2D
58X https://github.com/processing/processing/pull/2157
69X Fix crashes when the sketch window is resized
710X https://github.com/processing/processing/issues/1880
811X https://github.com/processing/processing/pull/2156
12+ X scale() wasn't affecting stroke weight in P3D
13+ X https://github.com/processing/processing/issues/2162
14+ X add set(boolean) to PShader
15+ X https://github.com/processing/processing/issues/1991
16+ X https://github.com/processing/processing/pull/1993
17+ X updated to another version of JOGL
18+ _ what version is this?
919
1020high
1121_ Sort out blending differences with P2D/P3D
Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ X reset font smoothing for everyone to its default by changing the pref
66X https://github.com/processing/processing/issues/2164
77X https://github.com/processing/processing/issues/2160
88X Add option to not embed the Java runtime (saves space, but breakage)
9-
10- _ emacs style errors in commander aren't quite right
11- _ https://github.com/processing/processing/issues/2158
12- _ return code needs to be 1 instead of 0
13- _ https://github.com/processing/processing/issues/1798#issuecomment-26711847
9+ X return code needs to be 1 instead of 0 w/ Commander
10+ X https://github.com/processing/processing/issues/1798#issuecomment-26711847
11+ _ processing-java broken in 2.1 beta 1 on OS X
12+ _ https://github.com/processing/processing/issues/2159
13+ _ need to use the embedded Java, different classpath, etc
14+ _ also might be time to put something in to check the version
1415
1516
1617medium
@@ -36,6 +37,8 @@ _ look through all isPopupTrigger() code
3637_ make sure both press/release are implemented
3738_ change Windows export to use launch4j instead of the launcher.cpp file
3839_ actually call ant from inside p5?
40+ _ emacs style errors in commander aren't quite right
41+ _ https://github.com/processing/processing/issues/2158
3942
4043post 2.1 cleaning
4144_ remove video for macosx32 from the repo permanently
You can’t perform that action at this time.
0 commit comments