Commit Graph

2901 Commits

Author SHA1 Message Date
Ben Fry
f4ce5e5a1f todo items and minor tweaks 2014-11-14 15:07:37 -07:00
Ben Fry
0cbe2fce94 Merge pull request #2865 from federicobond/misc-fixes
Miscellaneous fixes
2014-11-14 14:48:57 -07:00
Ben Fry
6269e2ce47 Merge pull request #2927 from JakubValtar/bugfix-contours
Fix contours (#2665)
2014-11-14 14:42:01 -07:00
Ben Fry
a4814055e9 enable mask() with Java2D 2014-11-14 14:39:30 -07:00
Ben Fry
b892989008 notes about pull requests and new Java version 2014-11-14 14:36:08 -07:00
Ben Fry
c18d1f3b52 Merge pull request #2813 from jperals/master
Prevent lerpColor from always rounding down
2014-11-14 14:34:21 -07:00
Ben Fry
caf804f613 todo notes, oops 2014-11-14 08:19:58 -07:00
codeanticode
e8ca4943ab Use non-deprecated version of FBObject.reset() 2014-11-11 15:24:50 -05:00
codeanticode
e2dda69876 properly catches and re-throws exceptions that ocurred during drawing 2014-11-11 13:23:36 -05:00
Ben Fry
b3e3ebea72 add insert(index, item) for single elements 2014-11-11 09:26:13 -05:00
Ben Fry
920a0e0e94 fix how missing values are handled in dictionaries 2014-11-07 09:30:25 -05:00
Ben Fry
06a6a00042 ignore <title> tag in svg files 2014-11-07 08:34:08 -05:00
Jakub Valtar
4161e4c6e8 Java2D: better error checking for contours 2014-11-04 10:39:58 +01:00
Jakub Valtar
afb79fc769 Fixing winding: PShapeOpenGL is solid by default 2014-11-04 09:29:13 +01:00
Jakub Valtar
6e2c7f8e80 Fixing winding: polygons are now solid 2014-11-04 02:45:51 +01:00
Jakub Valtar
2918509d9f BeginContour on PShape without vertices won't crash 2014-11-04 02:38:41 +01:00
Jakub Valtar
cda4b768a1 Paths with contours now close in JAVA2D 2014-11-04 02:35:13 +01:00
Ben Fry
86fd2655f1 Merge pull request #2921 from JakubValtar/bugfix-blendmodes
Multiple blending fixes & improvements
2014-11-03 15:12:40 -05:00
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
53e348b597 todo notes from pulls, etc 2014-10-22 18:57:22 -04:00
Ben Fry
897656c9b9 ignore case on types, add category to javadoc 2014-10-22 18:56:43 -04:00
Federico Bond
ce5daefffd Use 1.7 as source and target Java version 2014-10-20 23:52:26 -03:00
Federico Bond
84b2efd8f8 Use correct parameter types in FloatList methods 2014-10-13 15:16:32 -03:00
Ben Fry
c7a8b523ec misc notes 2014-10-06 19:02:08 -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
Ben Fry
2529f44fcd starting the next release 2014-09-12 18:43:17 -04:00
Ben Fry
5ac328ec6f wrapping up additional fixes and issues 2014-09-11 18:30:35 -04: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