mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
notes about recent commits
This commit is contained in:
+17
-11
@@ -1,27 +1,33 @@
|
||||
0246 the papal visit
|
||||
X implement high-performance/async image saving
|
||||
X Use PBOs for async texture copy
|
||||
X https://github.com/processing/processing/issues/3569
|
||||
X https://github.com/processing/processing/pull/3863
|
||||
X https://github.com/processing/processing/pull/3869
|
||||
X Textures disappearing in beta 7 (might be WeakReference regression)
|
||||
X https://github.com/processing/processing/issues/3858
|
||||
X https://github.com/processing/processing/pull/3874
|
||||
|
||||
|
||||
andres
|
||||
_ Textures disappearing in beta 7 (might be WeakReference regression)
|
||||
_ https://github.com/processing/processing/issues/3858
|
||||
cleaning
|
||||
o move AWT image loading into PImageAWT
|
||||
o look into how GL and FX will handle from there
|
||||
o run only the necessary pieces on the EDT
|
||||
o in part because FX doesn't even use the EDT
|
||||
o re-check the Linux frame visibility stuff
|
||||
X cleaned most of this as far as we can go
|
||||
|
||||
|
||||
known
|
||||
_ window must close when using file dialogs with OpenGL on Windows
|
||||
_ https://github.com/processing/processing/issues/3831
|
||||
_ P2D and P3D windows behave strangely when larger than the screen size
|
||||
_ https://github.com/processing/processing/issues/3401
|
||||
|
||||
|
||||
3.0 final
|
||||
_ P2D and P3D windows behave strangely when larger than the screen size
|
||||
_ https://github.com/processing/processing/issues/3401
|
||||
_ move blending calculations from PImage into PGraphics
|
||||
_ tricky because that means moving blend_resize() as well
|
||||
_ and should that live in PGraphics or be its own class or ??
|
||||
_ move AWT image loading into PImageAWT
|
||||
_ look into how GL and FX will handle from there
|
||||
_ run only the necessary pieces on the EDT
|
||||
_ in part because FX doesn't even use the EDT
|
||||
_ re-check the Linux frame visibility stuff
|
||||
_ try using Frame instead of JFrame
|
||||
_ default sketch location using insets incorrectly
|
||||
_ use the BufferStrategy directly from the Frame object?
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
0246 the holy land
|
||||
X does the "Saving" message never clear on "Save As"?
|
||||
X https://github.com/processing/processing/issues/3861
|
||||
X error checker/suggestions fixes
|
||||
X https://github.com/processing/processing/pull/3871
|
||||
X https://github.com/processing/processing/pull/3879
|
||||
|
||||
gui
|
||||
X distinguish errors and warnings
|
||||
|
||||
Reference in New Issue
Block a user