Commit Graph

10620 Commits

Author SHA1 Message Date
Ben Fry 20b5ffa344 Q: Who likes to break the build? A: Who doesn't. 2015-08-05 12:05:35 -04:00
Ben Fry 8bfc3d807e rework WebFrame implementation so that images work (fixes #3494) 2015-08-05 11:36:49 -04:00
Ben Fry 47056702bd Merge branch 'master' of github.com:processing/processing 2015-08-05 11:33:16 -04:00
codeanticode ec54716c19 use dot literal to split device id string 2015-08-05 11:15:46 -04:00
codeanticode e3ab81723e use different device parsing method on Linux 2015-08-05 10:52:25 -04:00
Ben Fry 03d12f4ca5 Merge branch 'master' of github.com:processing/processing 2015-08-05 09:28:23 -04:00
Ben Fry 739eda5bcb Merge pull request #3470 from Akarshit/gsoc-CMtable
Adding ellipses only when text is long
2015-08-05 08:53:03 -04:00
Ben Fry 2384f45d28 Merge pull request #3480 from federicobond/es-translation
Update spanish translation
2015-08-05 08:52:32 -04:00
Ben Fry 744de616ff more notes about fixes 2015-08-05 08:50:43 -04:00
Ben Fry f1b64923ee fix button firing so that mouse movement does not interfere (fixes #3529) 2015-08-05 08:48:53 -04:00
Ben Fry b939a38aa9 add notes for recent updates 2015-08-05 08:40:28 -04:00
Ben Fry 5fd17acde6 deal with the empty sketch case 2015-08-05 08:40:18 -04:00
Ben Fry 98a5650fc3 change up how extra statements from size() are handled (fixes #3531) 2015-08-05 08:33:34 -04:00
codeanticode 5315c6c869 Merge pull request #3528 from JakubValtar/bugfix-pshape-setvertex
Fix setVertex for PATH PShapeOpenGL
2015-08-04 10:30:41 -04:00
codeanticode 4e07422358 Merge pull request #3527 from JakubValtar/feature-depth-read
Feature: depth reading
2015-08-04 10:29:26 -04:00
Jakub Valtar 0975b3c753 PGL: fix depth reading for off-screen buffers 2015-08-03 19:17:13 -04:00
Jakub Valtar 43acb69c49 Fix setVertex for PATH PShapeOpenGL 2015-08-03 18:00:08 -04:00
Scott Murray b55a8ed5cb Minor text change to beginRecord() reference, per processing/processing-docs#274 2015-08-03 11:03:38 -07:00
Jakub Valtar e15c7ebce1 PGL: update comment 2015-08-03 12:10:23 -04:00
Jakub Valtar c9418545e9 PGL: enable depth reading from multisampled buffers 2015-08-03 11:57:13 -04:00
Jakub Valtar 765e377511 PGL: rename multi color buffer 2015-08-03 11:47:26 -04:00
Jakub Valtar ef060165a9 PGL: Separate multisampled buffers 2015-08-03 11:46:35 -04:00
Jakub Valtar 0e2eda5512 PGL: Move depth buffer creation to a function 2015-08-03 11:36:38 -04:00
Jakub Valtar 1012b359d6 PGL: add missing stencil buffer rewind 2015-08-03 11:32:40 -04:00
Ben Fry 7df698ab17 todo notes and updates in direction for the readme 2015-08-03 08:40:22 -04:00
Ben Fry 7ad81a512b notes on recent pulls and updates 2015-07-31 16:59:01 -04:00
Ben Fry 62871d5e4c Merge pull request #3522 from gohai/arm-3.0-for-ben2
Assortment of patches from my arm-3.0 branch (v2)
2015-07-31 16:57:01 -04:00
Ben Fry eb026872c8 Merge branch 'master' of github.com:processing/processing 2015-07-31 16:51:24 -04:00
Ben Fry 7e583e619d do a git pull during dist 2015-07-31 16:51:17 -04:00
codeanticode cb9e591703 re-enabled save-surface-to-pixels hack 2015-07-31 14:55:58 -04:00
gohai dcc7223edb Fix build if JavaFX is missing (v2)
"Starting with JDK 8u33, JavaFX Embedded is removed from the ARM bundle and is not supported." Note: there is an OpenJFX project, but this would probably have to be an external compile-time dependency.
2015-07-31 20:44:25 +02:00
gohai 3c4b68a361 Make Processing show up under "Programming" in Gnome etc 2015-07-31 20:44:25 +02:00
gohai 8cb12594a8 Add an armv6hf library for Serial
See https://github.com/gohai/java-simple-serial-connector/commit/c0d2c800daa5116728e93964846ca4ae6a857055
2015-07-31 20:44:25 +02:00
gohai ba71270e94 Check for linux-armv6hf library directories
Runtime only for now.
2015-07-31 20:44:25 +02:00
gohai 9fe82a66f2 Add linux-armv6hf to the list of possible library paths 2015-07-31 20:44:24 +02:00
gohai cd378c3a92 Update build.xml for ARM (v2)
Tested with "ant linux-build" w/ JDK 8 and ant 1.8.2 on current Raspbian.
2015-07-31 20:44:24 +02:00
gohai d437a826a1 Remove unused properties in build.xml
Trivial cleanup.
2015-07-31 20:42:43 +02:00
Ben Fry 6aa3fec11d notes about PRs 2015-07-31 12:12:35 -04:00
Ben Fry 5295a4a5d7 Merge pull request #3516 from JakubValtar/bugfix-createshape
Remove mode parameters from createShape(), fixes parameter collision issues
2015-07-31 11:59:01 -04:00
Ben Fry 4466181e1b Merge pull request #3517 from JakubValtar/bugfix-size
Remove size() from setup() when copying to settings()
2015-07-31 11:55:03 -04:00
Ben Fry 971f692e65 deal with createInputRaw() casting issue (#3514) 2015-07-31 11:50:08 -04:00
Ben Fry 9c2763d691 make size protected again (fixes #3519) 2015-07-31 11:46:49 -04:00
Jakub Valtar 30ad88a458 Remove size() from setup() when copying to settings()
Related: #3412 #3483
2015-07-29 17:39:10 -04:00
Jakub Valtar 937942b5ef Fix PShape ellipses 2015-07-29 17:14:48 -04:00
Jakub Valtar 771d24c566 Fix PShape rects 2015-07-29 17:12:18 -04:00
Jakub Valtar 6a9493ebda Fix PShape arcs 2015-07-29 17:11:53 -04:00
Jakub Valtar 6c327dab65 PShape gets rect/ellipse mode from parent 2015-07-29 17:11:19 -04:00
Jakub Valtar fcd2e10fa7 Fix ClassCastException in GLResourceVertexBuffer equals 2015-07-29 16:32:43 -04:00
Daniel Shiffman ecae4472d3 simplifying PVector heading(), fixes #3511 2015-07-28 16:06:39 +01:00
Ben Fry 8fe5820409 Merge pull request #3507 from JakubValtar/sorter-update
Sorter update
2015-07-27 15:27:12 -05:00