From d3991a4132ccde11d46e597bd85c6f9a05a41332 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 26 Sep 2015 11:14:27 -0400 Subject: [PATCH] notes about recent commits --- core/todo.txt | 28 +++++++++++++++++----------- todo.txt | 3 +++ 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index e53ccd9fe..812143c90 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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? diff --git a/todo.txt b/todo.txt index b7238852e..24e7deb6f 100644 --- a/todo.txt +++ b/todo.txt @@ -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