last checkins

This commit is contained in:
benfry
2010-11-27 16:28:44 +00:00
parent 0519f85069
commit adf48b5d77
4 changed files with 20 additions and 9 deletions
+4
View File
@@ -9,6 +9,10 @@ A Automatic normal calculation in A3D
A http://code.google.com/p/processing/issues/detail?id=345
A Improve texture handling in A3D's PFont
A http://code.google.com/p/processing/issues/detail?id=394
A OpenGL resource release mechanism in A3D is broken
A http://code.google.com/p/processing/issues/detail?id=456
A Multitexturing in A3D
A http://code.google.com/p/processing/issues/detail?id=344
_ when returning to android application, sometimes screen stays black
+6
View File
@@ -7626,6 +7626,12 @@ public class PApplet extends Applet
}
public void resize(int wide, int high) {
if (recorder != null) recorder.resize(wide, high);
g.resize(wide, high);
}
/**
* Set various hints and hacks for the renderer. This is used to handle obscure rendering features that cannot be implemented in a consistent manner across renderers. Many options will often graduate to standard features instead of hints over time.
* <br><br>hint(ENABLE_OPENGL_4X_SMOOTH) - Enable 4x anti-aliasing for OpenGL. This can help force anti-aliasing if it has not been enabled by the user. On some graphics cards, this can also be set by the graphics driver's control panel, however not all cards make this available. This hint must be called immediately after the size() command because it resets the renderer, obliterating any settings and anything drawn (and like size(), re-running the code that came before it again).
+4 -2
View File
@@ -16,6 +16,10 @@ X http://dev.processing.org/bugs/show_bug.cgi?id=131
X http://code.google.com/p/processing/issues/detail?id=43
X shearX and shearY not implemented with P2D and JAVA2D
X http://code.google.com/p/processing/issues/detail?id=452
L PGraphicsJava2D.resize() not working the same as PGraphics2D.resize()
L http://dev.processing.org/bugs/show_bug.cgi?id=1107
X http://code.google.com/p/processing/issues/detail?id=150
X resize is not available with renderers, use createGraphics()
_ saving a PGraphics as jpg using save() makes a cmyk file
@@ -558,8 +562,6 @@ _ make sure line() commands don't try to have a fill
CORE / PGraphicsJava2D
_ PGraphicsJava2D.resize() not working the same as PGraphics2D.resize()
_ http://dev.processing.org/bugs/show_bug.cgi?id=1107
_ some optimizations from zach
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=os_core_pde;action=display;num=1121670787
_ textMode(SCREEN) needs to be faster
+6 -7
View File
@@ -1,10 +1,10 @@
0192
J Getting error: Syntax error on token "else", } expected
J http://code.google.com/p/processing/issues/detail?id=400
C disappearing horizontal scroll bar
C appears to have become much worse with the other scrollbar fix
C ...which itself doesn't seem to be working properly
C http://code.google.com/p/processing/issues/detail?id=316
L disappearing horizontal scroll bar
L appears to have become much worse with the other scrollbar fix
L ...which itself doesn't seem to be working properly
L http://code.google.com/p/processing/issues/detail?id=316
J Autoformat bug (new java "for loop" syntax)
J http://code.google.com/p/processing/issues/detail?id=420
J matching brace problem in PDE
@@ -17,6 +17,8 @@ J http://code.google.com/p/processing/issues/detail?id=427
X don't let PDE open sketches with bad names (reported by max)
L Properly enforce the editors minimum size
L http://code.google.com/p/processing/issues/detail?id=451
L Patch: Processing IDE destroys symbolic links
L http://code.google.com/p/processing/issues/detail?id=432
fixed earlier
X should really be doing the 'right' thing with sketch file handling
@@ -34,9 +36,6 @@ Can you do a fix to implement resize() in PGraphics where it just provides the e
_ need to get a new stable release out there, the docs/ref are out of sync
_ Patch: Processing IDE destroys symbolic links
_ http://code.google.com/p/processing/issues/detail?id=432
_ Processing cannot run because it could not ... store your settings.
_ http://code.google.com/p/processing/issues/detail?id=410