Commit Graph

1132 Commits

Author SHA1 Message Date
codeanticode
42c5d7e8a7 Fixes focus gain/lost detection with OpenGL renderers, issue #1483:
http://code.google.com/p/processing/issues/detail?id=1483
2013-02-10 09:00:34 -05:00
Ben Fry
40a4f59aac fix removeColumn() 2013-02-06 20:22:37 -05:00
Ben Fry
da64d9956f remove silly warnings 2013-02-06 20:20:49 -05:00
codeanticode
a21a4fbe21 Shader type detected through #defines 2013-02-06 17:08:54 -05:00
codeanticode
47d0022400 Fix for mouseButton not recording correctly:
http://code.google.com/p/processing/issues/detail?id=1464
2013-02-05 18:38:38 -05:00
codeanticode
c94086a910 varying vertTexcoord renamed to vertTexCoord 2013-02-05 18:05:22 -05:00
codeanticode
43a4a5ee84 endpoint instead of endPoint 2013-02-05 17:48:28 -05:00
codeanticode
81aa8fdddb More name changes in the shader uniforms 2013-02-05 17:39:26 -05:00
codeanticode
17f86c313e renamed modelview and projection matrices in the shaders 2013-02-05 16:24:42 -05:00
andres
39ea20a326 Renamed projModelviewMatrix to transform in all shaders 2013-02-05 16:11:15 -05:00
Your Name
463455daaa made PGLListener constructor public 2013-02-04 18:17:19 -05:00
Your Name
ac1f7eafe4 Disabling stroke perspective in P3D 2013-02-04 16:51:01 -05:00
codeanticode
175f95c6e5 Minor changes in JOGL and LWJGL PGL interface 2013-02-04 14:34:59 -05:00
Ben Fry
343bf117a4 re-applying other edits 2013-01-25 20:13:30 -05:00
benfry
3cffa8efe6 add TAU as alias for TWO_PI (issue #1488) 2013-01-22 02:55:43 +00:00
benfry
ecdaeac086 further work on retina and improving performance 2013-01-20 22:49:01 +00:00
benfry
f5ccad12b3 preliminary implementation of wheel events (issue #1423) 2013-01-19 20:18:09 +00:00
benfry
e5669eb01b add randomGaussian() 2013-01-19 16:33:07 +00:00
codeanticode
28d6ab78ee fixed null pointer exception in PShader 2013-01-16 21:39:58 +00:00
codeanticode
2d3a7a6610 PShapeOpenGL.createShape3D() is public 2013-01-16 19:35:41 +00:00
codeanticode
4ac056f3c5 PGL.threadIsCurrent() is not static to avoid problems with subclassed renderers 2013-01-16 16:59:06 +00:00
codeanticode
d3dbfff701 PGL.getBackTextureName, PGL.getFrontTextureName are protected 2013-01-16 16:36:37 +00:00
codeanticode
ac8a2a98a3 Removed PGL.Context subclass 2013-01-16 16:02:18 +00:00
benfry
0024f7c0ae don't re-create graphics context on each frame 2013-01-14 17:22:31 +00:00
benfry
bfa3b9f107 close InputStream on loadBytes and loadStrings (issue #1542) 2013-01-14 17:21:54 +00:00
benfry
eeadf6c3a5 pair of retina tweaks to fix bad assumptions 2013-01-13 13:11:35 +00:00
benfry
e734c79aaf switch to active painting, redo noCursor() handling 2013-01-10 22:10:14 +00:00
benfry
38005496d7 adding in-progress work for on canvas, retina, etc 2013-01-10 15:59:50 +00:00
benfry
ea61acf603 Table additions, insideDraw for huge speedup, disabled rendering work 2013-01-08 16:06:51 +00:00
benfry
deb1785b76 support for reading/writing binary tables 2013-01-08 16:05:02 +00:00
codeanticode
139637e8bb Handling coded keys in NEWT 2013-01-07 20:44:46 +00:00
codeanticode
57f3797bb8 added PShape.setTexture(), PShape.setTextureMode() 2012-12-31 00:40:47 +00:00
codeanticode
1e193ca436 More warning messages 2012-12-31 00:30:08 +00:00
codeanticode
a5fcec75c5 Re-enabled all variants of fill, stroke, etc in PShape. Better warning message, 2012-12-30 23:27:19 +00:00
codeanticode
a4a0369e90 PShape API updates 2012-12-30 22:50:23 +00:00
alignedleft
668dabb9e7 Added ref pages for Table, corrected minor typos elsewhere, updated todo.txt 2012-12-27 00:23:00 +00:00
benfry
91972d0e9d fix XML indentation and Android issues (issue #1512) 2012-12-22 16:35:51 +00:00
benfry
cf05993ab4 doing battle with XML and format() 2012-12-22 16:17:26 +00:00
codeanticode
93a8c96bc9 removed println in window listener 2012-12-21 16:45:12 +00:00
codeanticode
56d05b1041 testing focus handling 2012-12-21 16:38:39 +00:00
codeanticode
578491f82f Added NEWT window listener to catch window focus events. Fixes issue #1483 2012-12-21 16:29:51 +00:00
codeanticode
65ffc3ff4a Fixes issue #1495 2012-12-21 15:22:41 +00:00
codeanticode
a6138f2326 solves transparency issue with multisample offscreen buffers 2012-12-21 01:11:30 +00:00
alignedleft
b2bb84c4f8 Added XML reference for format() and toString() 2012-12-20 18:14:32 +00:00
alignedleft
cebf10855e Added reference page for createXML() 2012-12-19 23:58:46 +00:00
alignedleft
58a522ded9 Added reference for saveXML() 2012-12-19 23:41:23 +00:00
benfry
26b08fb8aa add createXML() 2012-12-19 23:20:41 +00:00
alignedleft
c9afeb5bc5 Replaced old XML.parse() reference with PApplet.parseXML() reference 2012-12-19 23:09:43 +00:00
benfry
7792e36fde fix categorical data bug 2012-12-19 22:34:47 +00:00
benfry
5272481d3a notes about Microsoft event model and W3C 2012-12-19 21:26:17 +00:00