mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add fix for present mode problem on os x
This commit is contained in:
@@ -7152,6 +7152,7 @@ public class PApplet extends Applet
|
||||
frame.setBackground(backgroundColor);
|
||||
if (exclusive) {
|
||||
displayDevice.setFullScreenWindow(frame);
|
||||
frame.setExtendedState(java.awt.Frame.MAXIMIZED_BOTH);
|
||||
fullScreenRect = frame.getBounds();
|
||||
} else {
|
||||
DisplayMode mode = displayDevice.getDisplayMode();
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
0176 core (private)
|
||||
X opengl sketches run at 30fps in present mode on OS X
|
||||
_ still having problems w/ full screen non-FSEM
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1425
|
||||
|
||||
_ consider adding skewX/Y
|
||||
_ do them as shearX/Y
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1448
|
||||
|
||||
_ opengl applet problems
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1364
|
||||
|
||||
_ inconsistent anti-aliasing with OpenGL
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1413
|
||||
_ modify PVector to include better methods for chaining operations
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
X hitting ESC inside Color Selector will quit Processing
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1006
|
||||
_ processing 0142 japanese input problem
|
||||
_
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=854
|
||||
|
||||
|
||||
_ need to set exported applications to only run as 32-bit on osx
|
||||
|
||||
Reference in New Issue
Block a user