change output of cmd line to be utf8 (issue #1418)

This commit is contained in:
benfry
2012-11-28 16:35:15 +00:00
parent 28f77600f4
commit 3dfe92a5fe
4 changed files with 46 additions and 10 deletions
+14 -2
View File
@@ -74,6 +74,9 @@ PROCESSING 2.0b7 (REV 0215) - 25 November 2012
+ Add mouseEntered/Exited on the desktop.
http://code.google.com/p/processing/issues/detail?id=500
+ Change output from processing-java to be UTF-8 encoded.
http://code.google.com/p/processing/issues/detail?id=1418
[ bug fixes ]
+ mouseButton not being set properly in mouseClicked.
@@ -111,10 +114,10 @@ PROCESSING 2.0b7 (REV 0215) - 25 November 2012
+ Implement anisotropic filtering when using OPENGL.
http://code.google.com/p/processing/issues/detail?id=502
+ Update reference for begin/endContour
+ Update reference for begin/endContour.
http://code.google.com/p/processing/issues/detail?id=1396
+ "expecting EOF, found 'import'" error on previously working sketch
+ Fix "expecting EOF, found 'import'" error on previously working sketch.
http://code.google.com/p/processing/issues/detail?id=1376
+ Prevent potential race condition when resizing sketches.
@@ -167,6 +170,15 @@ PROCESSING 2.0b7 (REV 0215) - 25 November 2012
+ Use of pixels[] array breaks after resize in OpenGL.
http://code.google.com/p/processing/issues/detail?id=1119
+ No stroke with OpenGL sketches on a 2007 Mac Mini (GMA 950)
http://code.google.com/p/processing/issues/detail?id=1222
+ ortho() displays strange line widths.
http://code.google.com/p/processing/issues/detail?id=1285
+ Resizeable frame crashes sketch with AMD video card.
http://code.google.com/p/processing/issues/detail?id=1175
[ android ]
+ Like the desktop release, removed default imports. This includes: