@@ -91,10 +91,18 @@ X also store the default composite instance and use that on blendMode(BLEND)
9191X disable Quartz renderer to fix line blending problem from Casey
9292X might make sketches run more slowly
9393X fix double error report about textMode(SCREEN)
94+ X how to handle stroke/fill separation in OpenGL
95+ X hint(DISABLE_OPTIMIZED_STROKE)
96+ X http://code.google.com/p/processing/issues/detail?id=1302
97+ X change name for hint() that controls stroke/fill combo:
9498
9599_ implement mousePressed(Event) etc
96100_ better to do this instead of bringing back the magic event
101+ _ or implementing the magic event on Android
97102_ add mouse wheel support to 2.0 event system
103+ _ this is fairly messy since desktop and JS behave a little differently
104+ _ wheel event should subclass mouse (since position still relevant)
105+ _ might be more effort than it's worth?
98106_ http://code.google.com/p/processing/issues/detail?id=1423
99107
100108andres (cleanup)
@@ -235,15 +243,12 @@ _ so that it could avoid quitting if the sketch hasn't been stopped
235243_ or if the sketch window is foremost
236244_ maybe a hack where a new menubar is added?
237245
238- _ how to handle stroke/fill separation in OpenGL
239- _ http://code.google.com/p/processing/issues/detail?id=1302
246+ _ shader syntax (Andres request)
247+ _ might also need a define inside the shader to control what type it is
240248
241249_ createShape() not yet implemented for Java2D
242250_ http://code.google.com/p/processing/issues/detail?id=1400
243251
244- _ shader syntax (Andres request)
245- _ might also need a define inside the shader to control what type it is
246-
247252_ look into json and how it would work
2482531) we bring back getFloatAttribute() et al., and make getFloat() be equivalent to parseFloat(xml.getContent())
2492542) we keep getFloat() like it is, and add getFloatContent(), getIntContent() etc.
@@ -296,6 +301,7 @@ _ add "CGAffineTransformInvert: singular matrix" problem to the Wiki
296301_ http://code.google.com/p/processing/issues/detail?id=1363
297302
298303_ heading2D()? weird.. angle?
304+ _ http://toxiclibs.org/docs/core/toxi/geom/Vec3D.html
299305_ http://code.google.com/p/processing/issues/detail?id=987
300306
301307_ "translate, or this variation of it" when using text(s, x, y, z) accidentally
@@ -307,9 +313,6 @@ _ http://code.google.com/p/processing/issues/detail?id=1353
307313_ Default Renderer slow on retina displays
308314_ http://code.google.com/p/processing/issues/detail?id=1262
309315
310- _ change name for hint() that controls stroke/fill combo
311- _ hint(DISABLE_OPTIMIZED_STROKE)
312-
313316_ hint(OPENGL_ERRORS) should be the opposite to enable the reporting, no?
314317
315318_ fillMode(NONZERO) and fillMode(ODD) to replace sold(boolean)?
0 commit comments