Commit Graph

2303 Commits

Author SHA1 Message Date
codeanticode
d74180bfb5 Fixes offset bug in PJOGL 2014-11-03 11:40:00 -05:00
codeanticode
34fb9650cd Merge pull request #2915 from JakubValtar/bugfix-pshape-points
Fixed drawing 2D points to PShape
2014-11-03 11:37:09 -05:00
Jakub Valtar
e85f406f0f OpenGL blending - alpha is added in all modes
OA = SA + DA for all modes
now matches Java2D
2014-11-01 18:20:56 +01:00
Jakub Valtar
2de4067933 OpenGL blending - removed unused functions 2014-11-01 18:08:03 +01:00
Jakub Valtar
d8ba582882 OpenGL blending - fixed MULTIPLY
O = D * S
now matches Java2D
2014-11-01 18:07:25 +01:00
Jakub Valtar
7c9484c11f OpenGL blending - fixed SUBTRACT
O = D - (S * SA)
now matches Java2D
2014-11-01 18:05:41 +01:00
Jakub Valtar
b58cf7eefb Java2D blending - fix swapped SRC and DST 2014-11-01 18:03:44 +01:00
Ben Fry
091d095b61 support "header" option with ODS files 2014-10-31 11:05:26 -04:00
Ben Fry
866b1aa305 fix getInt() with default when no attrs at all 2014-10-31 11:05:11 -04:00
Ben Fry
017d32fb22 new addRows(Table) method 2014-10-30 18:29:47 -04:00
Ben Fry
40788807ee y'all should handle nulls too 2014-10-30 16:57:44 -04:00
Ben Fry
5048bba606 add (simple) ODS writer to Table 2014-10-29 18:47:07 -04:00
Jakub Valtar
261e60b5df Fixed drawing 2D points to PShape (#2912) 2014-10-29 13:38:16 +01:00
Federico Bond
73f46c2d5b Add missing static modifier to inner classes 2014-10-28 14:30:09 -03:00
Federico Bond
69b5953203 Use valueOf factory method instead of constructor 2014-10-28 14:30:09 -03:00
Federico Bond
c2c1f1a216 Avoid inefficient use of new String(String) 2014-10-28 14:30:08 -03:00
Ben Fry
f27da8509b fix replace() with nulls 2014-10-28 11:52:35 -04:00
Ben Fry
deec670eee merge additions 2014-10-22 19:04:25 -04:00
Ben Fry
897656c9b9 ignore case on types, add category to javadoc 2014-10-22 18:56:43 -04:00
Federico Bond
84b2efd8f8 Use correct parameter types in FloatList methods 2014-10-13 15:16:32 -03:00
Ben Fry
fa1d80052f ongoing work for core reworking 2014-10-09 14:42:53 +02:00
Ben Fry
d9bc6684ec through the weeds... 2014-10-09 07:11:00 +02:00
Ben Fry
9a518565fa add more notes and continue the destruction 2014-10-08 20:15:37 -04:00
Ben Fry
7c5750d82e reworking around separate surface object 2014-10-08 10:56:33 -04:00
codeanticode
1fec4b2ce0 Merge pull request #2867 from federicobond/loadshader-fix
Fix check in loadShader()
2014-09-24 09:41:17 -04:00
Liam Middlebrook
2771bf35a2 s/unsued/unused/g 2014-09-17 20:19:01 -04:00
Liam Middlebrook
bd82c946e9 Refined PShader uniform missing message fixes #2593 2014-09-17 10:24:57 -04:00
Federico Bond
e2bf6636ff Fix check in loadShader() 2014-09-14 21:27:25 -03:00
Federico Bond
ea38345be3 Replace instances of Hashtable with HashMap 2014-09-13 20:12:34 -03:00
Federico Bond
768c72e4e8 Replace instances of StringBuffer with StringBuilder 2014-09-13 20:12:23 -03:00
Jakub Valtar
7723e1df40 fix outlines around scaled fonts (#2845) 2014-09-11 19:38:52 +02:00
codeanticode
b3a2a032a8 fix edge condition in stroke edge for arcs (#2854) 2014-09-11 11:10:21 -04:00
Federico Bond
7c4544a8ef Add static modifier to inner classes that don't access parent 2014-08-31 12:51:46 -03:00
Ben Fry
8efee02839 Merge pull request #2826 from federicobond/primitive-optimization
Optimize creation of boxed primitives
2014-08-28 11:02:02 -04:00
Federico Bond
80f64013a4 Optimize creation of boxed primitives 2014-08-26 19:40:19 -03:00
Federico Bond
7d09cd08a7 Remove merge artifact in IntDict javadoc 2014-08-25 14:58:42 -03:00
Joan Perals Tresserra
03f6acea8b Use PApplet.round instead of Math.round 2014-08-23 02:32:47 +02:00
Joan Perals Tresserra
175d5e7a80 Prevent lerpColor from always rounding down 2014-08-23 02:18:33 +02:00
Scott Murray
17184df4af Fixes processing/processing-docs#104 by hiding PFont and PGraphics constructors from reference 2014-08-17 10:38:14 -07:00
Scott Murray
f12e0a7605 Addresses processing/processing-docs#104 and fixes processing/processing-docs#110 by hiding unusable PImage, PShape, and loadShape() constructors 2014-08-16 20:18:06 -07:00
Ben Fry
7d11ece606 add trim() method to XML (removes #text nodes) 2014-08-12 10:15:05 -04:00
Ben Fry
f2174cda9c Merge pull request #2772 from JakubValtar/preproc-constructorCast-fix
Fixes #1936 - Preproc constructor cast fix
2014-08-12 09:25:32 -04:00
Jason Sigal
b89dbc46d0 fix tiny typo in Table writeHTML()
just noticed a tiny typo in the writeHTML method of saveTable()
2014-08-10 22:13:00 -04:00
Jakub Valtar
fcd3ff99cb Corrected constructor cast method name
Changed `float[] parseByte(byte[])` to `float[] parseFloat(byte[])`
2014-08-11 01:56:16 +02:00
AmnonOwed
48f5a88303 Replace related item with commonly used nfs reference 2014-08-09 21:38:09 +02:00
AmnonOwed
d8248c5fc9 Fix nfc() related items 2014-08-09 21:26:54 +02:00
codeanticode
624139acca pack() after maximizing, takes care of #2562 2014-08-07 16:11:10 -04:00
Gal Sasson
6695215a7d PShape of type GEOMETRY is treated the same as PATH when drawing. 2014-08-07 14:37:42 -04:00
Gal Sasson
a05f036919 cleanup and sanity checks 2014-08-07 14:37:28 -04:00
Gal Sasson
844106150a initial PShape implementation for JAVA2D 2014-08-07 14:37:07 -04:00