mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
more todo and revision notes
This commit is contained in:
@@ -26,12 +26,6 @@ And just like that, here we are at 2.0.
|
||||
+ patch to make font textures smaller in P2D/P3D
|
||||
https://github.com/processing/processing/pull/1775
|
||||
|
||||
+ A handful of tweaks to the user interface, also incorporating
|
||||
built-in fonts for the UI and for the default editor font.
|
||||
Incorporates some of the feedback suggested here,
|
||||
while trying to preserve the look & feel of the PDE.
|
||||
https://github.com/processing/processing/pull/1822
|
||||
|
||||
+ .png data written when .jpg file specified with save/saveFrame()
|
||||
https://github.com/processing/processing/issues/1810
|
||||
|
||||
@@ -41,6 +35,20 @@ And just like that, here we are at 2.0.
|
||||
+ PGraphics objects that used JAVA2D weren't updating when used with OpenGL
|
||||
https://github.com/processing/processing/issues/1786
|
||||
|
||||
[ changes ]
|
||||
|
||||
+ A handful of tweaks to smooth out the 2.0 user interface.
|
||||
Incorporates some of the feedback suggested here:
|
||||
https://github.com/processing/processing/pull/1822
|
||||
while trying to preserve the look & feel of our PDE design.
|
||||
|
||||
+ Added built-in fonts (Source Sans and Source Code from Adobe)
|
||||
as the default font for the UI and editor. As usual, the editor
|
||||
font can be changed in preferences.txt. And if you already have
|
||||
a preferences.txt file, the new font won't override it. Fonts
|
||||
for GUI elements can be modified in lib/theme.txt, but be careful
|
||||
with those, and don't complain if/when they break.
|
||||
|
||||
[ andres on the attack ]
|
||||
|
||||
+ PImage not drawn after resize()/get() in P2D/P3D
|
||||
@@ -79,6 +87,9 @@ And just like that, here we are at 2.0.
|
||||
+ textureWrap(REPEAT) + textureMode(IMAGE) clamps positive coordinates
|
||||
https://github.com/processing/processing/issues/1809
|
||||
|
||||
+ P2D, P3D drawing errors in static mode, gray screen
|
||||
https://github.com/processing/processing/issues/1648
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
@@ -41,6 +41,8 @@ A https://github.com/processing/processing/issues/1700
|
||||
o warning message present
|
||||
o Deleted 1 texture objects, 0 remaining
|
||||
A fixed in last round
|
||||
A P2D, P3D drawing errors in static mode, gray screen
|
||||
A https://github.com/processing/processing/issues/1648
|
||||
|
||||
|
||||
_ data decision stuff
|
||||
|
||||
11
todo.txt
11
todo.txt
@@ -766,15 +766,18 @@ How the environment gets packed up, downloaded, and installed.
|
||||
|
||||
DIST / General
|
||||
|
||||
_ should be able to build p5 without a JDK install, just a JRE
|
||||
_ https://github.com/processing/processing/issues/1840
|
||||
_ need to have ecj.jar accessible to ant, then modify build.xml to use this:
|
||||
_ <property name="build.compiler"
|
||||
_ value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
|
||||
_ Update Java version in the download to be the latest Java 6
|
||||
_ https://github.com/processing/processing/issues/1841
|
||||
_ line ending issues
|
||||
_ doesn't really help on Windows since we use Cygwin
|
||||
_ but it would be helpful for people not using it (ant/other LF issues)
|
||||
_ https://help.github.com/articles/dealing-with-line-endings
|
||||
_ http://stackoverflow.com/questions/170961/whats-the-best-crlf-handling-strategy-with-git
|
||||
_ should be able to build p5 without a JDK install, just a JRE
|
||||
_ need to have ecj.jar accessible to ant, then modify build.xml to use this:
|
||||
_ <property name="build.compiler"
|
||||
_ value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
|
||||
_ add means to move changes from desktop to Android (and vice-versa)
|
||||
_ add bootclasspath for 1.6
|
||||
_ would require --install for command line on OS X
|
||||
|
||||
Reference in New Issue
Block a user