Commit Graph

3105 Commits

Author SHA1 Message Date
Ben Fry 46f8ebe107 close out the enums issue 2015-04-20 23:10:00 -07: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 ceffcfdfa3 @akarshit is on fire 2015-04-17 17:33:28 -04:00
Ben Fry 05ec0ebc40 fixing up #3197, other notes 2015-04-17 14:19:16 -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 5cc01f5ab8 notes for recent updates 2015-04-04 06:33:27 -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 04c025f155 wrapping up for release 2015-04-02 11:30:06 -04:00
Ben Fry 9e33d24dd1 implement line numbers per the new design 2015-04-01 22:07:43 -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
Ben Fry 25690384b9 a few notes from afternoon tweaking 2015-03-31 19:16:30 -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 a4498c6416 clearing up the list for recent edits 2015-03-30 14:47:19 -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
Ben Fry f62aead618 cleanup of some contrib code, refactoring a bit 2015-03-30 11:33:15 -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
codeanticode f46b123ee2 added COLOR attribute 2015-03-18 14:35:37 -04:00
codeanticode c6834915ec attribute logic in InGeometry 2015-03-18 14:18:54 -04:00
codeanticode c8034a37d8 implemented VertexAttribute class 2015-03-17 15:39:20 -04:00
codeanticode d1056eaa32 started with attribs 2015-03-16 16:52:23 -04:00
Daniel Shiffman c2f22e2c6e just fixing a quick line break here 2015-03-12 13:45:30 +00:00