Commit Graph

10596 Commits

Author SHA1 Message Date
Jakub Valtar 2499b97c2e Fix delete tab shortcut 2015-08-05 18:50:12 -04:00
Scott Murray b55a8ed5cb Minor text change to beginRecord() reference, per processing/processing-docs#274 2015-08-03 11:03:38 -07: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
Jakub Valtar f3bfa17531 Sorter: draw call grouping 2015-07-27 15:21:39 -04:00
Ben Fry eb1566faae add notes from going through bug reports 2015-07-27 11:10:36 -04:00
Ben Fry 34594ddb08 Merge pull request #3499 from Akarshit/gsoc-CMup
imports added to mode
2015-07-27 09:51:24 -05:00
Jakub Valtar 702255e277 Sorter: getting up to speed 2015-07-25 15:06:19 -04:00
codeanticode e1683f2ce7 Merge pull request #3501 from JakubValtar/bugfix-curves-refactoring
Fix curves - properly this time
2015-07-21 16:00:08 -04:00
Jakub Valtar d4f2392edc Move collecting vertex attributes into a function 2015-07-21 14:20:50 -04:00
Akarshit Wal 489163226c imports added to mode 2015-07-21 20:36:21 +05:30
Jakub Valtar 8d942ad8b1 Fix curves (properly this time) 2015-07-21 10:39:06 -04:00
codeanticode ac98a4a8e4 Merge pull request #3496 from JakubValtar/bugfix-curve-tightness
Remove duplicate curve vertex
2015-07-20 16:43:04 -04:00
Jakub Valtar aeb8f54230 Remove duplicate curve vertex
Fixes #2937
2015-07-20 16:35:04 -04:00
Scott Murray 4bb308de59 Cleaned up formatting for welcome screen 2015-07-20 11:06:06 -07:00
codeanticode 15ac01800f Merge pull request #3493 from JakubValtar/bugfix-jogl-setsize
JOGL window size is now set properly
2015-07-20 12:56:50 -04:00
Jakub Valtar fc23d16e1e JOGL window size is now set properly
Fixes #3223
2015-07-20 12:52:53 -04:00
Ben Fry 7c81171b38 add means of getting surface from outside a subclass 2015-07-20 08:05:53 -04:00
Ben Fry ea4d6add79 Merge pull request #3489 from Akarshit/gsoc-CMup
Fixed NPE
2015-07-20 08:04:45 -04:00
Akarshit Wal d82af8e993 Fixed NPE 2015-07-20 13:15:11 +05:30
Ben Fry 9fdff1ddcf tell people to ignore tools.jar message since they won't read that in the build instructions 2015-07-19 16:28:55 -04:00
Ben Fry d929342e55 Merge pull request #3479 from prisonerjohn/hotfix-contribcompatibility
Fix contribution compatibility check.
2015-07-17 17:01:44 -04:00
Elie Zananiri 1e7ac57ab9 Merge branch 'master' of https://github.com/processing/processing into hotfix-contribcompatibility 2015-07-17 15:40:48 -04:00
Elie Zananiri 687f287cab minRevision and maxRevision should be inclusive when testing for compatibility. 2015-07-17 15:36:21 -04:00
Ben Fry ebbbd61dba add icons to the tabs on the footer 2015-07-17 11:29:53 -04:00
Ben Fry c69881a89d Merge pull request #3477 from JakubValtar/sorter-fix
Sorter: Fix out of bounds exceptions
2015-07-17 10:19:26 -04:00