Skip to content

Commit b9a4a2d

Browse files
committed
switching to Java 1.7 for source because of revalidate() usage
1 parent 63ec0e6 commit b9a4a2d

3 files changed

Lines changed: 21 additions & 8 deletions

File tree

app/.settings/org.eclipse.jdt.core.prefs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
66
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
77
org.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
99
org.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
1111
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
1212
org.eclipse.jdt.core.compiler.debug.localVariable=generate
1313
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -92,7 +92,7 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
9292
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9393
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9494
org.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
9696
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
9797
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=18
9898
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0

core/todo.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
0223 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

36
opengl
47
X Using sketchQuality() does not work properly with P3D, OPENGL, P2D
58
X https://github.com/processing/processing/pull/2157
69
X Fix crashes when the sketch window is resized
710
X https://github.com/processing/processing/issues/1880
811
X 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

1020
high
1121
_ Sort out blending differences with P2D/P3D

todo.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ X reset font smoothing for everyone to its default by changing the pref
66
X https://github.com/processing/processing/issues/2164
77
X https://github.com/processing/processing/issues/2160
88
X 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

1617
medium
@@ -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

4043
post 2.1 cleaning
4144
_ remove video for macosx32 from the repo permanently

0 commit comments

Comments
 (0)