Commit Graph

9647 Commits

Author SHA1 Message Date
Ben Fry 2d351aced3 Merge pull request #3161 from Plastix/master
Display download percentage when fetching library info
2015-03-30 13:53:43 -04:00
Ben Fry 303545bb3e Merge pull request #3138 from Akarshit/bugfix-CutCopyNotWorking
Cut and Copy are now working .
2015-03-30 12:10:51 -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
Ben Fry e4485d4e45 Merge pull request #3132 from joelmoniz/bugfix-brokenContribHampersManager
Contrib Manager does not stop parsing contribs.txt if an error exists
2015-03-30 11:12:29 -04:00
Plastix e53992b761 Display download percentage when fetching library info 2015-03-29 00:21:32 -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
Akarshit Wal cf3ed46ff9 lerpColor() not giving NPE when called outside setup 2015-03-11 15:49:46 +05:30
Ben Fry 00fbc65f6f fix up HTML export handling 2015-03-07 22:49:50 -05:00
Ben Fry fdf24efc4b let's get pedantic with this HTML export, shall we? 2015-03-07 09:09:06 -05:00
Ben Fry 6d6e8a291d table debugging for iterator constructor and HTML export 2015-03-07 08:54:07 -05:00
Ben Fry bf90f134f3 add warning when a Table cannot be found 2015-03-07 08:51:56 -05:00
Akarshit Wal 7d5a9b1251 Removed print statement which was probably set during debugging 2015-03-06 00:17:30 +05:30
Akarshit Wal 2d4660d645 Menu items enabled when menu is not selected 2015-03-06 00:16:21 +05:30
codeanticode 06b1cb265a return correct default draw buffer 2015-03-03 17:44:59 -05:00
codeanticode 2072d8249f fix key event handling 2015-02-28 23:33:03 -05:00
Joel Moniz 7959ae6462 Contrib Manager parses whole contribs.txt irrespective of errors
Implemented as per @prisonerjohn 's suggestion at https://github.com/processing/processing/issues/2953#issuecomment-71921649
2015-02-27 20:04:26 +05:30
Ben Fry f14bc38ed8 note about why 2015-02-25 09:52:13 -05:00
Ben Fry 54970ef51c disallow textSize() <= 0 (fixes #3110) 2015-02-25 09:50:58 -05:00
Ben Fry 6d930c0d5b remove a bunch of compiler warnings 2015-02-24 02:55:52 -05:00
Ben Fry 2538a6a1e5 fix for native libs in core (from @codeanticode) 2015-02-24 02:48:53 -05:00
codeanticode 223c24160b set current thread 2015-02-23 23:43:57 -05:00
codeanticode 81d254b2ae call sketch.exit() 2015-02-23 23:17:29 -05:00
Ben Fry 857faa333a add notes for recent pulls 2015-02-21 16:12:53 -05:00
Ben Fry 3964e33a23 Merge pull request #3097 from kfeuz/server_memory_leak
Server check for dead clients while checking for available messages
2015-02-21 13:45:45 -05:00
Ben Fry 7e7770b3ae Merge pull request #3101 from Akarshit/bugfix-exceptionOnSecondWindow
IllegalArgumentException not getting thrown when clicking in a second sketch window
2015-02-21 11:16:17 -05:00
Ben Fry bd669ee377 Merge pull request #3102 from Akarshit/bugfix-rectBroken
rectMode getting called with correct argument now.
2015-02-21 11:14:00 -05:00
codeanticode 381ff7a241 fix casting 2015-02-20 16:51:32 -05:00
Ben Fry 8afa37a07a todo notes and fix for requestImage() 2015-02-20 16:45:33 -05:00
codeanticode 14c89ed2ec removed glw 2015-02-20 16:45:29 -05:00
codeanticode a8bb95b5dc removed LWJGL library 2015-02-20 16:44:16 -05:00
codeanticode f4e0f23466 make jogl work as a subclass of PGraphicsOpenGL 2015-02-20 16:43:29 -05:00
codeanticode d10a9b7392 added eclipse project files, build script 2015-02-20 16:32:38 -05:00
codeanticode 37cdb40934 added jogl library 2015-02-20 16:28:45 -05:00
codeanticode 12b6626747 put LWJGL in the core 2015-02-20 16:21:15 -05:00
Manindra Moharana 68697fe26e Fixed typo 2015-02-11 17:30:18 -08:00
Manindra Moharana 94cf78123a Fixes #3104 2015-02-11 17:28:17 -08:00
Manindra Moharana b6767c003c Fixes #3103 2015-02-11 00:42:05 -08:00
Akarshit Wal 9a5ad887a7 Added default mode as CORNER 2015-02-09 01:03:40 +05:30
Akarshit Wal 9606bdea3a Rectangle mode is now getting set correctly 2015-02-09 00:57:45 +05:30
Akarshit Wal 6427dc4857 IllegalArgumentException not getting thrown when clicking in a second sketch window 2015-02-07 22:58:46 +05:30
Kyle Feuz 3f131d7975 Check for dead clients while checking for available messages 2015-02-06 11:54:52 -07:00