Commit Graph

1103 Commits

Author SHA1 Message Date
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
codeanticode
e64de19d42 copy projection and modelview matrices to opengl 2012-12-19 15:55:22 +00:00
codeanticode
02c8d25a7c reworked logic in PGL to let JOGL choose the best surface for the given platform 2012-12-18 16:00:06 +00:00
codeanticode
2791300413 changed visibility 2012-12-18 00:39:47 +00:00
codeanticode
1d8afa9838 FBO layer is enabled when sketch tries to use the front texture (prev. frame) or shader filter 2012-12-17 02:33:05 +00:00
codeanticode
983bd06d02 add temporary option to enable/disable JOGL's FBO layer 2012-12-17 01:13:05 +00:00
codeanticode
36bf9f0277 put back MSAA 2012-12-17 00:33:54 +00:00
codeanticode
2796ce3331 only set static variables in PGL from main renderer 2012-12-16 22:49:42 +00:00
codeanticode
2c6e78b93a some fixes in the surface handling logic 2012-12-16 21:02:53 +00:00
benfry
7944e2a6f1 copying Table and XML updates to Android 2012-12-16 20:57:17 +00:00
benfry
826851f461 add check to make sure preceding slash not used w/ getChild 2012-12-16 20:40:19 +00:00
benfry
c677e2d443 fix indents with XML writing, finalize toString() and format() syntax 2012-12-16 20:36:40 +00:00
benfry
c31c40000e work on wrapping up XML changes 2012-12-16 19:31:09 +00:00
codeanticode
37610b558f sync java and android 2012-12-16 18:14:33 +00:00
benfry
39686e7392 more cleanup of mouse/key event handling and arg passing 2012-12-16 17:17:45 +00:00
benfry
0e52bf2653 fix another options bug in loadTable 2012-12-16 15:59:42 +00:00
benfry
e73ef5fbe9 move that composite around a bit 2012-12-16 02:11:29 +00:00
benfry
8a7a1669a3 attempting some canvas stuff 2012-12-16 01:48:20 +00:00
benfry
e68763550c add warning message when registering AWT mouse/key events 2012-12-15 23:07:44 +00:00
benfry
ef37654f70 PImage.resize() greater than image size hangs (issue #1464) 2012-12-15 22:48:49 +00:00
benfry
2c3ad34caa remove hint(ENABLE_NATIVE_FONTS) 2012-12-15 22:02:22 +00:00
benfry
0385dc6eb7 additional cleanup of JSON 2012-12-15 18:37:33 +00:00
benfry
ca76f3dad8 working on JSON API 2012-12-15 17:47:44 +00:00
benfry
7838cb1ff9 attempt to improve full-screen detection, make notes 2012-12-15 17:47:01 +00:00
alignedleft
188e0a8019 Removed a @see reference from PVector.lerp() as it wasn't being parsed by the ref generator script correctly 2012-12-13 21:16:22 +00:00
benfry
6e0b51db21 cleaning up JSON a bit, remove bad import 2012-12-13 17:28:52 +00:00
benfry
4194da736c fix for header rows 2012-12-13 17:09:53 +00:00
alignedleft
ecafcab8a2 Clarified reference for PVector.lerp() 2012-12-12 21:43:45 +00:00
codeanticode
a23205d958 direct buffers for pixel and texture operations, added GL thread check 2012-12-12 17:42:27 +00:00
Casey Reas
289f46ff61 Simple reference updates 2012-12-12 04:01:33 +00:00