mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 10:51:07 +01:00
revisions file update
This commit is contained in:
@@ -1,3 +1,52 @@
|
||||
PROCESSING 2.0b3 (REV 0211) - 10 September 2012
|
||||
|
||||
Shaking out the beta bugs.
|
||||
|
||||
[ major fixes ]
|
||||
|
||||
+ registerMethod("keyEvent", ...) not calling key event methods.
|
||||
http://code.google.com/p/processing/issues/detail?id=1225
|
||||
|
||||
+ "Processing is damaged and should be put in the trash" with 2.0b2.
|
||||
Apple's asinine code signing strikes back!
|
||||
http://code.google.com/p/processing/issues/detail?id=1226
|
||||
|
||||
+ Restore deprecated versions of getFont() and getImage() to address
|
||||
library compatibility issues. The similar getBitmap() and getTypeface()
|
||||
methods on Android will not be restored.
|
||||
http://code.google.com/p/processing/issues/detail?id=1223
|
||||
|
||||
[ minor fixes ]
|
||||
|
||||
+ Changing the default display in Preferences does not reset editor
|
||||
location, so it appears to have no effect.
|
||||
http://code.google.com/p/processing/issues/detail?id=1162
|
||||
|
||||
+ Remove bad cast in PGL during error reporting.
|
||||
|
||||
+ Make Mode menu into a radio button, so it cannot be de-selected
|
||||
http://code.google.com/p/processing/issues/detail?id=1227
|
||||
|
||||
[ changes and additions ]
|
||||
|
||||
+ Show error message when using createGraphics() with P2D, P3D, or OPENGL
|
||||
and the main drawing surface is not an OpenGL renderer.
|
||||
http://code.google.com/p/processing/issues/detail?id=1217
|
||||
|
||||
+ Make file selectable from the OS X menu bar. Thanks to Hansi for the
|
||||
patch. Note that this only works for sketches that have been saved.
|
||||
http://code.google.com/p/processing/issues/detail?id=1215
|
||||
|
||||
+ Added registerMethod(keyEvent) to Android, though motion and mouse
|
||||
events are still unavailable.
|
||||
|
||||
+ Cleaning up the internals of Preferences and untitled sketches.
|
||||
Fingers crossed that these don't give us last-minute regressions.
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
PROCESSING 2.0b2 (REV 0210) - 7 September 2012
|
||||
|
||||
One major fix for libraries that use key events, and a number of minor
|
||||
|
||||
@@ -7,6 +7,8 @@ X restore deprecated versions of getFont() and getImage()
|
||||
X Android getBitmap() and getTypeface() will not be restored
|
||||
X http://code.google.com/p/processing/issues/detail?id=1223
|
||||
X hide getImage() from PApplet (unintentionally hidden before)
|
||||
A beginDraw on an OpenGL PGraphics is throwing an exception
|
||||
A http://code.google.com/p/processing/issues/detail?id=1217
|
||||
|
||||
|
||||
_ remove subsetting stuff from PFont?
|
||||
@@ -14,7 +16,6 @@ _ or use hint(ENABLE_FONT_SUBSETTING)?
|
||||
|
||||
hint(OPENGL_ERRORS) should be the opposite to enable the reporting, no?
|
||||
|
||||
|
||||
_ fillMode(NONZERO) and fillMode(ODD) to replace sold(boolean)?
|
||||
|
||||
keeping these public for now
|
||||
|
||||
10
todo.txt
10
todo.txt
@@ -8,14 +8,14 @@ X http://code.google.com/p/processing/issues/detail?id=1225
|
||||
o running at size(7000, 4000) followed by size(100, 100)
|
||||
X http://code.google.com/p/processing/issues/detail?id=1213
|
||||
X won't fix, too hairy and messy
|
||||
|
||||
_ changing the default display does not reset editor location
|
||||
_ so the change appears to have no effect
|
||||
_ http://code.google.com/p/processing/issues/detail?id=1162
|
||||
X clean up handling of untitled sketches
|
||||
X was formerly a bare variable in Editor, but affected Sketch
|
||||
X changing the default display does not reset editor location
|
||||
X so the change appears to have no effect
|
||||
X http://code.google.com/p/processing/issues/detail?id=1162
|
||||
X cleaning up preferences a bit
|
||||
X to use Base, not Editor
|
||||
X to apply to all open editors, not just the first
|
||||
|
||||
_ "Processing is damaged and should be put in the trash" for 2.0b2
|
||||
_ http://code.google.com/p/processing/issues/detail?id=1226
|
||||
|
||||
|
||||
Reference in New Issue
Block a user