Daniel Shiffman
|
e67dfcf8ab
|
fixing up directory list example date import, ArrayList generics
|
2013-03-06 22:36:05 -05:00 |
|
Daniel Shiffman
|
2b33333182
|
fixing up ArrayLists for generics, also Kock curve updates
|
2013-03-06 22:33:56 -05:00 |
|
Daniel Shiffman
|
c41905d3f1
|
adding a new example for randomGaussian
|
2013-03-06 16:52:08 -05:00 |
|
Daniel Shiffman
|
c951d4a31b
|
fixing up smoke particle system
|
2013-03-06 16:46:31 -05:00 |
|
Casey Reas
|
5d09d85a78
|
Modified color coding for 2.0b9
|
2013-03-05 14:09:11 -08:00 |
|
Casey Reas
|
ae1725f5f7
|
Merge pull request #1674 from ybakos/processing_web_42_randomGaussian
Adding javadoc for randomGaussian. References processing/processing-web#42
|
2013-03-05 14:07:02 -08:00 |
|
Casey Reas
|
1ee4d922e3
|
Updates for video capture examples, new keywords.txt
|
2013-03-05 12:53:13 -08:00 |
|
Casey Reas
|
6b5eb6ae55
|
New keywords for next release
|
2013-03-05 10:42:50 -08:00 |
|
Yong Bakos
|
2eb7188d14
|
Adding javadoc for randomGaussian.
References processing/processing-web#42
|
2013-03-01 13:07:11 -07:00 |
|
Ben Fry
|
9ff2c0b674
|
removed misguided close() and flush() calls and suppress the warnings
|
2013-02-27 12:14:31 -05:00 |
|
Florian Jenett
|
fdbc944d28
|
removed js mode
|
2013-02-26 09:41:54 +01:00 |
|
Florian Jenett
|
a83dd1e496
|
removing js mode sketch properties from NOC book example in prep for js mode removal
|
2013-02-26 09:39:21 +01:00 |
|
codeanticode
|
959bd68c87
|
Merge branch 'master' of https://github.com/processing/processing.git
|
2013-02-25 17:17:44 -05:00 |
|
codeanticode
|
cd33fb908e
|
Fixes #1661
|
2013-02-25 17:13:38 -05:00 |
|
Ben Fry
|
3ee0222ef1
|
improve load/save of .gz files with Table, clear up some .bin issues
|
2013-02-24 14:03:21 -05:00 |
|
Ben Fry
|
e001644485
|
starting 0217 (beta 9?)
|
2013-02-24 09:33:56 -05:00 |
|
Ben Fry
|
910493f0c7
|
minor change, trying to nudge tags
|
2013-02-24 08:31:54 -05:00 |
|
Ben Fry
|
02c383d0f2
|
make note of Manindra and Andres changes
processing-2.0b8
processing-0216-2.0b8
|
2013-02-24 08:02:28 -05:00 |
|
Ben Fry
|
3e772afb56
|
Merge pull request #1652 from Manindra29/findReplaceFix
Fixes #1643
|
2013-02-24 04:59:07 -08:00 |
|
Manindra Moharana
|
4adbe4b87a
|
Fixes #1643
|
2013-02-24 17:57:08 +05:30 |
|
codeanticode
|
27ce1153c6
|
jogl natives for OSX with 32 and 64 bit support
|
2013-02-23 18:22:44 -05:00 |
|
Ben Fry
|
9137955d1c
|
last bit of revisions
|
2013-02-23 17:35:22 -05:00 |
|
codeanticode
|
d3d453d4e9
|
canDraw() in PApplet to better control GL draw requests
|
2013-02-23 16:45:42 -05:00 |
|
codeanticode
|
f56e9f3581
|
Merge branch 'master' of https://github.com/processing/processing.git
|
2013-02-23 16:44:34 -05:00 |
|
codeanticode
|
e1e6a19b3a
|
Don't remove canvas from parent PApplet, fix #1648
|
2013-02-23 13:57:16 -05:00 |
|
Casey Reas
|
0572f8528d
|
reference.zip for next beta
|
2013-02-23 10:24:09 -08:00 |
|
Ben Fry
|
14e9de1999
|
forgot Android notes
|
2013-02-23 12:05:23 -05:00 |
|
Ben Fry
|
45b3a6de81
|
write release notes, update todo lists
|
2013-02-23 12:04:08 -05:00 |
|
Ben Fry
|
f41eabcc56
|
todo notes
|
2013-02-23 09:41:51 -05:00 |
|
codeanticode
|
4db1ab3c89
|
stroke path uses color information, fixes #1196
|
2013-02-22 17:43:30 -05:00 |
|
codeanticode
|
4ff80b42ee
|
Fixes #1641
|
2013-02-22 15:22:30 -05:00 |
|
Ben Fry
|
3eab9b3bcd
|
add ignore for jre.tgz on linux
|
2013-02-22 06:58:07 -05:00 |
|
Ben Fry
|
cec8f987b5
|
updated todo list
|
2013-02-22 06:56:14 -05:00 |
|
Ben Fry
|
856da77f62
|
no longer call super.beginDraw() because it may allocate memory
|
2013-02-22 06:56:01 -05:00 |
|
Daniel Shiffman
|
b4e4cf1eed
|
Merge pull request #1646 from ybakos/example_ParticleSystem
Example particle system
|
2013-02-21 18:27:23 -08:00 |
|
Yong Bakos
|
0d6af35842
|
Incorporating random CrazyParticle addition and refactoring logic in dead.
|
2013-02-21 18:55:53 -07:00 |
|
Yong Bakos
|
80d417e4b2
|
Refactoring unnecessary if statement.
|
2013-02-21 18:55:09 -07:00 |
|
Yong Bakos
|
eff645ec3d
|
Adding comment for display, emphasizing inheritance.
|
2013-02-21 18:54:33 -07:00 |
|
Yong Bakos
|
9ad642810c
|
Cleaning up whitespace.
|
2013-02-21 18:48:40 -07:00 |
|
codeanticode
|
ed0db3e4be
|
check number of max number of samples in addition to availability of
multisampling extension to make sure that no MSAA renderbuffer is
created, fixes #1644
|
2013-02-21 20:46:29 -05:00 |
|
Yong Bakos
|
775870e585
|
Fixing syntax errors so the demo can run.
|
2013-02-21 18:32:53 -07:00 |
|
codeanticode
|
8a571315dd
|
jogl jars that should fix the error with GMA950
|
2013-02-21 18:17:58 -05:00 |
|
codeanticode
|
8f52195715
|
changed visibility of some variables in FontTexture
|
2013-02-20 18:38:26 -05:00 |
|
Ben Fry
|
029119b0e4
|
disable single-click expand on OS X for the examples
|
2013-02-20 17:44:07 -05:00 |
|
Ben Fry
|
e679c66f20
|
Merge branch 'master' of github.com:processing/processing
|
2013-02-20 17:36:02 -05:00 |
|
Ben Fry
|
e24cd2c44f
|
minor tweaks, extend timeout for contrib download
|
2013-02-20 17:35:51 -05:00 |
|
codeanticode
|
7324bd5b00
|
updated jogl jars
|
2013-02-20 17:01:43 -05:00 |
|
Ben Fry
|
d57b4c8cf0
|
updates to the todo lists
|
2013-02-20 16:29:27 -05:00 |
|
Ben Fry
|
71d20578fb
|
adding debug code to wrongly accuse the caret blinker of issue #1561
|
2013-02-20 16:28:44 -05:00 |
|
codeanticode
|
2967de1b4b
|
updated Ribbons example on android
|
2013-02-20 16:26:30 -05:00 |
|