Commit Graph

2303 Commits

Author SHA1 Message Date
codeanticode
dee0e73d12 don't disable multisampling if smooth is 1 2015-06-09 11:39:00 -04:00
Ben Fry
9e852b52b9 prevent window from appearing briefly then moving, also make windows show up on the correct display (fixes #3264) 2015-06-09 09:49:23 -04:00
Ben Fry
70dc95047f fixing issues related to the displays pref #3264 2015-06-08 20:50:07 -04:00
Ben Fry
052785930f ironing out a pixelDensity() logic flaw, get settings() errors to propagate 2015-06-08 19:35:28 -04:00
Ben Fry
3eedabbbf6 reapply stroke settings (#3331) 2015-06-08 18:47:31 -04:00
Ben Fry
b8c7c5e7bd prevent attempts to do 2x on non-2x hardware 2015-06-08 18:31:14 -04:00
REAS
10a5b6bebe Small update to smooth() reference 2015-06-08 15:15:52 -07:00
REAS
133c715515 Reference updates for 3.0alpha10 and new JavaDoc build 2015-06-08 15:03:45 -07:00
Ben Fry
5c743b8b58 change open(String[]) to launch(String...) and exec(String[]) to exec(String...) 2015-06-08 16:55:10 -04:00
Ben Fry
ec813b6015 they're baaaaaack #257 2015-06-08 16:50:06 -04:00
Ben Fry
39a1a4fda5 better constructors for Int/Float/StringList 2015-06-08 15:03:23 -04:00
Ben Fry
a8a954cf0b typo from earlier 2015-06-08 15:03:04 -04:00
Ben Fry
fd4291b0e4 remove retina hint 2015-06-08 13:55:14 -04:00
Ben Fry
8e20a17db5 deal with wise guys 2015-06-08 13:54:34 -04:00
Ben Fry
b0d2d2e453 goodbye 2x! 2015-06-08 12:15:31 -04:00
Ben Fry
a4a87f8633 moving to pixelDensity() 2015-06-08 12:00:33 -04:00
Ben Fry
9f362ef8de add displayDensity() methods 2015-06-08 11:39:12 -04:00
Ben Fry
bd66b3d5c2 ignore re-calling fullScreen() if options unchanged 2015-06-07 23:04:05 -04:00
Ben Fry
d803eaf004 fix newline and numbering errors 2015-06-07 22:23:35 -04:00
Ben Fry
701e1c9323 add extra fullScreen(display) method, fix error handling 2015-06-07 22:23:02 -04:00
codeanticode
f797d2c3e5 set fullscreen on sketch 2015-06-07 17:28:17 -04:00
Ben Fry
accfea9c8a Merge branch 'master' of github.com:processing/processing 2015-06-07 15:10:04 -04:00
Ben Fry
e73ee85e13 add fullScreen() with no args, don't take advantage of package protected in Java2D 2015-06-07 15:09:55 -04:00
codeanticode
a695b44324 handling fullscreen and present modes 2015-06-07 14:59:15 -04:00
Ben Fry
d2889f29c0 change bicubic to use "3" for Java2D 2015-06-07 14:28:38 -04:00
codeanticode
2af8ded62e updating PSurfaceJOGL to use latest API changes 2015-06-07 11:57:05 -04:00
REAS
a157be5bda Getting smooth() and noSmooth() back in the reference, in the right spot 2015-06-06 21:16:15 -07:00
Ben Fry
9f72810b80 set default display, rather than SPAN 2015-06-06 19:36:18 -04:00
Ben Fry
4807f3f0b8 better note here 2015-06-06 19:14:32 -04:00
Ben Fry
9c73bf00ce fix broken merge (but losing docs?) 2015-06-06 19:10:48 -04:00
REAS
cfcbc85b8a Corrections to Reference for new 3.0 API 2015-06-06 15:26:58 -07:00
REAS
c86f17fd2e Move location of smooth() and noSmooth() in the Reference to Environment 2015-06-06 15:10:42 -07:00
Ben Fry
6ae240a038 rename primarySurface to primaryGraphics since surface means something else nowadays 2015-06-06 16:11:25 -04:00
Ben Fry
9bb8a6ab19 change up how smoothing is handled (see #3357) 2015-06-06 16:09:12 -04:00
REAS
0b8e3c7ba8 Remove displayWidth and displayHeight from the reference generation 2015-06-05 21:13:52 -07:00
REAS
1f56806f0d Add settings() and fullScreen() Reference data to PApplet.java 2015-06-05 20:55:31 -07:00
Ben Fry
88968262af Merge branch 'master' of github.com:processing/processing 2015-06-05 22:21:04 -04:00
Ben Fry
6622e3dfa7 rounding out fullScreen() 2015-06-05 22:10:47 -04:00
Ben Fry
8f6cb453fe cleaning up param docs 2015-06-05 21:45:13 -04:00
Ben Fry
3558f7959e to span displays, use the fullScreen() method 2015-06-05 21:41:47 -04:00
Ben Fry
eda15abce9 sorting out multi-display, fullScreen(), param passing with surface... 2015-06-05 21:24:28 -04:00
codeanticode
7ecabd8a34 init shader in shader() call 2015-06-05 18:57:17 -04:00
codeanticode
f62bbdfb0c use pixelWidth/Height throughout 2015-06-05 10:48:39 -04:00
codeanticode
bd9931149d don't call graphics.setSize() in initFrame to avoid setting wrong
pixelWidth/Height
2015-06-05 09:59:25 -04:00
Ben Fry
2a0142cec0 Merge branch 'master' of github.com:processing/processing 2015-06-04 15:22:40 -05:00
codeanticode
1d105b4e14 properly identify CMD key as VK_META 2015-06-04 15:54:59 -04:00
Ben Fry
d0400306a1 change up the warnings with size() 2015-06-04 13:37:12 -05:00
Ben Fry
20926bd8a2 set frame icon images for Java2D (dock and cmd-tab) 2015-06-03 17:03:49 -05:00
Ben Fry
00bfda4998 update embedded default image icons 2015-06-03 16:20:10 -05:00
codeanticode
055682cdb5 use length of sizes array 2015-06-03 17:12:46 -04:00