mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
cleaning up the todo lists
This commit is contained in:
@@ -5,6 +5,22 @@ X http://code.google.com/p/processing/issues/detail?id=218
|
||||
X https://github.com/processing/processing/issues/257
|
||||
X PVector discussion with Dan
|
||||
o Jer and Dan will look at their code, plus toxiclibs
|
||||
X blendMode() broken with default renderer
|
||||
X fix from Jakub Valtar
|
||||
X https://github.com/processing/processing/issues/2012
|
||||
X may have been introduced between 2.0b7 and 2.0b8
|
||||
X https://github.com/processing/processing/issues/2275
|
||||
X https://github.com/processing/processing/issues/2276
|
||||
X https://github.com/processing/processing/issues/2483
|
||||
X if all data is NaN in a FloatDict, return NaN for maxValue() and minValue()
|
||||
X formerly as AIOOBE -1 because -1 means "not found"
|
||||
X but that was indexing directly into the data array
|
||||
|
||||
pulls
|
||||
X filter() not applying to images produced by saveframe() consistently
|
||||
X https://github.com/processing/processing/issues/2619
|
||||
X drawLatch in PJOGL can be null after requesting frame rendering
|
||||
X https://github.com/processing/processing/issues/2630
|
||||
|
||||
table
|
||||
X major performance improvements to 'newlines' parsing
|
||||
@@ -19,17 +35,19 @@ X drastic performance improvements for addRow()
|
||||
X when using setColumnType(), replace nulls with missingInt, missingFloat, etc
|
||||
X formerly, was throwing a NullPointerException
|
||||
|
||||
data types
|
||||
X if all data is NaN in a FloatDict, return NaN for maxValue() and minValue()
|
||||
X formerly as AIOOBE -1 because -1 means "not found"
|
||||
X but that was indexing directly into the data array
|
||||
_ add this handling for IntDict and others
|
||||
|
||||
applet removal
|
||||
_ remove Applet as base class
|
||||
_ performance issues on OS X (might be threading due to Applet)
|
||||
_ https://github.com/processing/processing/issues/2423
|
||||
|
||||
_ fix for maxValue() and minValue() when all entries are bad
|
||||
_ on FloatDict it was NaN, check across the lists and other dict types
|
||||
|
||||
_ better full screen mode for OS X
|
||||
_ https://github.com/processing/processing/issues/2641
|
||||
_ http://stackoverflow.com/questions/6873568/fullscreen-feature-for-java-apps-on-osx-lion
|
||||
|
||||
_ bring back chaining in JSON (and add to XML)
|
||||
|
||||
|
||||
@@ -66,12 +84,6 @@ _ image = gc.createCompatibleVolatileImage(source.width, source.height, Transp
|
||||
_ https://github.com/processing/processing/issues/1844
|
||||
_ 'collector' class.. Dict that points to a list
|
||||
_ String as a key, int/float/string list as values
|
||||
_ blendMode(ADD) is broken with default renderer
|
||||
_ https://github.com/processing/processing/issues/2012
|
||||
_ may have been introduced between 2.0b7 and 2.0b8
|
||||
_ https://github.com/processing/processing/issues/2275
|
||||
_ https://github.com/processing/processing/issues/2276
|
||||
_ https://github.com/processing/processing/issues/2483
|
||||
_ add option to have full screen span across screens
|
||||
_ display=all in cmd line
|
||||
_ sketchDisplay() -> 0 for all, or 1, 2, 3...
|
||||
|
||||
47
todo.txt
47
todo.txt
@@ -3,16 +3,51 @@ X increase heap size to 256m (-Xmx256) per Manindra request
|
||||
X use a ButtonGroup so that the current Mode cannot be de-selected
|
||||
X https://github.com/processing/processing/issues/2545
|
||||
|
||||
_ add a new pref for the 3.0 sketchbook location
|
||||
_ remove minim
|
||||
_ add the new sound library to the build process
|
||||
earlier
|
||||
X cpu usage when nothing happening (unmarked duplicate)
|
||||
X https://github.com/processing/processing/issues/1074
|
||||
|
||||
gsoc
|
||||
X Line coloring incorrect for filtered contribution listings
|
||||
X https://github.com/processing/processing/issues/2583
|
||||
X https://github.com/processing/processing/pull/2598
|
||||
X Added Present's background color as an option to the Preferences window
|
||||
X https://github.com/processing/processing/pull/2568
|
||||
X check for updates with contribs
|
||||
X https://github.com/processing/processing/pull/2636
|
||||
X shows update manager on startup
|
||||
X contrib properties files ignored in favor of contributions.txt from p5.org
|
||||
X https://github.com/processing/processing/issues/2572
|
||||
X tweak mode integrated
|
||||
X https://github.com/processing/processing/pull/2624
|
||||
|
||||
pulls
|
||||
X Implementation of a list of open sketches in the Sketch menu
|
||||
X https://github.com/processing/processing/pull/2551
|
||||
_ color selector for the pref (not reading it properly)
|
||||
_ https://github.com/processing/processing/pull/2568
|
||||
X color selector for the pref (not reading it properly)
|
||||
X https://github.com/processing/processing/pull/2568
|
||||
X lighting issues with non-planar triangle strips or quad strips
|
||||
X https://github.com/processing/processing/issues/2014
|
||||
X https://github.com/processing/processing/issues/2018
|
||||
X https://github.com/processing/processing/pull/2644
|
||||
X set application name on Linux
|
||||
X https://github.com/processing/processing/issues/2534
|
||||
X https://github.com/processing/processing/pull/2584
|
||||
X serial not working on export
|
||||
X https://github.com/processing/processing/issues/2559
|
||||
X build error on Windows
|
||||
X https://github.com/processing/processing/issues/2603
|
||||
X https://github.com/processing/processing/pull/2610
|
||||
|
||||
|
||||
_ add a new pref for the 3.0 sketchbook location
|
||||
_ remove minim
|
||||
_ add the new sound library to the build process
|
||||
|
||||
_ double-clicking a .pde file doesn't open properly on OS X
|
||||
_ https://github.com/processing/processing/issues/2639
|
||||
_ OS X export button not disabled on other platforms
|
||||
_ https://github.com/processing/processing/issues/2642
|
||||
|
||||
_ look at the sound library https://github.com/wirsing/ProcessingSound
|
||||
|
||||
@@ -595,8 +630,6 @@ _ https://github.com/processing/processing/issues/943
|
||||
PDE / Manager
|
||||
|
||||
_ something to set min/max versions that are supported by a library
|
||||
_ contrib properties files ignored in favor of contributions.txt from p5.org
|
||||
_ https://github.com/processing/processing/issues/2572
|
||||
_ ability to cancel a download/install
|
||||
_ we shouldn't use .properties extension for modes, et al
|
||||
_ because a .properties file is iso8859-1
|
||||
|
||||
Reference in New Issue
Block a user