mirror of
https://github.com/processing/processing4.git
synced 2026-06-09 00:51:10 +02:00
today's updates
This commit is contained in:
+14
-6
@@ -5,11 +5,6 @@ X https://github.com/processing/processing/pull/3737
|
||||
X https://github.com/processing/processing/issues/3761
|
||||
X add the Contents/Java folder to java.library.path on OS X
|
||||
X allows exported applications to use the Sound library
|
||||
_ textFont() and textSize() are each calling one another
|
||||
_ move createFont() to PGraphics
|
||||
_ SVG only exports last frame
|
||||
_ possibly because Java2D is disposing the Graphics2D in between?
|
||||
_ https://github.com/processing/processing/issues/3753
|
||||
|
||||
andres
|
||||
X P2D: error calling surface.setTitle()
|
||||
@@ -20,7 +15,13 @@ X https://github.com/processing/processing/issues/3558
|
||||
X Concurrency issues in OpenGL renderer prevent proper garbage collection
|
||||
X https://github.com/processing/processing/issues/3384
|
||||
X In P2D/P3D the background is cleared to black on each frame
|
||||
_ https://github.com/processing/processing/issues/3559
|
||||
X https://github.com/processing/processing/issues/3559
|
||||
X cursor() command with PImage stopped working in 3.0 with P2D
|
||||
X https://github.com/processing/processing/issues/3769
|
||||
X Demos/Graphics/Wiggling regressed from 17 fps to 8.3 fps between a11 and b1
|
||||
X https://github.com/processing/processing/issues/3561
|
||||
X "Library not installed properly" message inconsistent in P2D/P3D vs. JAVA2D
|
||||
X https://github.com/processing/processing/issues/3453
|
||||
|
||||
jakub
|
||||
X FX - fix transformation stack NPE
|
||||
@@ -63,6 +64,10 @@ X OpenGL - clean up loaded and modified for pixels
|
||||
X https://github.com/processing/processing/pull/3768
|
||||
X FX - text stuff, move createFont() into PGraphics
|
||||
X https://github.com/processing/processing/pull/3766
|
||||
X FX - fix bug where fonts would share a tint cache
|
||||
X https://github.com/processing/processing/pull/3771
|
||||
X textFont() and textSize() are each calling one another
|
||||
X move createFont() to PGraphics
|
||||
|
||||
|
||||
3.0 final
|
||||
@@ -85,6 +90,9 @@ _ https://github.com/processing/processing/issues/2063
|
||||
_ note in docs that full screen and present are now different
|
||||
_ on Export to Application, this has an impact
|
||||
_ update wiki/docs to say "don't override sketchXxxx() methods"
|
||||
_ SVG only exports last frame
|
||||
_ possibly because Java2D is disposing the Graphics2D in between?
|
||||
_ https://github.com/processing/processing/issues/3753
|
||||
|
||||
|
||||
javafx
|
||||
|
||||
@@ -9,6 +9,7 @@ X deal with ConcurrentModificationException in Editor
|
||||
X "Error repainting line range" and ConcurrentModificationException
|
||||
X https://github.com/processing/processing/issues/3726
|
||||
X repairs to prevent memory leak in EditorConsole
|
||||
|
||||
_ add jar files from 'code' folder to the library path
|
||||
_ Code editor wrongly detects errors for libraries in code folder
|
||||
_ https://github.com/processing/processing/issues/3732
|
||||
@@ -19,6 +20,10 @@ _ https://github.com/processing/processing/issues/3739
|
||||
_ confusion when // tweak is used
|
||||
_ https://github.com/processing/processing/issues/3742
|
||||
|
||||
contribs
|
||||
X Code auto-complete not working when Box2D library imported
|
||||
X https://github.com/processing/processing/issues/3720
|
||||
|
||||
gsoc
|
||||
X CM: Category dropdown alignment
|
||||
X https://github.com/processing/processing/issues/3644
|
||||
|
||||
Reference in New Issue
Block a user