From 976ec7bac1a27278cc79f4e367d097bbb439a0ee Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 6 Apr 2005 23:19:48 +0000 Subject: [PATCH] starting rev 83 --- processing/build/shared/revisions.txt | 12 +++++++++--- processing/core/done.txt | 9 +++++++++ processing/core/todo.txt | 7 +------ processing/done.txt | 15 +++++++++++++++ processing/todo.txt | 26 ++++++++++---------------- 5 files changed, 44 insertions(+), 25 deletions(-) diff --git a/processing/build/shared/revisions.txt b/processing/build/shared/revisions.txt index f692677f1..b7190c59e 100644 --- a/processing/build/shared/revisions.txt +++ b/processing/build/shared/revisions.txt @@ -9,13 +9,13 @@ releases will be super crusty. ABOUT REV 0082 - 6 april 2005 +- casey has updated the examples, reference, and keywords. + - default lighting now works.. lights() and noLights() should properly make things look 3D and pretty... this is all thanks to simon. there are a ton of features that come along with this, but we're testing them and finalizing the api first before announcing them. -- the stop button should be working again - - default window height is no longer insufficient (after prefs were deleted on windows, on the next run the window was smashed) @@ -31,7 +31,13 @@ ABOUT REV 0082 - 6 april 2005 known problems -- P2D still badly broken +- P2D still badly broken (no lines, etc) + +- flicker still likely in java2d.. the applet and graphics threads + aren't playing nicely with each other + +- stop button still broken.. had it fixed for a minute but a bunch + of other problems reappeared. - dragging the applet window around will usually halt it (especially with opengl) diff --git a/processing/core/done.txt b/processing/core/done.txt index 6721d4ae4..1ef9bb997 100644 --- a/processing/core/done.txt +++ b/processing/core/done.txt @@ -1,3 +1,12 @@ +0082 core +X make jdkVersion, jdkVersionName, platform, platformName variables +X additional note about screen sizes and displays +X sto instead of stop in present mode +X appears that opengl libraries weren't correctly added in 81? +X requestFocus() now called on gl canvas +X basic lights now work by default + + 0081 core X background(PImage) now works in opengl X when running externally, applets don't always get placed properly diff --git a/processing/core/todo.txt b/processing/core/todo.txt index 6f707eb2f..abee6326c 100644 --- a/processing/core/todo.txt +++ b/processing/core/todo.txt @@ -1,9 +1,4 @@ -0082 core -X make jdkVersion, jdkVersionName, platform, platformName variables -X additional note about screen sizes and displays -X sto instead of stop in present mode -X appears that opengl libraries weren't correctly added in 81? -X requestFocus() now called on gl canvas +0083 core _ fix bezierVertex() for newer api diff --git a/processing/done.txt b/processing/done.txt index 3c3c161a2..33b8f8a9a 100644 --- a/processing/done.txt +++ b/processing/done.txt @@ -1,3 +1,18 @@ +0082 pde +X shut off text anti-aliasing in the about box +X implemented ryan alexander's grow box design +o when centering applet on-screen, needs to check for multiple screens +o this is both for PApplet and PdeRuntime +o PApplet screen size constant is no good +X nope, because centers on default screen +o revisions.txt et al aren't properly having LFs converted +X false alarm, was only on rev 69 +X set default window height to 600 so that it appears properly +X windows version was smashing it at the bottom when new prefs +X don't allow saved window position to be outside the current display +X change to how keywords are loaded + + 0081 pde X need to make sure people add the OPENGL lib if using opengl mode X throws an error message diff --git a/processing/todo.txt b/processing/todo.txt index d44651e0a..fdc2b6321 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -1,19 +1,11 @@ -0082 pde -X shut off text anti-aliasing in the about box -X implemented ryan alexander's grow box design -o when centering applet on-screen, needs to check for multiple screens -o this is both for PApplet and PdeRuntime -o PApplet screen size constant is no good -X nope, because centers on default screen -X external apps don't stop at all when 'stop' is hit -o revisions.txt et al aren't properly having LFs converted -X false alarm, was only on rev 69 -X set default window height to 600 so that it appears properly -X windows version was smashing it at the bottom when new prefs -X don't allow saved window position to be outside the current display -X change to how keywords are loaded +0083 pde -_ runtime exceptions have stopped coming through +_ external apps don't stop at all when 'stop' is hit +_ worker thread is halting the app ala code folder bug +_ could this be dealt with by using nio? +_ host environment will be running 1.4 so... + +_ runtime exceptions have stopped coming through (on pc only?) _ moving an external window around a lot will halt the parent _ does move even need to be called? could just wait till stop? @@ -22,7 +14,9 @@ _ external apps also seem to not do newlines properly on exceptions _ appendText launches a new thread for every blip of text _ this is totally wrong and really horks things -_ make a linux version of this release +_ fishwick library export stuff + +_ make a linux version _ need to fix up the make/dist scripts for linux _ saved window positions.. if displays has changed, becomes a problem