mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
moving todo items around, clean up a bit
This commit is contained in:
@@ -102,6 +102,13 @@ X make sure that the sketch isn't being sized based on bad insets
|
||||
X problem with resizing the component when the frame wasn't resizable
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=341
|
||||
|
||||
_ having shut off the defaults reset, background not getting called for java2d
|
||||
_ so this will make that other stuff regress again
|
||||
_ background not being set properly
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=454
|
||||
_ why aren't background() / defaults() being called for opengl?
|
||||
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Contribution_3DOpenGL;action=display;num=1118784331
|
||||
|
||||
ewjordan stuff (changes checked in)
|
||||
_ rect() changes size as it changes position
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=95
|
||||
@@ -274,6 +281,9 @@ _ leave smooth off, get the gl object, then enable line smooth
|
||||
threading [1.0]
|
||||
_ major threading overhaul before 1.0 (compendium)
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=511
|
||||
_ applet sizing issues with external vm
|
||||
_ could this possibly be related to the linux bug?
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=430
|
||||
_ 100x100 issues are exhibited on bh140c PCs, test and fix!
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=197
|
||||
_ alloc() stuff not fixed because of thread halting
|
||||
@@ -375,13 +385,6 @@ _ calling graphics.smooth(), graphics.colorMode() outside begin/endDraw
|
||||
_ this causes everything to be reset once the draw occurs
|
||||
_ kinda seems problematic and prone to errors?
|
||||
|
||||
_ having shut off the defaults reset, background not getting called for java2d
|
||||
_ so this will make that other stuff regress again
|
||||
_ background not being set properly
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=454
|
||||
_ why aren't background() / defaults() being called for opengl?
|
||||
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Contribution_3DOpenGL;action=display;num=1118784331
|
||||
|
||||
_ gradients
|
||||
_ use gradients in a class for the svg lib for now
|
||||
_ don't add api to main p5 stuff (though maybe setPaint/noPaint api?)
|
||||
|
||||
9
todo.txt
9
todo.txt
@@ -89,7 +89,6 @@ _ showing the contents of the .java tab, so if you press save
|
||||
_ you will overwrite your original code from the main-tab.
|
||||
|
||||
|
||||
|
||||
// from color sorting example
|
||||
|
||||
float sortCompare(int a, int b) {
|
||||
@@ -112,7 +111,10 @@ _ huge jar files from 0124 export
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=541
|
||||
_ if someone has monaco disabled in font book, the app won't start
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=562
|
||||
|
||||
_ color picker broken on vista
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=584
|
||||
_ can't get documents/prefs folder on vista
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=585
|
||||
|
||||
0126
|
||||
_ do the big move to multiple sketches open
|
||||
@@ -242,9 +244,6 @@ _ install astyle formatter
|
||||
_ build on each platform, then "lipo -create astyle.* -output astyle"
|
||||
|
||||
_ after sketch -> add file, no confirmation message is shown
|
||||
_ applet sizing issues with external vm
|
||||
_ could this possibly be related to the linux bug?
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=430
|
||||
|
||||
Must have for 1.0:
|
||||
> a,c) P2D to return, P2D to simply return in its previous form
|
||||
|
||||
Reference in New Issue
Block a user