Commit Graph

9111 Commits

Author SHA1 Message Date
Ben Fry fcafb56144 bug with sketch window 2014-11-14 16:39:44 -07:00
Ben Fry 169a06272c cmyk stuff from the main feller 2014-11-14 16:39:23 -07:00
Ben Fry 69b9e26005 Friday morning in Denver, making more of a mess 2014-11-14 13:18:15 -07:00
Ben Fry 05292e1c7c Merge remote-tracking branch 'upstream/master' 2014-11-14 08:21:45 -07:00
Ben Fry caf804f613 todo notes, oops 2014-11-14 08:19:58 -07:00
Ben Fry 94677cb0ba other tidbits along the way 2014-11-13 20:52:19 -07:00
Ben Fry 48d5a77f61 Merge remote-tracking branch 'upstream/master' 2014-11-13 20:52:04 -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
codeanticode c4834adf1d use executable task to copy keytool on Mac so file permissions are preserved 2014-11-11 12:06:45 -05:00
Ben Fry 19c9994907 Merge remote-tracking branch 'upstream/master' 2014-11-11 09:45:21 -05:00
Ben Fry ea9c52595e misc todo items along the way 2014-11-11 09:38:01 -05:00
Ben Fry b3e3ebea72 add insert(index, item) for single elements 2014-11-11 09:26:13 -05:00
Ben Fry 45e9d12a3d build changes for sound library removal, fixes #2932 2014-11-11 09:25:53 -05:00
Ben Fry 920a0e0e94 fix how missing values are handled in dictionaries 2014-11-07 09:30:25 -05:00
Ben Fry 33b2adbfe2 Merge branch 'master' of github.com:processing/processing 2014-11-07 08:34:15 -05:00
Ben Fry 06a6a00042 ignore <title> tag in svg files 2014-11-07 08:34:08 -05:00
wirsing ebe8d3664d Moved sound library to processing-sound 2014-11-06 14:01:41 -08:00
Manindra Moharana 3267d57aea Fixes #2926 2014-11-05 18:06:45 -08:00
Ben Fry 641cee7209 Merge remote-tracking branch 'upstream/master' 2014-11-04 19:32:36 -05:00
Ben Fry d3daf8ae5d inching closer 2014-11-04 19:32:10 -05:00
codeanticode 208a259df9 Update to JOGL 2.2.4 2014-11-04 18:30:55 -05:00
Ben Fry c2d18e2ad1 the carnage continues 2014-11-04 18:13:08 -05:00
Ben Fry eb6e737ca3 Merge pull request #2925 from JakubValtar/bugfix-preproc-size-regex
Preprocessor now accepts whitespace after height (fixes #2924)
2014-11-03 18:53:44 -05:00
Jakub Valtar 7f9db884bf Preprocessor now accepts whitespace after height
Example: size(100,100 , P2D);
2014-11-03 23:02:57 +01:00
Ben Fry 34402ac5df todo notes (keeping these in one place) 2014-11-03 15:15:38 -05:00
Ben Fry 930ac4065a Merge remote-tracking branch 'upstream/master' 2014-11-03 15:15:26 -05: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 180a100f64 Merge pull request #2898 from federicobond/lwjgl-fix
Pass correct offset to glCopyTexSubImage2D
2014-11-03 11:39:11 -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 14403ce20b meanwhile, in the other repo 2014-10-30 18:30:21 -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 fdfe511409 note about the new table stuff 2014-10-29 18:47:33 -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
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 5051189c2d fix use of clone(), comments, and spaces 2014-10-22 19:00:34 -04:00
Ben Fry fd30d814b4 add pull notes and todos 2014-10-22 19:00:19 -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