update JNA for better windows support (bug #1424)

This commit is contained in:
benfry
2010-02-19 13:47:26 +00:00
parent d360f9a360
commit 3cabdff27a
2 changed files with 12 additions and 2 deletions
+5
View File
@@ -11,6 +11,9 @@ X don't make fonts power of 2
X PGraphics3D: beginDraw does not release old textures
X http://dev.processing.org/bugs/show_bug.cgi?id=1423
X fix from taifun_browser
_ removing camera() and perspective() from setSize() trashes resize
_ probably regression b/c camera/perspective can't be called then
_ http://dev.processing.org/bugs/show_bug.cgi?id=1391
big ones
@@ -519,6 +522,8 @@ _ box(40);
CORE / PImage
_ accuracy problems make alpha channel go to FE with image.copy()
_ http://dev.processing.org/bugs/show_bug.cgi?id=1420
_ improve blend() accuracy when using ADD
_ http://dev.processing.org/bugs/show_bug.cgi?id=1008
_ includes code for a slow but more accurate mode
+7 -2
View File
@@ -34,6 +34,10 @@ X add imports for anything that's in the reference (selections from java.io)
o 'Array' in reference should be 'arrays' lowercase
X processing 0142 japanese input problem
X http://dev.processing.org/bugs/show_bug.cgi?id=854
X update JNA to version 3.2.4 to support Windows 7 64-bit
X http://dev.processing.org/bugs/show_bug.cgi?id=1424
X fix LITERAL_class in PDE code (help from Christian Thiemann)
X http://dev.processing.org/bugs/show_bug.cgi?id=1466
fonts
X loading is very slow on the first time (getting all font names)
@@ -72,6 +76,9 @@ X apple bug may have been fixed
X http://dev.processing.org/bugs/show_bug.cgi?id=786
X javadoc "advanced" reference by beta
X and then finalizing it towards 1.0
X not saving sketch when exiting (only with windows lan setup)
X http://dev.processing.org/bugs/show_bug.cgi?id=1193
svn copy svn://processing.org/trunk/processing svn://processing.org/tags/processing-01XX
@@ -861,8 +868,6 @@ _ http://dev.processing.org/bugs/show_bug.cgi?id=1362
PDE / Editor
3 _ not saving sketch when exiting (only with windows lan setup)
3 _ http://dev.processing.org/bugs/show_bug.cgi?id=1193
_ improve update check message "a new release (1.0.1) is available"
_ be more descriptive, use a second line in latest.txt
_ maybe just include the full text of the update message there?