mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
notes
This commit is contained in:
@@ -23,7 +23,7 @@ X nextPage() not working properly with PDF as the renderer
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1131
|
||||
X save styles when nextPage() is called
|
||||
|
||||
invalid
|
||||
invalid/wontfix/dupe
|
||||
X Processing will not start with non-standard disk partitioning on OS X
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1127
|
||||
X Got NoClassDefFoundError exception when accessing quicktime API
|
||||
@@ -38,6 +38,12 @@ X PImage.save() does not create parent directories
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1124
|
||||
X sketch turning blue and not working on osx
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1164
|
||||
X dupe: blend() inaccurary
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1008
|
||||
X glPushAttrib style function
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1150
|
||||
X calling saveFrame() in noLoop() (update reference)
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1155
|
||||
xml
|
||||
X fix for xml elements that have null names
|
||||
X added listChildren() method
|
||||
|
||||
22
todo.txt
22
todo.txt
@@ -14,6 +14,20 @@ X http://dev.processing.org/bugs/show_bug.cgi?id=1145
|
||||
invalid
|
||||
X Sketchbook sub-menu is empty after changing Sketchbook location preference
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1123
|
||||
X something about setting memory options
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1159
|
||||
X something bizarre about syntax errors
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1161
|
||||
X "JDWP unable to initialize: Error 111 from JNI GetEnv" on Mac OS X PPC
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=959
|
||||
X Saving sketch with the same name as a class or primitive breaks sketch
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1165
|
||||
|
||||
earlier
|
||||
X "An error occurred while starting the application" with Processing 0154+
|
||||
X Maybe provide the old exe or another alternative?
|
||||
X Have someone try this on lab machines until we can find one that breaks
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=986
|
||||
|
||||
X try adding a space to the name of the help menu for beachball problems
|
||||
_ this works, might be useful to make the switch
|
||||
@@ -49,11 +63,7 @@ _ andreas' library will do good things eventually
|
||||
_ move library examples to the examples menu
|
||||
_ do this once the library documentation has been fixed up
|
||||
|
||||
1 _ "An error occurred while starting the application" with Processing 0154+
|
||||
1 _ Maybe provide the old exe or another alternative?
|
||||
1 _ Have someone try this on lab machines until we can find one that breaks
|
||||
1 _ http://dev.processing.org/bugs/show_bug.cgi?id=986
|
||||
1 _ need to do a better job of error handling inside main()
|
||||
_ need to do a better job of error handling inside main()
|
||||
|
||||
4 _ mangled menu text with java 6u10
|
||||
4 _ need to try adding the d3d flag to the .exe
|
||||
@@ -1118,6 +1128,8 @@ _ or also add a method for getting the vectors?
|
||||
|
||||
LIBRARIES / Serial
|
||||
|
||||
_ syslog issues on macosx
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1147
|
||||
_ port buffering not working properly
|
||||
_ may just be a problem with thread starvation
|
||||
_ bufferUntil() fires an event but continues to fill up the buffer
|
||||
|
||||
Reference in New Issue
Block a user