mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
wrapping up 1.0.5.
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
PROCESSING 1.0.5 (REV 0167) - 7 June 2009
|
||||
|
||||
Bug fix release, mostly dealing with regressions from 1.0.4.
|
||||
|
||||
[ bug fixes ]
|
||||
|
||||
+ Make the tab key work again inside the editor
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=1267
|
||||
|
||||
+ Deal with duplicate entries for sketchbook in the file menu
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=1260
|
||||
|
||||
[ changes ]
|
||||
|
||||
+ Support for smooth text in the PDE editor. Set editor.antialias=true
|
||||
inside preferences.txt to enable smooth text.
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=1266
|
||||
|
||||
+ Updated reference files.
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
PROCESSING 1.0.4 (REV 0166) - 31 May 2009
|
||||
|
||||
Bug fix release.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
0167 core (1.0.5?)
|
||||
X changed text layout methods from private to protected
|
||||
|
||||
|
||||
_ what's the difference with ascent on loadFont vs. createFont?
|
||||
|
||||
@@ -3,9 +3,9 @@ X fix tab key and focus issue in the editor
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1267
|
||||
X Support for smooth text in the PDE editor
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1266
|
||||
X duplicate entries for sketchbook in the file menu
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1260
|
||||
|
||||
_ duplicate entries for sketchbook in the file menu
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1260
|
||||
|
||||
_ add code for setting the l&f from the prefs file for linux
|
||||
|
||||
@@ -192,6 +192,7 @@ _ jogl jar files, or jogl install will cause trouble
|
||||
_ /System/Library/Java/Extensions or /Library/Java/Extensions
|
||||
_ the /System one contains qtjava
|
||||
_ the /Library one is empty (by default), maybe skip it?
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1259
|
||||
_ when a conflicting library is found, need to report it
|
||||
_ altho prolly only when it's actually different (md5hash it?)
|
||||
_ this seems to be causing a lot of trouble with recent releases
|
||||
|
||||
Reference in New Issue
Block a user