Commit Graph

2781 Commits

Author SHA1 Message Date
Ben Fry
ca38ec6995 starting next release 2014-07-26 12:12:21 -04:00
Ben Fry
4bf6256c57 mark version 2014-07-25 21:17:29 -04:00
Ben Fry
a7566fd7a5 cleaning up the todo lists 2014-07-25 18:57:34 -04:00
Ben Fry
6bbaedd170 Merge pull request #2645 from JakubValtar/blend-fix
Fixes blending operations in Java2D
2014-07-25 16:45:49 -04:00
Ben Fry
a9a4d48ba9 more bug fixes 2014-07-25 10:21:08 -04:00
Jakub Valtar
db98fa474c Filling in missing alpha for blending operations
Fixes  #2012, fixes #2275. It's the same problem as #2030 - Java won't
set the high bits when RGB, returns 0 for alpha in
BlendingContext#compose(Raster, Raster, WritableRaster)
2014-07-23 03:02:23 +02:00
Ben Fry
e80798c19c Merge branch 'master' of github.com:processing/processing 2014-07-22 17:30:38 -04:00
Ben Fry
8873944ef9 add setRow() and fixes for Table(Iterable) performance 2014-07-22 17:30:35 -04:00
codeanticode
90f84a3b94 should fix #2630 2014-07-22 17:28:05 -04:00
codeanticode
79b287fdb0 Merge pull request #2638 from JakubValtar/filter-fix
fixes #2619 - filter() not applying to images produced by saveframe() consistently
2014-07-22 17:04:08 -04:00
codeanticode
132ae9da13 Merge pull request #2644 from JakubValtar/lighting-fix
Fixes dual-side lighting
2014-07-22 16:21:48 -04:00
Ben Fry
5cf458e539 actually fix the category bug, and remove debug lines. ahem. 2014-07-22 16:21:00 -04:00
Ben Fry
c3f0e62b1c table bug fixes and additions 2014-07-22 16:03:28 -04:00
codeanticode
6cc396152f testing some functions/methods in PShapeOpenGL in advance of upcoming
refactoring
2014-07-22 15:55:54 -04:00
Jakub Valtar
e93ffbbfb3 corrected expected front face orientation CCW -> CW 2014-07-22 18:31:57 +02:00
Jakub Valtar
8853ef40a9 Changed setgetPixels to arePixelsUpToDate
Changed the name to better reflect the purpose of the variable.
2014-07-22 16:46:03 +02:00
Jakub Valtar
b2899c63ce Moved pixels invalidation to endShape
Moved to account for a possibility that user uses get(), set() or
loadPixels() inside of beginShape()/endShape() block.
2014-07-22 16:40:09 +02:00
Jakub Valtar
72b95f6711 fixes #2619
After a call to get()/set(), pixels array has been treated as up-to-date
even though user has been drawing. Because of this, loadPixels() was not
updating pixels array with changes.
2014-07-15 00:38:54 +02:00
Jakub Valtar
6df349b68e new Arc implementation for OpenGL renderers 2014-07-13 22:33:37 +02:00
Ben Fry
7a6018b8e2 table fixes and notes 2014-07-10 14:18:40 -04:00
Jakub Valtar
280860dd18 corrections of normals and front faces 2014-07-05 03:42:41 +02:00
Jakub Valtar
aee3d3c49c new lighting shaders 2014-07-05 03:40:09 +02:00
Ben Fry
795caeaf82 Merge branch 'master' of github.com:processing/processing 2014-07-01 14:36:19 -04:00
Ben Fry
27aca7cb5c undo chaining operations b/c it breaks libs 2014-07-01 14:34:50 -04:00
Scott Murray
c8626e1f00 Added 'scale()' as related method to 'pushMatrix()' 2014-06-21 13:06:36 -07:00
codeanticode
23744dc031 kind parameter in shader(shader, kind) overrides shader type specified
by #define or autodetection using uniforms.
2014-06-14 18:43:12 -04:00
Ben Fry
044dd7b338 notes on applet changes 2014-06-08 16:52:21 -04:00
Scott Murray
afb51feb99 Added textSize() as related to text() in reference 2014-06-06 14:38:04 -07:00
Ben Fry
fcbfdbd8c2 add chaining operations and copy() to PVector (#257) 2014-06-05 13:29:47 -04:00
Ben Fry
d50c97d0a3 general notes 2014-06-05 12:39:17 -04:00
Ben Fry
91504f30d5 rolling over for the next release 2014-05-19 21:39:43 -04:00
Ben Fry
e42ea0d99a more error handling for startup quirks 2014-05-19 14:31:00 -04:00
Ben Fry
22c96d2eea Merge pull request #2509 from jdf/master
Permit mouse PRESS to set mouseX/mouseY.
2014-05-14 08:33:25 -04:00
Jonathan Feinberg
a659339129 Fix bug preventing first mouse PRESS from setting mouseX/mouseY when sketch window gains focus from the PRESS. 2014-05-13 08:36:23 -04:00
Ben Fry
92f9f1f8b7 starting revision 0227 2014-05-12 20:39:25 -04:00
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