Commit Graph

9126 Commits

Author SHA1 Message Date
Ben Fry
1e08062ee7 Merge pull request #2861 from joelmoniz/fixUpdatePopup
Minor improvements to the Contribution Manager's updates check
2014-11-14 15:18:49 -07:00
Ben Fry
097b1016e8 tweak the handler back 2014-11-14 15:14:44 -07:00
Ben Fry
c0d4310035 Merge pull request #2830 from federicobond/updatechecker
Some minor UpdateChecker refactorings
2014-11-14 15:12:38 -07:00
Ben Fry
96b9f8dc21 remove unnecessary parens 2014-11-14 15:08:52 -07:00
Ben Fry
f4ce5e5a1f todo items and minor tweaks 2014-11-14 15:07:37 -07:00
Ben Fry
64d3bee4a5 remove Java 8 code, clean up some mess 2014-11-14 15:07:20 -07:00
Ben Fry
ee9584bf53 Merge pull request #2588 from kfeuz/Issue2364
Implements the active() method for Serial and Server (Issue #2364).
2014-11-14 15:01:17 -07:00
Ben Fry
1556e3b1ba Merge pull request #2941 from voidplus/i18n_preferences
moved the language stuff to the settings folder
2014-11-14 14:55:06 -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
283c82359c Merge pull request #2864 from federicobond/remove-unused-builtonce
Remove unused Base.builtOnce instance variable
2014-11-14 14:45:54 -07:00
Ben Fry
5b8f811295 Merge pull request #2899 from federicobond/generics
Add missing generic type parameters
2014-11-14 14:43:53 -07:00
Ben Fry
c832bde934 Merge pull request #2922 from kfeuz/Issue2576
Fixes NPE when calling ip() on disconnected clients.
2014-11-14 14:43:04 -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
3cf9cf4cca Merge branch 'master' of github.com:processing/processing 2014-11-14 14:39:36 -07:00
Ben Fry
a4814055e9 enable mask() with Java2D 2014-11-14 14:39:30 -07:00
Manindra Moharana
dd0f0b6bee Merge branch 'master' of https://github.com/processing/processing 2014-11-14 14:37:19 -07:00
Manindra Moharana
34c23c382d 2nd attempt at fixing #2926 2014-11-14 14:37:12 -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
badd307ec9 Merge pull request #2578 from kfeuz/Issue2577
Fixes NPE when writing to disconnected client, Issue #2577
2014-11-14 14:31:14 -07:00
Ben Fry
caf804f613 todo notes, oops 2014-11-14 08:19:58 -07:00
voidplus
ba06aaf45e replaced string with variable 2014-11-13 11:48:36 +01:00
voidplus
d84d33921c created separate branch for refactoring 2014-11-13 07:18:33 +01: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
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
codeanticode
208a259df9 Update to JOGL 2.2.4 2014-11-04 18:30:55 -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
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
Kyle Feuz
3f01414d01 Changed ip() to return null when client has disconnected 2014-11-01 23:08:58 -06: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