Commit Graph

9077 Commits

Author SHA1 Message Date
voidplus d84d33921c created separate branch for refactoring 2014-11-13 07:18:33 +01: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
codeanticode 208a259df9 Update to JOGL 2.2.4 2014-11-04 18:30:55 -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 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 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
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
Ben Fry 0f930798ff update url 2014-10-22 18:56:01 -04:00
Ben Fry 309afd37f7 Merge pull request #2907 from federicobond/java1.7
Use 1.7 as source and target Java version
2014-10-22 17:26:42 -04:00
Ben Fry d00337c694 Merge pull request #2906 from federicobond/fix-es-translation
Fix typo in spanish translation
2014-10-22 17:24:47 -04:00
Federico Bond 2e30eeeb32 Fix typo in spanish translation 2014-10-21 00:00:18 -03:00
Federico Bond 16c29775ff Update ecj.jar 2014-10-20 23:53:23 -03:00
Federico Bond ce5daefffd Use 1.7 as source and target Java version 2014-10-20 23:52:26 -03:00
Ben Fry e9a9ab78fe Merge pull request #2902 from federicobond/floatlist-fixes
Use correct parameter types in FloatList methods
2014-10-17 12:18:54 -04:00
Ben Fry 3025fe7f40 rewriting to remove deprecation and update 2014-10-17 10:58:12 -04:00
Ben Fry 5e16238488 remove warnings 2014-10-17 10:57:58 -04:00
Wilm Thoben b271f85ff4 Merge pull request #2897 from federicobond/sound-fix
Fix infinite recursion in sound library
2014-10-16 18:22:11 -07:00
wirsing bb96d9388b fixed mp3 loading problem for osx and added failsafe if file is not existing. 2014-10-16 18:00:18 -07:00
Federico Bond 84b2efd8f8 Use correct parameter types in FloatList methods 2014-10-13 15:16:32 -03:00
Federico Bond 7c99811e55 Pass correct offset to glCopyTexSubImage2D 2014-10-13 02:48:33 -03:00
Federico Bond 37f5151d4e Fix infinite recursion in sound library 2014-10-13 02:36:01 -03:00
Ben Fry c7a8b523ec misc notes 2014-10-06 19:02:08 -04:00
Manindra Moharana 42d9538c39 Fixes #2881 2014-10-04 19:47:48 -07:00
Ben Fry 2b3ea338c4 Merge pull request #2878 from federicobond/mouseadapter
Replace MouseListener with MouseAdapter
2014-10-03 07:33:06 -04:00
Federico Bond 0aec992753 Replace MouseListener with MouseAdapter 2014-10-02 11:56:10 -03:00
wirsing 6cc68ad1da attempt to fix 32bit load library problem with little success. 2014-09-24 18:46:45 -07:00
codeanticode 1fec4b2ce0 Merge pull request #2867 from federicobond/loadshader-fix
Fix check in loadShader()
2014-09-24 09:41:17 -04:00
codeanticode 09e0cf958a Merge pull request #2869 from liam-middlebrook/feature/uniformMessageFix
Refined PShader uniform missing message fixes #2593
2014-09-24 09:40:46 -04:00
Manindra Moharana 3bab34965a quicker error check before sketch run 2014-09-21 00:27:33 -07:00
Ben Fry 02690d316d Merge pull request #2870 from federicobond/improve-contrib-localization
Improve contrib localization
2014-09-18 14:48:18 -04:00