Commit Graph

720 Commits

Author SHA1 Message Date
benfry
f0c2ef79b6 new size() parsing, change how P2D/P3D are handled, onward... 2012-04-03 14:57:13 +00:00
benfry
0a560a2226 changing screenWidth/Height to displayWidth/Height 2012-04-03 04:25:50 +00:00
benfry
03de74c7da moving package, adding Table to Android, other data fixes 2012-04-03 00:33:01 +00:00
benfry
fc6d4d49c7 move XML and Table to processing.data, update preproc 2012-04-03 00:26:26 +00:00
benfry
3c1da90edd moving into data package 2012-04-02 21:57:12 +00:00
benfry
aae83cef59 fix whitespace issues in new XML lib, also add methods (issue #904) 2012-04-02 21:46:09 +00:00
codeanticode
1384da730b Boundary checking in updatePixelsImpl() 2012-03-29 21:15:48 +00:00
codeanticode
bfd10fc995 Fixed invocation of updatePixelsImpl() in PImage 2012-03-29 19:32:39 +00:00
benfry
fc40ee5199 createGraphics for JAVA2D generates the wrong error msg w/ w/h <= 0 (issue #983) 2012-03-27 00:00:11 +00:00
benfry
9a8242e420 a little bulletproofing/checking 2012-03-26 01:48:04 +00:00
benfry
7403bd26ab remove the extra window color business 2012-03-25 18:17:23 +00:00
benfry
ca51d19778 major work to get multi-screen support and full-screen improved 2012-03-25 17:31:53 +00:00
benfry
e5d978bac6 add support for printing arrays of longs 2012-03-25 14:34:23 +00:00
benfry
e610e5ed5c add println(long) and double to avoid casting bug (issue #969) 2012-03-25 14:27:33 +00:00
benfry
23b887907f wrap up fullscreen issues (issue #71), better screenWidth and screenHeight setup 2012-03-25 14:18:59 +00:00
benfry
51eee1ad6b major updates to full screen handling, remove FSEM, add native OS X menubar hiding 2012-03-25 12:52:46 +00:00
benfry
38fe999d73 a little cleanup 2012-03-25 12:51:29 +00:00
benfry
fff0a12536 add toString() for XML, looking through todos 2012-03-24 20:03:03 +00:00
benfry
12fdf47428 f*king delay() is back again 2012-03-23 21:42:26 +00:00
benfry
e9d39fc7f4 try to improve performance of tint(), mostly failing 2012-03-23 15:32:10 +00:00
benfry
ea8edb4803 fix PImage.get() issue with width or height < 0 2012-03-23 15:30:09 +00:00
benfry
46a470eaf2 added setContent() to the XML library, other tweaks to XML export 2012-03-23 15:29:35 +00:00
benfry
83a6f1550f fix so that normals are not attempted when no texture is set 2012-03-23 15:23:53 +00:00
codeanticode
2dad3a327d Changes in PApplet for requestDraw() 2012-03-19 13:56:49 +00:00
codeanticode
4fa22f4bd2 Reverted a few accidental changes 2012-03-13 20:45:10 +00:00
codeanticode
b5d9c9aaa8 Added LWJGL constant 2012-03-13 20:41:17 +00:00
alignedleft
e41bc9b964 Fixed typo in parameter description zFar for perspective() 2012-03-05 17:18:21 +00:00
benfry
b37b4b3358 fix typo in push/popMatrix error 2012-03-01 20:44:56 +00:00
codeanticode
c751379394 Reverting JOGL changes to RC2 stage 2012-02-24 20:48:32 +00:00
codeanticode
a62def77fd Updating opengl to jogl 2.0-rc5 2012-02-15 20:44:32 +00:00
codeanticode
8b72e8e52a Moved default material properties from PGraphics to PGraphicsOpenGL/Android3D 2012-02-12 16:19:27 +00:00
codeanticode
5ea73a1c41 Ported GLSL renderering from PGraphicsAndroid3D to PGraphicsOpenGL, several fixes 2012-02-12 01:22:42 +00:00
benfry
532c530042 tweaks for percentage 2012-02-09 21:47:13 +00:00
benfry
f6446ac384 fix for args being passed in on the cmd line 2012-02-09 21:46:58 +00:00
codeanticode
a56751beca Updated initialization code in PGL for android and java, changed vertex indices to short in android 2012-01-24 00:54:28 +00:00
codeanticode
7eced82661 Removed addShape 2012-01-23 15:47:10 +00:00
codeanticode
50cebf56af Added direct-buffer copy to video library 2012-01-22 02:03:35 +00:00
codeanticode
f04373e11d Added new hint to enable/disable perspective corrected lines 2012-01-20 16:59:15 +00:00
codeanticode
a5774a964b Updated core constants 2012-01-17 15:24:56 +00:00
codeanticode
7bce961766 Handling calls from group shapes 2012-01-10 14:06:48 +00:00
codeanticode
dcdab48e2a Presence of texture and transformation matrix in child shapes is pre-computed before draw() 2012-01-09 19:58:28 +00:00
codeanticode
3615be7f72 Added tint() methods to PShape and PShape3D 2012-01-09 16:39:22 +00:00
codeanticode
a323a7e7ec Added center() method, updated ParticleSystem example 2012-01-09 05:20:28 +00:00
codeanticode
71ca87e6b1 Added manual control of transform caching via a new hint. 2012-01-06 22:00:12 +00:00
codeanticode
3257ec3f4e removed 2D hack from P3D 2011-12-21 02:39:28 +00:00
alignedleft
853c7363ba Numerous 'related' links updates for the reference pages 2011-12-20 22:32:52 +00:00
codeanticode
da9273b9c6 Adding texture caching in immediate mode 2011-12-19 14:17:57 +00:00
codeanticode
b5e72d0782 Reverted changes in hints handling 2011-12-16 06:50:25 +00:00
codeanticode
7a0f3c3d25 Fixed hints handling 2011-12-14 20:47:52 +00:00
codeanticode
05c4bb80cd Added accurate_2d hint, flush calls. 2011-12-14 16:33:00 +00:00