Merge remote-tracking branch 'upstream/master'

This commit is contained in:
codeanticode
2014-11-16 18:43:31 -07:00
2 changed files with 2 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ inside main, will know the screen that's being used for the app
#### Questions/To Do
- bad idea, or worst idea, to have 'surface' var in PGraphics?
- move getFontRenderContext(font) to PApplet? surface? elsewhere?
_ do we need canDraw() anymore?
- Can we remove while() loop that waits until defaultSize is set false?
- Does init() need to go away, because it's not going to work in any other setting? Because a surface must first be created, the init() method on its own will be a mess.

View File

@@ -8,6 +8,7 @@ X remove isGL(), is2D(), is3D(), displayable() from PApplet
X these were auto-imported from PGraphics
X remove pause variable from PApplet (was not documented)
X added copy() to PImage (to work like get(), ala PVector)
X added getFontRenderContext() to PGraphics
_ remove sketch path hack from PApplet