additional items of note

This commit is contained in:
Ben Fry
2014-04-07 13:59:47 -04:00
parent 71d6d7bf78
commit ae49afbed8
2 changed files with 69 additions and 17 deletions

View File

@@ -6,20 +6,44 @@ X text looks lousy compared to the Apple JVM
X mess with rendering hints? (notes in PGraphicsJava2D)
X improvements made, but still not amazing.. just at level of Windows/Linux
_ default font fixes
_ https://github.com/processing/processing/issues/2331
_ https://github.com/processing/processing/pull/2338
fixed in 2.1
X draw() called again before finishing on OS X (retina issue)
X https://github.com/processing/processing/issues/1709
X get() not always setting alpha channel when used with point()
X https://github.com/processing/processing/issues/1756
A support for geometry and tessellation shaders (on desktop)
A https://github.com/processing/processing/issues/2252
andres
X copy() under OPENGL uses upside-down coordinates for cropping
X https://github.com/processing/processing/issues/2345
X video on windows causes exception
X https://github.com/processing/processing/issues/2327
X Shape Font Rendering was broken with the OpenGL Renderer
X https://github.com/processing/processing/issues/2375
A depth buffer shouldn't be cleared when depth mask is disabled
A https://github.com/processing/processing/issues/2296
A set pixels transparent by default in P2D/P3D
A https://github.com/processing/processing/issues/2207
A unwind depth sorting because it was breaking DXF export
A https://github.com/processing/processing/issues/2404
A Sketch hangs if sketchRenderer() returns an OpenGL renderer
A https://github.com/processing/processing/issues/2363
A "buffer" uniform triggers shader compilation error
A https://github.com/processing/processing/issues/2325
A buffer has been renamed to ppixels for shaders
A noLoop clears screen on Windows 8
A https://github.com/processing/processing/issues/2416
A fix pixels[] array for video capture
A https://github.com/processing/processing/issues/2424
_ XML.getChildren() fix
_ https://github.com/processing/processing/issues/2367
_ default font fixes
_ https://github.com/processing/processing/issues/2331
_ https://github.com/processing/processing/pull/2338
_ saveFrame() with retina render is making black images
_ add print() method to other data types (not just IntList)

View File

@@ -1,8 +1,13 @@
0225 pde
_ add font fixes to the rest of the API
X Fix exception caused by Runner when it can't find location
X https://github.com/processing/processing/issues/2346
X https://github.com/processing/processing/pull/2359
G Serial: Update to latest upstream (fixes potential port handle leak)
G https://github.com/processing/processing/pull/2361
J add affordance for mode developers to run from Eclipse
J https://github.com/processing/processing/pull/2422
_ make some documentation for this, pick correct naming
high
_ use --deep for codesign to work?
@@ -24,9 +29,25 @@ _ https://github.com/processing/processing/pull/2318
_ https://github.com/processing/processing/pull/2323
_ check on why 2x core.jar inside the Java folder
_ maybe OS X Java can't look in subfolders? (just auto-adds things)
_ simple NPE issue that needs workaround
_ https://github.com/processing/processing/issues/2354
medium
_ non-pde extensions for modes cause a crash
_ https://github.com/processing/processing/issues/2419
_ some hardcoding for .pde still exists
_ https://github.com/processing/processing/issues/2420
_ actual help with cleaning out the repo
_ https://github.com/processing/processing/issues/1898
_ requires re-forking, so still a ton of work
_ add font fixes to the rest of the API
_ https://github.com/processing/processing/commit/eaff673d173b2d27f276cf5c59e3abf6c0fab86b
_ g2.setRenderingHint(RenderingHints.KEY_FRACTIONALMETRICS,
_ RenderingHints.VALUE_FRACTIONALMETRICS_ON);
_ when exporting with local Java embedded, use that version
_ https://github.com/processing/processing/issues/2349
_ (we can do this now since we're actually doing the embedding)
_ get stack trace issues with NPE
_ https://github.com/processing/processing/pull/2359
_ JNA conflicts can be avoided with a -D option
@@ -59,6 +80,21 @@ _ change Windows export to use launch4j instead of the launcher.cpp file
_ actually call ant from inside p5?
_ emacs style errors in commander aren't quite right
_ https://github.com/processing/processing/issues/2158
_ export application folder location (for Manindra)
_ https://github.com/processing/processing/issues/2399
_ import static causes exception (with fix)
_ https://github.com/processing/processing/issues/8
_ https://github.com/processing/processing/pull/2273
pulls
_ may need a progress bar for "save as"
_ or just the file copy function in general
_ since it may take a long time (i.e. 1000s of screen grabs)
_ http://code.google.com/p/processing/issues/detail?id=31
_ https://github.com/processing/processing/issues/70
_ https://github.com/processing/processing/pull/2370
post 2.1 cleaning
_ remove video for macosx32 from the repo permanently
@@ -364,10 +400,9 @@ _ deal with isManagingFocus() warning in the editor src
_ strange NullPointerException problem prevents launch
_ some kind of NPE in handleOpenInternal and friends
_ appears to be a synchronization problem with the loading
_ when opening from double-click on the mac, doesn't replace untitled
_ or in general, issues between opening new window and another launching
_ probably need to synchronize the file open methods inside Base
_ (could in fact cause nastiness with editors[] access)
_ blank sketch opened even if another opened by double-click
_ add a 150 ms or more lag before opening the untitled window
_ https://github.com/processing/processing/issues/218
_ https://github.com/processing/processing/issues/1745
_ editors opening up at the same time on load?
_ either synchronize the open (at a minimum)
@@ -654,10 +689,6 @@ _ because there's a dash in the name
_ and instead only loads StemCell.pde
_ show progress dialog during export and save
_ hitting ESC on "create this, move file, continue" opened anyway
_ may need a progress bar for "save as"
_ or just the file copy function in general
_ since it may take a long time (i.e. 1000s of screen grabs)
_ http://code.google.com/p/processing/issues/detail?id=31
_ some type of sketch archive format for posting examples (.psk?)
_ would be nice to open a sketch directly from a zip file
_ http://code.google.com/p/processing/issues/detail?id=34
@@ -805,9 +836,6 @@ _ don't re-copy JRE into work folder if already exists
_ implement a splash screen
_ remove default menu bar hack when 7u60 arrives
_ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8022667
_ blank sketch opened even if another opened by double-click
_ add a 150 ms or more lag before opening the untitled window (on os x)
_ https://github.com/processing/processing/issues/218
_ OS X not opening a sketch at all on pde double-click? (though opening the app)
_ LWJGL forum discussion
_ http://lwjgl.org/forum/index.php/topic,4711.225.html