mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
make reflection work properly, other notes
This commit is contained in:
@@ -71,7 +71,7 @@ public class ThinkDifferent {
|
||||
}
|
||||
|
||||
|
||||
static void setIconImage(Image image) {
|
||||
static public void setIconImage(Image image) {
|
||||
application.setDockIconImage(image);
|
||||
}
|
||||
}
|
||||
|
||||
+5
-3
@@ -31,6 +31,10 @@ X draw() executes twice when noLoop() called in setup()
|
||||
X https://github.com/processing/processing/issues/3310
|
||||
X broken since 3.0a7, but not in 3.0a5
|
||||
|
||||
threading headaches
|
||||
X sketch not always showing with empty draw()
|
||||
X https://github.com/processing/processing/issues/3363
|
||||
|
||||
cleaning
|
||||
o possible addition for 'implementation' variable
|
||||
X http://code.google.com/p/processing/issues/detail?id=281
|
||||
@@ -90,12 +94,10 @@ _ removeNotify(), addNotify(), setUndecorated(boolean)
|
||||
X setting menubar will be surface-specific
|
||||
X setLocation(int, int) and setSize(int, int)
|
||||
_ add the "don't use this" warning to the JFrame in PSurfaceAWT
|
||||
_ static mode broken with Java2D on Windows and Linux
|
||||
X static mode broken with Java2D on Windows and Linux
|
||||
_ https://github.com/processing/processing/issues/3315
|
||||
_ sketch sometimes doesn't show with noLoop() on Linux
|
||||
_ https://github.com/processing/processing/issues/3316
|
||||
_ sketch not always showing with empty draw()
|
||||
_ https://github.com/processing/processing/issues/3363
|
||||
_ Window never shows with exported application on 64-bit Linux
|
||||
_ https://github.com/processing/processing/issues/3303
|
||||
|
||||
|
||||
@@ -46,6 +46,8 @@ _ 2.x vs 3.x sketchbook battle (part of the welcome screen item)
|
||||
_ if a v2 sketchbook already exists, show a prompt to choose either creating a new Processing 3 sketch folder or use the existing v2 one, plus a link to GitHub wiki page with details
|
||||
_ send list of installed Libraries, Modes, Tools, and Examples on update
|
||||
_ https://github.com/processing/processing/issues/3365
|
||||
_ processing-java command line mode not working on Mac
|
||||
_ https://github.com/processing/processing/issues/3409
|
||||
|
||||
|
||||
gui
|
||||
|
||||
Reference in New Issue
Block a user