Commit Graph

2746 Commits

Author SHA1 Message Date
Ben Fry
af3c5be8ab write release notes 2014-05-12 20:14:49 -04:00
Ben Fry
95de8998cb add Server bind option (#2356) and todo notes 2014-05-10 20:22:44 -04:00
Ben Fry
c86465c01d cursor fix (#2358) and svg fix (#2377) 2014-05-10 17:31:08 -04:00
Ben Fry
c0b4f28cfe Merge pull request #2338 from GKFX/patch-4
Allow textWidth() with the default font.
2014-05-10 17:09:21 -04:00
Ben Fry
026a26a1c2 workaround for MOVE cursor (github #2358), other cleanups 2014-05-10 17:06:22 -04:00
Ben Fry
755096c4db Linux export w/ JNA option, other todo list updates 2014-05-10 16:32:53 -04:00
Ben Fry
3513a01c59 working on launch4j builder 2014-05-10 09:27:38 -04:00
Ben Fry
72fb419c3d todo notes plus start on fixes for #2239 on Windows 2014-05-08 16:10:50 -04:00
Scott Murray
a95babb4b3 Added background() as related method in reference to draw() 2014-05-05 19:12:27 -07:00
codeanticode
c7c99b80a0 fixes loadPixels() regression in opengl renderer 2014-05-05 14:33:22 -04:00
Ben Fry
179eda39e9 fix for #2463 and other todo notes 2014-05-04 16:06:40 -04:00
AmnonOwed
0be7fe3bea Conform PVector.set() reference to standard practice 2014-05-04 14:04:45 +02:00
AmnonOwed
51aedcd35d Add related entry (frameCount) to saveFrame() reference 2014-05-02 11:35:01 +02:00
Ben Fry
468d4f26a9 add canDraw() method for embedding 2014-04-30 20:36:06 -04:00
Ben Fry
59093e0e24 fixes for sketchPath() when embedding 2014-04-30 20:35:50 -04:00
AmnonOwed
776d1eb75c Clarify fromAngle() input (in radians) 2014-04-27 01:51:53 +02:00
codeanticode
e3ccd69ce6 missing categories are correctly saved in binary 2014-04-25 22:53:50 -04:00
codeanticode
34a3ed1852 take care of #2465 2014-04-22 16:53:17 -04:00
Kyle Feuz
2ede696737 Fixed splice() ClassCastException issue 1445 2014-04-16 21:08:08 -07:00
Ben Fry
400fda8bb0 fix for categorical missing values 2014-04-16 15:40:33 -04:00
Ben Fry
20ce7605e3 starting the next revision 2014-04-15 15:58:23 -04:00
Ben Fry
5e939b1316 add debug message.. found Java 1.8 problem with build. 2014-04-15 13:51:34 -04:00
Scott Murray
a32226e799 Fixes processing/processing-web#277 and cleans up lots of related mouse reference page links 2014-04-15 10:20:48 -07:00
Ben Fry
9dbb48a17c paper over Oracle Java bug for user.dir #2181 2014-04-15 12:34:45 -04:00
Ben Fry
a9503b56a2 additional fix for #1561 2014-04-14 17:27:54 -04:00
Ben Fry
1cc7017be0 release notes for 2.1.2 2014-04-11 14:45:09 -04:00
Ben Fry
16b944a5d8 tee-hee! 2014-04-11 14:26:30 -04:00
Ben Fry
f52dd7f53a fix for #2297, default bg color problem 2014-04-11 14:23:26 -04:00
Ben Fry
f1cc624698 fix for #2439, set bounds on alpha 2014-04-11 13:47:57 -04:00
Ben Fry
16e972f674 check on indices settings for the other Dict classes 2014-04-11 13:35:34 -04:00
Ben Fry
5101506047 backing out pull #2432 2014-04-11 05:55:05 -04:00
codeanticode
115b579bb1 removed a couple of unneeded removeListeners() calls in PJOGL 2014-04-10 11:20:00 -04:00
Ben Fry
5411ece732 fix ecj.jar path issue on Windows (and Linux?) 2014-04-09 11:38:09 -04:00
Ben Fry
ee417dc726 fix formatting to conventions 2014-04-08 12:02:56 -04:00
Scott Murray
a209698e3c Merge branch 'master' of https://github.com/processing/processing 2014-04-08 08:55:09 -07:00
Scott Murray
a6c01affe9 Added related links to lerp() and PVector.lerp() 2014-04-08 08:54:57 -07:00
Ben Fry
ae49afbed8 additional items of note 2014-04-07 13:59:47 -04:00
codeanticode
7c23d482b7 some cleaner logic to allow for #2424, which should also work when video
buffers start accumulating in the cache on slower machines.
2014-04-06 10:07:54 -04:00
codeanticode
c7c20f0183 getBufferPixels() removes the buffers from the cache, fixes the #2424 2014-04-05 00:11:34 -04:00
Ben Fry
1e63889060 Merge pull request #2425 from jdf/master
Fix NPE in PDE, affecting color picker and other Tools.
2014-04-03 16:52:08 -04:00
codeanticode
a9023be06a don't delete any gl resources in dispose 2014-04-03 11:59:41 -04:00
Jonathan Feinberg
5ffe70516b Fix NPE in PDE, affecting color picker and other Tools. 2014-04-03 10:46:43 -04:00
Jonathan Feinberg
f493e04687 Permit Mode developers to run their Modes in Eclipse (or however they like) during development. 2014-04-02 16:09:04 -04:00
Jonathan Feinberg
f1a8639e1a Merge remote-tracking branch 'upstream/master' 2014-04-01 15:30:10 -04:00
Jonathan Feinberg
8e6dc95ef0 Make it possible for PApplet subclasses to override exitActual. 2014-04-01 15:28:47 -04:00
codeanticode
dcf344eab5 check that backFBO and frontFBO are not null 2014-04-01 15:28:46 -04:00
codeanticode
ce8eddff15 request draw in PGraphicsOpenGL only if the parent PApplet can draw,
solves #2416
2014-04-01 14:55:20 -04:00
codeanticode
d8dacf8ede don't delete opengl resources in the PGraphicsOpenGL finalizer 2014-04-01 14:16:40 -04:00
codeanticode
cd8666ca2b removed GLProfile.shutdown() call, JOGL does it automatically 2014-04-01 11:33:27 -04:00
codeanticode
c5dca8b660 renamed bufferUnit to ppixelsUnit 2014-03-31 15:20:23 -04:00