Skip to content

Commit 579ee68

Browse files
committed
updated todo list
1 parent 64c8f81 commit 579ee68

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

core/todo.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ X remove SVG warning about "#text" ignored
4444
X fix bug where noDelays wasn't being used in PApplet
4545
X remove "ignoring #text tag" from SVG loader
4646
X can ignore any # items altogether
47+
o add "CGAffineTransformInvert: singular matrix" problem to the Wiki
48+
X http://code.google.com/p/processing/issues/detail?id=1363
49+
X confirmed fixed with 6u41
50+
_ don't allocate Java2D buffer inside beginDraw()
51+
_ otherwise PDF will make an enormous image even if it's not needed
4752

4853
andres
4954
A P3D sketches failing to run
@@ -97,8 +102,10 @@ A http://code.google.com/p/processing/issues/detail?id=1445
97102
A exit() crashes Java on P2D and 3D when fullscreen only
98103
A https://github.com/processing/processing/issues/12
99104
_ Default filter on PGraphics does nothing (JAVA2D) or causes crash (P2D/P3D)
100-
_ http://code.google.com/p/processing/issues/detail?id=1496
101-
X https://github.com/processing/processing/issues/1534
105+
_ https://github.com/processing/processing/issues/1534
106+
X http://code.google.com/p/processing/issues/detail?id=1496
107+
A crash when running latest P2D/P3D under VMware
108+
A https://github.com/processing/processing/issues/1644
102109

103110
cleaning/earlier
104111
C textureWrap() CLAMP and REPEAT now added
@@ -638,12 +645,6 @@ _ document somehow.. svg viewer will be discontinued
638645
_ http://www.adobe.com/svg/eol.html
639646

640647

641-
CORE / PGraphicsJava2D
642-
643-
_ add "CGAffineTransformInvert: singular matrix" problem to the Wiki
644-
_ http://code.google.com/p/processing/issues/detail?id=1363
645-
646-
647648
CORE / OpenGL (Andres)
648649

649650
_ ortho() issues
@@ -655,7 +656,8 @@ _ http://code.google.com/p/processing/issues/detail?id=121
655656
_ first few frames of OpenGL sketches on Windows run slowly
656657
_ http://code.google.com/p/processing/issues/detail?id=107
657658
_ implement textMode(SHAPE) with OPENGL
658-
_ http://code.google.com/p/processing/issues/detail?id=738
659+
_ https://github.com/processing/processing/issues/777
660+
X http://code.google.com/p/processing/issues/detail?id=738
659661
_ Signature issue on contributed libraries affects unrelated opengl sketches
660662
_ http://code.google.com/p/processing/issues/detail?id=261
661663
_ simple NPE in OpenGL causes really large, not useful, stack trace

0 commit comments

Comments
 (0)