Commit Graph

2776 Commits

Author SHA1 Message Date
Ben Fry
cdfe575ea2 fix for #3113 noSmooth() issues 2015-04-25 03:27:51 -04:00
Ben Fry
6eff1da1b9 add push() and pop() to String/Int/FloatList 2015-04-25 03:08:25 -04:00
Ben Fry
1c189ab5f3 fix up write/save, add indent= option 2015-04-25 03:06:13 -04:00
Jakub Valtar
b20fe4601a Fixed extra edges in sphere tesselation
Fixes #3193
2015-04-25 00:26:20 +02:00
Ben Fry
023903857c maybe just for good measure 2015-04-24 15:20:51 -04:00
Ben Fry
141fdc383d notes heading to release, improve error messages a teeny bit 2015-04-24 10:45:00 -04:00
Ben Fry
3df8bdc893 Merge pull request #3202 from federicobond/compact-json
Add option to save JSON in compact form
2015-04-24 08:52:57 -04:00
Ben Fry
acd5156a02 remove unused var 2015-04-23 23:50:13 -04:00
Ben Fry
0ae0399e4f Merge branch 'master' of github.com:processing/processing 2015-04-23 23:41:26 -04:00
Ben Fry
a19c770807 back in business, but still not nuts about current performance/complexity 2015-04-23 23:41:23 -04:00
Ben Fry
680d3b5004 Merge pull request #3205 from GKFX/svg
Improvements to SVG. Fixes #2992.
2015-04-23 21:42:46 -04:00
George Bateman
9753745ee4 PApplet.java: disable a doc comment
It's coming up in the wrong place on the Javadoc because its method is commented out.
2015-04-23 19:45:03 +01:00
George Bateman
517e3d3806 Improvements to SVG. Fixes #2992.
Proper support for percentages, partial support for viewbox, support
for more named colors, allow gradients to specify color-stops using
style or direct attributes on <stop>, nicer error message on loading an
HTML document as SVG (since I assume it can happen to novices
downloading SVGs from the web).
2015-04-22 17:50:56 +01:00
Federico Bond
fdf4f70bce Add option to save JSON in compact form 2015-04-21 03:08:16 -03:00
Ben Fry
f49f7104bd trying... to... simplify. 2015-04-20 22:44:54 -07:00
Ben Fry
48b3bdf0a9 adding clarifications 2015-04-20 16:43:24 -07:00
Ben Fry
cb4151f00d mark cache methods, update comments 2015-04-20 16:43:08 -07:00
Ben Fry
b27d4ecd5d set absolute path, remove cache methods 2015-04-20 16:42:38 -07:00
Ben Fry
9f1bef58bb tacking the other direction on offscreen 2015-04-19 14:21:15 -04:00
Ben Fry
e6c68399da cleanups, notes, whitespace auto-fixes 2015-04-18 15:44:28 -04:00
Ben Fry
8a18c69801 trying to go straight on the EDT, see notes in core/README 2015-04-06 11:41:59 -04:00
Ben Fry
20a2da3386 Merge pull request #3078 from Akarshit/bugfix-textAlignRight
textAlign Right print correctly
2015-04-04 06:30:36 -04:00
Ben Fry
feb70e776e clarifications for how sketch args work 2015-04-03 16:02:41 -04:00
Ben Fry
f28fae7875 remove hack that placed sketch path after class name arg 2015-04-03 15:15:40 -04:00
codeanticode
e63b3348e0 keep window open after noLoop() 2015-04-02 16:46:56 -04:00
Ben Fry
223e234763 Merge pull request #2961 from joelmoniz/closeStreams
Closing a few unclosed BufferedReaders and InputStreams
2015-04-01 17:21:16 -04:00
codeanticode
76651a4671 a few tweaks to active 2015-03-31 16:13:17 -04:00
codeanticode
a0b30c1df1 removed debug messages 2015-03-31 16:06:00 -04:00
codeanticode
b29fc259fe correctly detect if the attribute is active 2015-03-31 16:05:14 -04:00
codeanticode
840a04fc66 fixed index issue 2015-03-31 15:48:52 -04:00
codeanticode
fcff028cf3 check if attribute is active 2015-03-31 15:39:46 -04:00
codeanticode
8ac36534d6 fixed index argument 2015-03-31 15:19:47 -04:00
codeanticode
c226badf22 added bind and unbind to VertexAttribute class 2015-03-31 15:09:22 -04:00
codeanticode
9eddc337ad implemented setAttrib() methods 2015-03-31 12:14:52 -04:00
codeanticode
4e7f76ceb3 more work in PShape, same renaming 2015-03-31 12:04:33 -04:00
codeanticode
828cafa44a attrib bits in PShape 2015-03-31 11:45:51 -04:00
codeanticode
c95f64df26 init attrib arrays 2015-03-30 22:27:00 -04:00
codeanticode
c16161d68e added attrib to PShape 2015-03-30 22:16:22 -04:00
codeanticode
fd00bfdc73 added geometric transformations 2015-03-30 22:12:57 -04:00
codeanticode
efdbc0ae52 some attrib tweaks 2015-03-30 21:56:28 -04:00
codeanticode
c3b0b69eda attrib functionality (theoretically) done 2015-03-30 21:27:06 -04:00
Ben Fry
ed31c791ca add init(III) method that went missing, breaking video, fixes #3114 2015-03-30 19:08:48 -04:00
Ben Fry
31c2f2bcca fixes #3092 window collapse when dragging 2015-03-30 18:42:28 -04:00
Ben Fry
ea89e61e51 follow more redirects 2015-03-30 16:45:37 -04:00
Ben Fry
185875bed4 fix #3129 via parts of #3162, plus lerpColor() done correctly 2015-03-30 14:42:29 -04:00
Ben Fry
9b493da2b7 oh that Andres snuck the attrib() function in there 2015-03-30 12:01:21 -04:00
Ben Fry
6a8b102054 Merge pull request #3146 from Akarshit/bugfix-lerpColor
use default colorMode() with lerpColor() outside setup()
2015-03-30 11:57:22 -04:00
codeanticode
f35bb56851 expand vertex array in tessellator 2015-03-23 18:22:32 -04:00
codeanticode
0ae7be5f6f handling attributes in tessellator 2015-03-18 16:05:58 -04:00
codeanticode
42f018e02a use local copies of attribute hashmap 2015-03-18 15:16:59 -04:00