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 |
|
codeanticode
|
fe67ae627f
|
added gl thread check on resource deletion to android
|
2013-02-20 16:26:07 -05:00 |
|
codeanticode
|
3005f33ea3
|
delete GL resources only when the Gl thread is current. Fixes #12
|
2013-02-20 16:14:31 -05:00 |
|
codeanticode
|
2432a9fed3
|
Added manual GLProfile shutdown to make sure that no JOGL threads are
left running.
|
2013-02-20 12:40:06 -05:00 |
|
codeanticode
|
39a8ac7a04
|
getVertexCount() updates tessellation if needed
|
2013-02-20 11:27:01 -05:00 |
|
Casey Reas
|
4f55fc5ca4
|
Merge pull request #1638 from ybakos/TAU_doc
Adding javadoc for TAU. See processing/processing-web#9
|
2013-02-19 14:14:07 -08:00 |
|
Yong Bakos
|
a7988edba5
|
Adding javadoc for TAU. See processing/processing-web#9
|
2013-02-19 14:36:35 -07:00 |
|
Ben Fry
|
70ea3c2ee6
|
Update README.md
|
2013-02-19 12:19:53 -05:00 |
|
Ben Fry
|
5d25d66532
|
cleaning up build instructions for OS X
|
2013-02-19 12:06:29 -05:00 |
|
Ben Fry
|
40eaa1c777
|
attempt to get OS X 10.6 builds working again
|
2013-02-19 11:55:22 -05:00 |
|
codeanticode
|
22290d299b
|
android sync
|
2013-02-19 11:04:44 -05:00 |
|
codeanticode
|
af43a904b2
|
some indentation edits
|
2013-02-19 11:02:50 -05:00 |
|
codeanticode
|
0ef8058513
|
one more function rename
|
2013-02-19 10:59:03 -05:00 |
|
codeanticode
|
4329f97ef0
|
Simplifying shader class and file names
|
2013-02-19 10:57:02 -05:00 |
|
codeanticode
|
eef67d2c7c
|
last name change in the shaders: endpoint to direction in line shader
|
2013-02-19 10:35:48 -05:00 |
|
Ben Fry
|
355aff7b24
|
add Frame to import warning
|
2013-02-18 22:28:56 -05:00 |
|
codeanticode
|
cc1d28a430
|
Merge branch 'master' of https://github.com/processing/processing.git
|
2013-02-18 19:35:25 -05:00 |
|
codeanticode
|
f861e3ee64
|
adding separate toolkit/events to hack around the erratic mouse behavior
on OS X, fixes #1626
|
2013-02-18 19:17:11 -05:00 |
|