Commit Graph

11518 Commits

Author SHA1 Message Date
Ben Fry 641d9797b5 Merge pull request #4009 from JakubValtar/error-checker-document-listeners
Add error checker document listeners to all tabs
2015-10-20 09:18:28 -04:00
Ben Fry 3c3bc50809 Merge pull request #3997 from gohai/for-ben-14
Medium-sized I/O updates
2015-10-20 09:17:45 -04:00
Ben Fry e3d9fc83d9 Merge pull request #4023 from erniejunior/master
Improved fix for Issue #4017 where tweak mode ignores some numbers in a second tab
2015-10-20 09:13:12 -04:00
codeanticode 12653058c2 adjust line vertex and index counts 2015-10-19 23:13:43 -04:00
Ben Fry 40974e118e notes from Github updates 2015-10-19 19:13:43 -04:00
Ben Fry b18a68a2c8 Merge pull request #4014 from galsasson/master
Fix for Tweak deadlock issue
2015-10-19 19:05:08 -04:00
Ben Fry 390a518a18 deal with NPE inside CM deleteTemp() function (fixes #4026) 2015-10-19 19:02:35 -04:00
Ben Fry 320cebdf9e Merge pull request #4001 from JakubValtar/fix-base-npe
Fix NPE in Base
2015-10-19 18:55:23 -04:00
codeanticode b9b2fe5452 properly close line loops 2015-10-19 17:17:53 -04:00
codeanticode 1d546461a2 taking care of stroke glitches in P3D 2015-10-19 16:42:35 -04:00
codeanticode a2a28e635f Merge pull request #4010 from JakubValtar/depth-sorter-improvement
Depth sorter improvement
2015-10-19 15:19:57 -04:00
gohai 4bfe0feea5 I/O: Another filename fix for PWM 2015-10-19 20:52:26 +02:00
gohai 5c5d0ce8d8 I/O: Fix PWM filenames 2015-10-19 20:13:18 +02:00
erniejunior 3f1cac1936 Merge branch 'master' of https://github.com/processing/processing 2015-10-19 00:01:28 +02:00
erniejunior 8d8c286f8e Fixed issue #4017 now with even fewer changes. 2015-10-18 23:58:07 +02:00
Ben Fry f2a825a43c make loadImage() work inside settings() 2015-10-18 12:38:15 -04:00
Ben Fry 0491b58527 additional notes about quit 2015-10-18 12:20:59 -04:00
Ben Fry f6b80e0527 add quotes to the necessary parameters in the size() error messages 2015-10-18 11:53:59 -04:00
Ben Fry 59778c9805 hide menu bar on OS X when FX2D is running full screen 2015-10-18 09:06:54 -04:00
Gal Sasson 43f261a7aa fix swing deadlock issue: https://github.com/processing/processing/issues/3928 2015-10-18 01:11:37 -04:00
Jakub Valtar 4386d6431d Depth sorter improvement
Fix ordering when two triangles in a plane share vertices. Triangle
still has to be tested with other triangles.
2015-10-16 21:45:35 +02:00
codeanticode b51dedcab0 Merge pull request #4004 from JakubValtar/animator-fix
Turn off fixed rate scheduling in OpenGL
2015-10-16 15:39:38 -04:00
Jakub Valtar f12a42bdfb Add error checker document listeners to all tabs 2015-10-16 17:59:37 +02:00
Jakub Valtar 829eb8cac4 Turn off fixed rate scheduling in OpenGL
After some testing, it appears that fixed rate scheduling tries to catch
up later when it runs slower than desired, creating weird speedups when
the load decreases. Turning it back off.
2015-10-15 23:29:21 +02:00
gohai 3905200c57 I/O: Documentation changes 2015-10-15 22:49:55 +02:00
gohai bffe20f230 I/O: Rename to "Hardware I/O" 2015-10-15 13:15:57 +02:00
gohai 575edf00d1 I/O: Add @webref annotation 2015-10-15 13:07:59 +02:00
gohai cd03e69f1a I/O: Rename LED.setBrightness() to LED.brightness()
Suggested by Ben. Note: still needs to be updated in processing-docs.
2015-10-15 13:00:05 +02:00
gohai 4d583abbb5 I/O: Remove GPIO.delay(), GPIO.delayMicroseconds()
Ben pointed out that there already is a delay in PApplet. Note: functions still need to be deleted from processing-docs.
2015-10-15 12:59:49 +02:00
Jakub Valtar e7b267eb28 Fix NPE in Base
The message is set to null, not empty String
2015-10-15 01:00:15 +02:00
Ben Fry cbed7139c2 a little cleanup cleanup 2015-10-14 16:24:57 -04:00
Ben Fry 97dab1e5c3 Merge pull request #3998 from myrjola/headlesswhenbuild
processing-java: Run in headless mode with --build
2015-10-14 16:07:44 -04:00
gohai 4c94d1e1fa I/O: Convert constants to Javadoc style 2015-10-14 17:14:42 +02:00
Martin Yrjölä 691c0fd699 processing-java: Run in headless mode with --build
Fixes #3996
2015-10-14 17:52:07 +03:00
gohai 3d42e22627 I/O: Add missing @param
This fixes the last Javadoc warning.
2015-10-14 16:18:50 +02:00
gohai f86424c2d0 I/O: Add to Javadoc target 2015-10-14 16:18:29 +02:00
gohai def1bddafa I/O: Cosmetic fixes 2015-10-14 15:16:54 +02:00
gohai b20c2266fb I/O: Rename LED.set() to LED.setBrightness() 2015-10-14 15:16:24 +02:00
gohai b80f6211e9 I/O: Make delay(), delayMicroseconds() public
Those mirror Arduino's API, and should come in handy when waiting for very short intervals between I/O operations.
2015-10-14 15:15:04 +02:00
REAS 5575b774b8 Tests for new Serial reference 2015-10-13 15:56:05 -07:00
REAS 8e4aec1d33 Large Javadoc update for libraries and 'everything' 2015-10-13 14:31:14 -07:00
Ben Fry 369a22a685 add notes about github updates 2015-10-13 04:36:30 -04:00
Ben Fry 6a7cf8bf8a Merge pull request #3985 from gohai/for-ben-12
I/O library
2015-10-13 04:23:40 -04:00
Ben Fry 713e050ca5 Merge pull request #3989 from JakubValtar/error-checker-cleanup
Library path for Error Checker and Suggestions
2015-10-13 04:18:24 -04:00
codeanticode eebe7b1ae9 query max number of samples only if multisampling is supported 2015-10-12 18:47:41 +01:00
codeanticode c2c02a533e implement GLES path for FBO layer init 2015-10-12 18:20:10 +01:00
codeanticode 851aeddf7d draw/readBuffer are available in GL 2.0 and higher on desktop 2015-10-12 16:59:42 +01:00
codeanticode 6444ee35dc add flag to check whether draw/readBuffer() functions are available 2015-10-12 16:58:18 +01:00
gohai 6b58a22413 I/O: Tighten the heuristic for catching 8 bit I2C addresses 2015-10-12 17:15:31 +02:00
gohai 341a9073be I/O: Add helpful text for I2C errors 2015-10-12 17:10:15 +02:00