Commit Graph

1226 Commits

Author SHA1 Message Date
Ben Fry
2daa6269b2 rename to use Dict instead of Hash, remove HTML and ODS tables 2013-04-28 15:11:07 -04:00
Ben Fry
7ac6a0bd79 more massaging, also tweak Table accessors for types 2013-04-28 14:55:12 -04:00
Ben Fry
c7702c9b61 more API cleanups for consistency 2013-04-28 14:17:29 -04:00
Ben Fry
4fd831fb89 further normalization of the data API 2013-04-28 13:20:56 -04:00
Ben Fry
fe8690844f moving to keys() for iterable, cleaning up list API 2013-04-28 12:38:11 -04:00
Ben Fry
10892bbc7d fix up StringHash, also fix the sort order in the others 2013-04-28 10:58:18 -04:00
Ben Fry
f92b7d5e72 port float changes over to int 2013-04-28 10:49:06 -04:00
Ben Fry
75b5bc9489 cleaning up FloatHash, getting to work on the others, fix iterator in Table 2013-04-28 10:40:59 -04:00
Ben Fry
b70855d74f save methods for JSON objects and arrays 2013-04-26 15:16:46 -04:00
Ben Fry
7274c54196 Merge branch 'master' of github.com:processing/processing 2013-04-26 14:57:13 -04:00
Ben Fry
8124390044 JSON fixes for Shiffman 2013-04-26 14:57:07 -04:00
Daniel Shiffman
936790e30b fixing setJSONObject setJSONArray 2013-04-26 13:55:41 -04:00
codeanticode
2f2f2454e6 renamed release() as dispose() in all GL classes for consistency with
PGraphics.dispose()
2013-04-24 16:02:04 -04:00
codeanticode
80e74e0895 renamed some functions 2013-04-24 15:36:50 -04:00
codeanticode
f90bdf1417 Fix issue #1740 2013-04-23 19:14:28 -04:00
Ben Fry
21d553ba02 working on List class 2013-04-21 17:27:02 -04:00
codeanticode
1831d33183 Made PGL object static, removed references to parent and renderer in
Texture and FrameBuffer object, fixed PGraphicsOpenGL.dispose()
2013-04-21 09:33:17 -04:00
Ben Fry
fef259524c add get/setContent() for XML 2013-04-20 07:57:31 -04:00
codeanticode
fd20e6da02 caps/joins always added in retained mode 2013-04-18 18:13:33 -04:00
codeanticode
72e3b8aaf3 Check for closing edges in tesselateEdges3D() 2013-04-18 16:01:06 -04:00
codeanticode
93876fb593 finished implementing the clamping checks 2013-04-17 18:22:01 -04:00
codeanticode
25de76426e clamp test for triangle fans 2013-04-17 17:49:58 -04:00
codeanticode
18ebfeff49 reworking logic for 2D clamping 2013-04-17 17:35:57 -04:00
codeanticode
7f9b71ddd0 Fixes issue #1732 2013-04-17 12:29:54 -04:00
codeanticode
b77bb4d9bc unclamp endpoints of 2D line segment if they became degenerate. 2013-04-13 13:14:29 -04:00
codeanticode
4f58e4ea00 more work in P2D to minimize blurriness issues 2013-04-12 19:15:27 -04:00
codeanticode
e18631cada clamping transformed coordinates to integers in 2D immediate mode 2013-04-11 18:34:56 -04:00
Ben Fry
dc752f020b updating todo list, reverse y when loading TGA images (issue #1682) 2013-04-11 09:18:27 -04:00
Ben Fry
44286c5cfb Merge pull request #1690 from processing/PVectorShiffman
adding set() to accept 2 parameters for 2D vectors only
2013-04-11 05:26:54 -07:00
Ben Fry
08c100ffa0 Merge pull request #1636 from Manindra29/jdiMod
Moving on to eclipse jdi, getting rid of tools.jar dependency
2013-04-11 05:14:58 -07:00
Ben Fry
1813f7ab7f Merge branch 'master' of github.com:processing/processing 2013-04-11 08:08:54 -04:00
Ben Fry
f8ef0c1be1 work on json a little, other tweaking 2013-04-11 08:08:50 -04:00
codeanticode
902fbeaae8 DISABLE_OPTIMIZED_STROKE hint only works in 3D 2013-04-10 18:37:27 -04:00
codeanticode
07a7ad30a1 Fixes issue #1667 2013-04-10 15:59:55 -04:00
codeanticode
3891632051 removed back reference to PImage from ImageCache (issue #1391) 2013-04-10 15:00:00 -04:00
Scott Murray
ae312eee2d Added XML parameter description placeholders for processing/processing-web#81 2013-04-03 09:56:36 -07:00
Scott Murray
bf75af432a Fixed processing/processing-web#77 by suppressing mention of loadXML(filename, options) from reference 2013-04-03 09:16:03 -07:00
Scott Murray
9d34bbcf42 Fixed processing-web#72 2013-04-02 17:57:47 -07:00
Scott Murray
ba3223d418 Fixed #71 2013-04-01 16:46:41 -07:00
Xerxes Rånby
9b3d6e73df Validate PApplet AWT Container after add of OpenGL canvas.
This fix a long startup delay before OpenGL init
that may happen if the OpenGL canvas stay non-visible.

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
2013-03-30 23:28:36 +01:00
Xerxes Rånby
6ed4be1f16 Fix PGLListener init extension checks to pass on OpenGL ES 2.
Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
2013-03-30 22:42:39 +01:00
Xerxes Rånby
93e5e8da2d getChosenGLCapabilities may return null before GLListener init.
Store capabilities at a safe location inside PGLListener init.

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
2013-03-30 21:52:02 +01:00
codeanticode
1eedcab149 Fix #1671 2013-03-25 09:27:37 -04:00
codeanticode
6ed2b23a9c Fixes issue #1659 2013-03-25 09:15:28 -04:00
Daniel Shiffman
8441b32b22 adding set() to accept 2 parameters for 2D vectors only 2013-03-16 22:34:49 -04:00
Scott Murray
b174035021 Added addColum() to reference… hopefully 2013-03-13 14:21:54 -07:00
Scott Murray
cb31ff51ae Added related links to Table 2013-03-13 13:37:32 -07:00
Scott Murray
bf53c0a005 Added related links to reference for texture() textureMode() textureWrap() 2013-03-13 12:59:06 -07:00
Yong Bakos
2eb7188d14 Adding javadoc for randomGaussian.
References processing/processing-web#42
2013-03-01 13:07:11 -07:00
codeanticode
959bd68c87 Merge branch 'master' of https://github.com/processing/processing.git 2013-02-25 17:17:44 -05:00