Commit Graph

6161 Commits

Author SHA1 Message Date
Casey Reas f594ff3746 Reference edits for 2.0, text corrections 2012-11-20 21:40:43 +00:00
codeanticode fadec581ce set curveVertexCount to zero in beginShape() 2012-11-20 20:43:24 +00:00
benfry 63849bc01f wrong type parameter 2012-11-20 19:31:53 +00:00
benfry a18b641741 clean up blendMode() error/warning handling 2012-11-20 19:28:30 +00:00
codeanticode 9f35ae4b01 no arm 2012-11-20 19:06:43 +00:00
codeanticode 69460f7b1f start NEWT's animator at the end, otherwise it might call display() before all the variables are set 2012-11-20 16:36:23 +00:00
Casey Reas 7a957cf8d1 Reference changes for 2.0 related to shaders 2012-11-20 04:35:49 +00:00
codeanticode 92893bf13a update jogl jars, added arm native libs 2012-11-20 00:07:02 +00:00
codeanticode e0a50b8d90 invert mouse value 2012-11-20 00:06:36 +00:00
codeanticode 12ac541ea8 BaseShader class is parent for all shader types in PGraphicsOpenGL 2012-11-19 23:50:51 +00:00
codeanticode c501b6e065 front buffer works again with JOGL's FBO-layer implementation 2012-11-19 21:24:26 +00:00
codeanticode e02e3392c0 don't enable mipmapping if texture is the color buffer of a PGraphics 2012-11-19 16:54:11 +00:00
Casey Reas 11ca3752fe Reference update for PShader and util functions. More coming... 2012-11-19 06:25:57 +00:00
codeanticode 530b34d80d put requested depth, stencil and alpha bits in static variables 2012-11-19 02:03:19 +00:00
Casey Reas 2cf7d67af1 Assorted updates for the 2.0 reference textureWrap(), blendMode(), others... 2012-11-18 06:45:27 +00:00
Casey Reas 9cdb0f2e89 Updates to the PShape reference for 2 2012-11-17 17:23:31 +00:00
Casey Reas e971eb6318 Updates to the PShape reference for 2 2012-11-17 07:43:44 +00:00
Casey Reas c3c52602f0 Changes to PShape.java for documentation 2012-11-17 03:13:26 +00:00
codeanticode 3fcb2b2f21 removed unused variable from line shader 2012-11-15 19:10:19 +00:00
benfry b415db23e1 rewriting event queue setup, changing default imports, general havoc 2012-11-13 17:26:06 +00:00
benfry 4b33f00ecd some fixes for mouse button problems (issue 1350, issue 1373) 2012-11-13 13:12:50 +00:00
benfry 0cb1aa0209 add swing outline jar to the build 2012-11-13 13:06:23 +00:00
benfry 06427279bf working on mouse event handling 2012-11-13 12:59:10 +00:00
benfry 07bb5056f9 fix for imports problem (issue #1376) 2012-11-13 01:53:09 +00:00
benfry e1804402cb change variable names per request from Casey 2012-11-13 00:01:08 +00:00
codeanticode 10f418e610 implemented event handling with newt 2012-11-12 16:39:23 +00:00
codeanticode 2dc87d514b check for awt event 2012-11-12 16:39:01 +00:00
benfry e6bf6b3de8 start moving event handling for Andres 2012-11-12 16:19:58 +00:00
benfry 6e6fc2bfcc more table changes based on recent API discussions 2012-11-12 15:15:50 +00:00
benfry 459c65e52d additional cleanup 2012-11-11 23:01:44 +00:00
benfry 9c059e69aa clean up a few warnings 2012-11-11 22:45:28 +00:00
benfry a829256220 integrating debug mode to start java2 2012-11-11 22:23:33 +00:00
benfry 7f50239485 move to getRows() for Table, also add parseInto() method 2012-11-11 20:09:31 +00:00
codeanticode 8a38bc06b0 jogl update, attempt #2. using NEWT by default, stencil buffer disabled for the time being. 2012-11-11 19:36:15 +00:00
fjenett 7f6546067c ... missed to remove debug println's 2012-11-11 16:57:30 +00:00
fjenett 581658f858 Fixing bug #1218 ... JS mode not highlighting exceptions correctly 2012-11-11 16:56:28 +00:00
alignedleft 835ce653cf Removed getLocalName() from reference 2012-11-08 00:48:35 +00:00
Casey Reas 00f8f50dee Two examples corrections 2012-11-07 04:49:18 +00:00
fjenett 9ee4b78e7e Updated JS mode examples, changed convenience function to have same camel case as Processing.getInstanceById() 2012-11-03 17:35:06 +00:00
benfry 3e360ccc5f starting the next release 2012-11-02 13:18:24 +00:00
benfry 358aae114a working on release of 2.0b6 2012-11-02 12:31:40 +00:00
benfry a3f75fe07c fix how icons are found when a package is used (issue #1346) 2012-11-02 12:21:46 +00:00
benfry ab7a0d4422 fix hanging external editor preference (issue #1355) 2012-11-02 12:00:13 +00:00
codeanticode 596e7d47d7 Backtracking jogl update, as it introduced several deadlocks 2012-11-01 16:53:01 +00:00
codeanticode 9be09c160c fixed initialization for NEWT 2012-11-01 00:41:09 +00:00
codeanticode 76a22470ec added swapColorBuffers() to FrameBuffer, some cleanup 2012-10-31 16:33:35 +00:00
Casey Reas 57c7cc78d8 New reference.zip for 2b6 2012-10-31 15:22:43 +00:00
codeanticode d0e06a3a60 take into account non-multisampled FBO situation 2012-10-31 00:50:23 +00:00
codeanticode 521daed91d made edges filter compatible with GMA 950 2012-10-31 00:39:05 +00:00
codeanticode ff76835044 properly get the texture from the screen FBO in JOGL, so that filter(PShader) works again 2012-10-30 20:15:17 +00:00