Commit Graph

2303 Commits

Author SHA1 Message Date
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
codeanticode
cd33fb908e Fixes #1661 2013-02-25 17:13:38 -05:00
Ben Fry
3ee0222ef1 improve load/save of .gz files with Table, clear up some .bin issues 2013-02-24 14:03:21 -05:00
codeanticode
d3d453d4e9 canDraw() in PApplet to better control GL draw requests 2013-02-23 16:45:42 -05:00
codeanticode
f56e9f3581 Merge branch 'master' of https://github.com/processing/processing.git 2013-02-23 16:44:34 -05:00
codeanticode
e1e6a19b3a Don't remove canvas from parent PApplet, fix #1648 2013-02-23 13:57:16 -05:00
Ben Fry
45b3a6de81 write release notes, update todo lists 2013-02-23 12:04:08 -05:00
codeanticode
4db1ab3c89 stroke path uses color information, fixes #1196 2013-02-22 17:43:30 -05:00
codeanticode
4ff80b42ee Fixes #1641 2013-02-22 15:22:30 -05:00
codeanticode
ed0db3e4be check number of max number of samples in addition to availability of
multisampling extension to make sure that no MSAA renderbuffer is
created, fixes #1644
2013-02-21 20:46:29 -05:00
codeanticode
8f52195715 changed visibility of some variables in FontTexture 2013-02-20 18:38:26 -05:00
codeanticode
3005f33ea3 delete GL resources only when the Gl thread is current. Fixes #12 2013-02-20 16:14:31 -05:00
codeanticode
2432a9fed3 Added manual GLProfile shutdown to make sure that no JOGL threads are
left running.
2013-02-20 12:40:06 -05:00
codeanticode
39a8ac7a04 getVertexCount() updates tessellation if needed 2013-02-20 11:27:01 -05:00
Manindra Moharana
b219f13b0f Merge remote-tracking branch 'upstream/master' into jdiMod 2013-02-20 19:37:25 +05:30
Yong Bakos
a7988edba5 Adding javadoc for TAU. See processing/processing-web#9 2013-02-19 14:36:35 -07:00
Manindra Moharana
023858eab5 Sketch path now gets picked up from args 2013-02-19 23:56:22 +05:30
codeanticode
af43a904b2 some indentation edits 2013-02-19 11:02:50 -05:00
codeanticode
0ef8058513 one more function rename 2013-02-19 10:59:03 -05:00
codeanticode
4329f97ef0 Simplifying shader class and file names 2013-02-19 10:57:02 -05:00
codeanticode
eef67d2c7c last name change in the shaders: endpoint to direction in line shader 2013-02-19 10:35:48 -05:00
codeanticode
f861e3ee64 adding separate toolkit/events to hack around the erratic mouse behavior
on OS X, fixes #1626
2013-02-18 19:17:11 -05:00
codeanticode
199041e9c7 removed animator code altogether. 2013-02-18 19:05:51 -05:00
codeanticode
63b46e96fe disabling animator 2013-02-18 18:52:54 -05:00