Commit Graph

6762 Commits

Author SHA1 Message Date
Ben Fry
44286c5cfb Merge pull request #1690 from processing/PVectorShiffman
adding set() to accept 2 parameters for 2D vectors only
2013-04-11 05:26:54 -07:00
Ben Fry
130ea52911 Merge pull request #1713 from pif/master
Fixed "else" Autoformat issue #364
2013-04-11 05:21:20 -07:00
Ben Fry
a6a1c20077 Merge pull request #1665 from fjenett/master
Bye-bye JS Mode
2013-04-11 05:20:11 -07:00
Ben Fry
08c100ffa0 Merge pull request #1636 from Manindra29/jdiMod
Moving on to eclipse jdi, getting rid of tools.jar dependency
2013-04-11 05:14:58 -07:00
Ben Fry
1813f7ab7f Merge branch 'master' of github.com:processing/processing 2013-04-11 08:08:54 -04:00
Ben Fry
f8ef0c1be1 work on json a little, other tweaking 2013-04-11 08:08:50 -04:00
Florian Jenett
acad53c834 Merge branch 'master' of github.com:processing/processing 2013-04-11 10:26:33 +02:00
codeanticode
902fbeaae8 DISABLE_OPTIMIZED_STROKE hint only works in 3D 2013-04-10 18:37:27 -04:00
codeanticode
07a7ad30a1 Fixes issue #1667 2013-04-10 15:59:55 -04:00
codeanticode
3891632051 removed back reference to PImage from ImageCache (issue #1391) 2013-04-10 15:00:00 -04:00
Daniel Shiffman
3a663e3c08 playing with JSON example a bit 2013-04-07 22:03:28 -04:00
Daniel Shiffman
3bb5f8f940 Merge branch 'master' of github.com:processing/processing 2013-04-07 22:03:09 -04:00
Florian Jenett
49f8804116 Merge branch 'master' of github.com:processing/processing 2013-04-07 20:42:43 +02:00
Daniel Shiffman
2979f1c28a Merge pull request #1723 from ybakos/p5_web_45_examples_SmokeParticleSystem
Examples patch (7 of 9)
2013-04-07 10:39:58 -07:00
Daniel Shiffman
73b280f0b1 Merge pull request #1720 from ybakos/p5_web_45_examples_NoC10_xor
Examples patch (4 of 9)
2013-04-07 10:25:27 -07:00
Daniel Shiffman
94ac0ec977 Merge branch 'master' of github.com:processing/processing 2013-04-06 22:06:57 -04:00
Casey Reas
30bff37913 Merge pull request #1717 from ybakos/p5_web_45_examples_HandbookExtensionsMobile_ex01
Examples patch (1 of 9)
2013-04-05 14:34:20 -07:00
Casey Reas
407dc30181 Merge pull request #1721 from ybakos/p5_web_45_examples_Handbook_pdfExamples
Examples patch (5 of 9)
2013-04-05 14:34:06 -07:00
Casey Reas
7564a1cf02 Merge pull request #1722 from ybakos/p5_web_45_examples_Handbook278
Examples patch (6 of 9)
2013-04-05 14:33:28 -07:00
Casey Reas
18314dec39 Merge pull request #1724 from ybakos/p5_web_45_examples_tileImages
Examples patch (8 of 9)
2013-04-05 14:32:51 -07:00
Casey Reas
68a391ef6b Merge pull request #1725 from ybakos/p5_web_45_examples_CubicGridRetained
Examples patch (9 of 9)
2013-04-05 14:30:39 -07:00
Daniel Shiffman
fa30e6b830 working on JSON example using java JSON objects in the interim 2013-04-05 15:56:34 -04:00
Yong Bakos
c233bb4a80 Fixing incorrect characters in the example that looked like subtraction
operators but weren't.
References processing/processing_web#45
2013-04-05 13:05:06 -06:00
Yong Bakos
c03f5e133c Importing DecimalFormat, so the example runs.
References processing/processing_web#45
2013-04-05 12:40:21 -06:00
Yong Bakos
083d76b612 Adding pdf library imports so the examples work.
References processing/processing_web#45
2013-04-05 12:35:37 -06:00
Yong Bakos
ab1b20a9e4 Replacing deprecated CENTER_RADIUS constant with RADIUS.
References processing/processing_web#45
2013-04-05 12:33:15 -06:00
Yong Bakos
d1e3a60d5e Deprecating Random.nextGaussian() in lieu of randomGaussian.
This change brings the Android example in-line with the Java
example.
References processing/processing_web#45
2013-04-05 12:31:40 -06:00
Yong Bakos
e42b4dcb3c Improving header comment to set user expectation.
Cleaning up setOffset() such that it has one job: setting the offset.
References processing/processing_web#45
2013-04-05 12:17:12 -06:00
Yong Bakos
4d3fc9fdc3 Adding header comment to set user expectation that max memory
may need increased (otherwise the program tends to crash).
References processing/processing_web#45
2013-04-05 12:14:29 -06:00
Scott Murray
ae312eee2d Added XML parameter description placeholders for processing/processing-web#81 2013-04-03 09:56:36 -07:00
Scott Murray
bf75af432a Fixed processing/processing-web#77 by suppressing mention of loadXML(filename, options) from reference 2013-04-03 09:16:03 -07:00
Ostap Andrusiv
7c4fa597c6 fixed 'else' keywoard handling in autoformat 2013-04-03 17:09:08 +03:00
Scott Murray
9d34bbcf42 Fixed processing-web#72 2013-04-02 17:57:47 -07:00
Scott Murray
ba3223d418 Fixed #71 2013-04-01 16:46:41 -07:00
codeanticode
07e265d0e6 Merge pull request #1705 from xranby/master
Fix OpenGL PGL init issues observed using OpenGL ES 2
2013-03-31 13:17:53 -07:00
Xerxes Rånby
9b3d6e73df Validate PApplet AWT Container after add of OpenGL canvas.
This fix a long startup delay before OpenGL init
that may happen if the OpenGL canvas stay non-visible.

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
2013-03-30 23:28:36 +01:00
Xerxes Rånby
6ed4be1f16 Fix PGLListener init extension checks to pass on OpenGL ES 2.
Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
2013-03-30 22:42:39 +01:00
Xerxes Rånby
93e5e8da2d getChosenGLCapabilities may return null before GLListener init.
Store capabilities at a safe location inside PGLListener init.

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
2013-03-30 21:52:02 +01:00
Florian Jenett
74a36af813 Merge branch 'master' of github.com:processing/processing 2013-03-28 10:41:40 +01:00
Casey Reas
0a66cf6299 Replacing Game of Life Example 2013-03-26 11:51:34 -07:00
Florian Jenett
d96ce71fce Merge branch 'master' of github.com:processing/processing 2013-03-25 18:01:37 +01:00
codeanticode
1eedcab149 Fix #1671 2013-03-25 09:27:37 -04:00
codeanticode
6ed2b23a9c Fixes issue #1659 2013-03-25 09:15:28 -04:00
codeanticode
78530bb2d6 Latest experimental lwjgl build for OSX 2013-03-19 14:34:13 -04:00
Florian Jenett
6ef35628ae Merge branch 'master' of github.com:processing/processing 2013-03-19 10:38:40 +01:00
Daniel Shiffman
9a466e1866 misc PVector and example cleanup 2013-03-18 22:12:27 -04:00
Daniel Shiffman
0c35ad10a5 some comments for the new morph example 2013-03-18 21:56:23 -04:00
Daniel Shiffman
e5cb7eed83 a new proposed example demonstrating morphing from one shape to another 2013-03-18 16:16:24 -04:00
Daniel Shiffman
4754ec6adc comments reflection2 2013-03-18 15:42:25 -04:00
Daniel Shiffman
6e58223c95 comments for reflection1 example 2013-03-18 15:39:47 -04:00