diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 5991813c4..69cd9a41b 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/core/todo.txt b/core/todo.txt index b59b7fc6c..c94e1af6e 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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 diff --git a/todo.txt b/todo.txt index 7ce3671ae..e1cc16272 100644 --- a/todo.txt +++ b/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: +_ +_ 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: -_ _ 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