Commit Graph

12988 Commits

Author SHA1 Message Date
Ben Fry 360a858d96 notes about where AWT imports are used in PApplet 2018-08-28 09:58:57 -04:00
Ben Fry 86e2d0f6bb make the quote() methods public in JSONObject 2018-08-17 06:50:01 -07:00
Ben Fry c474b17fe5 clear a warning 2018-08-17 06:36:12 -07:00
Ben Fry 31171d135b misc todo notes 2018-08-14 06:57:28 -04:00
Ben Fry 22b465d743 Merge pull request #5619 from AKonia/translation_fix
Updated russian translation, now can choose russian in preferences
2018-08-14 03:42:05 -07:00
Александр 3c3ac4f184 Updated russian translation, now can choose russian in preferences 2018-08-14 13:19:49 +03:00
Ben Fry 81d0b11304 possible fix for missing font warning 2018-08-13 20:15:34 -04:00
Ben Fry 956667e0b9 starting the next release 2018-07-26 18:36:41 -04:00
Ben Fry 2745566185 fix missing line break 2018-07-26 18:35:24 -04:00
Ben Fry 32bb3ef819 change back to px instead of em processing-0265-3.4 2018-07-26 17:59:08 -04:00
Ben Fry a73e3e6296 writing corny release notes for 3.4 2018-07-26 17:22:24 -04:00
Ben Fry 74fea471ab make error message for failed startup more specific (#5537, #5442) 2018-07-26 16:42:35 -04:00
Ben Fry 382e0581ce Merge pull request #5522 from JakubValtar/fix-java2d-blending
Make sure Java2D is backed by INT_ARGB image
2018-07-26 15:24:39 -04:00
Ben Fry 61bc86c686 add note about #5590 2018-07-26 08:01:15 -04:00
Ben Fry 0e35694225 Merge pull request #5590 from gohai/io-examples-adc
IO: Add ADS1X15 Analog-to-Digital converter example
2018-07-26 08:00:23 -04:00
gohai a7e2d6f122 IO: Unify ADC examples 2018-07-26 00:25:12 -07:00
gohai a21e5a280e IO: Add ADS1X15 Analog-to-Digital converter example 2018-07-26 00:25:06 -07:00
Ben Fry 15472d3cab cleaning up from #5550 2018-07-25 11:44:54 -04:00
Ben Fry 720752d001 Merge pull request #5549 from alexrj/pshape-contains
Finish implementation of PShape.contains()
2018-07-24 19:21:01 -04:00
Ben Fry 01ed1babb0 Merge pull request #5550 from alexrj/pshape-group-contains
Support PShape.contains() on GROUP objects
2018-07-24 19:19:51 -04:00
Ben Fry e860555fa3 fix contribs that were redirecting to https urls (fixes #5554) 2018-07-24 19:07:38 -04:00
Ben Fry f5aeba3750 misc todo items 2018-07-24 19:02:47 -04:00
Ben Fry c7579ed92e Merge pull request #5526 from liquid600pgm/master
Fixed a crash occuring while loading certain SVGs exported from Adobe Illustrator
2018-07-24 18:44:43 -04:00
Ben Fry 700dc1997e Merge pull request #5487 from JakubValtar/fix-change-detector
Make sure editor is updated after reloading changes
2018-07-24 18:39:58 -04:00
Ben Fry 5a363ee027 notes from github notifications 2018-07-23 18:55:00 -04:00
Ben Fry be5c80cde9 Merge pull request #5583 from gohai/gles-fixes
OpenGL ES: Fix GLSL version number for 1.00 (#5582)
2018-07-23 18:42:09 -04:00
Ben Fry a69d1c9b1f Merge pull request #5586 from gohai/jdk-update
Update Java to 8u181
2018-07-23 18:31:04 -04:00
gohai 342f0e60c0 Update Java to 8u181 2018-07-22 09:02:11 -07:00
gohai 4d15acae44 OpenGL ES: Fix GLSL version number for 1.00 (#5582)
Wikipedia had it wrong: the spec for the OpenGL ES Shading Language Version 1.00 defines the version preprocessor directive as "#version 100", and _not_ "#version 100 es", like version 3.00+ of the language wants it.

This made the Raspberry Pi with the legacy driver unhappy. Thanks @DangusTaargus for reporting.

see https://www.khronos.org/files/opengles_shading_language.pdf
2018-07-20 11:41:47 -07:00
Ben Fry 38ab1e3f66 Merge branch 'master' of github.com:processing/processing 2018-07-19 19:10:16 -04:00
Ben Fry d53d91239e cleaning up the todo list with recent items 2018-07-19 19:09:55 -04:00
Ben Fry b40502ad48 add more elaborate error message about Windows Defender (#5537, #5442) 2018-07-19 19:02:30 -04:00
Ben Fry 4edd8f95f0 change up the error message for the settings folder 2018-07-19 18:27:19 -04:00
Ben Fry dbfe59d139 Merge pull request #5581 from gohai/io-changes
IO: Additional improvements
2018-07-19 18:11:53 -04:00
gohai cbdfb06c99 IO: Add a dispose method to PCA9685 example, document pulse widths
Developed together with @OlivierLD
2018-07-12 13:27:30 -07:00
gohai cc46c5e680 IO: Fix pinMode() retry logic
If the file node is not accessible yet, NativeInterface.writeFile() will return -EACCES instead of -EPERM. Thanks @msurguy for reporting this and testing.
2018-07-11 14:07:06 -07:00
gohai 80453e84ba IO: Make I2C errors more verbose
The error code returned from C seems to have changed from -EIO to -EREMOTEIO during some recent kernel version.
2018-07-10 10:16:46 -07:00
gohai f14200e6fe Fix typo in todo.txt 2018-07-01 11:35:50 -07:00
gohai 46241287d3 Update todo.txt with changes that went into 3.3.7.1 2018-07-01 11:25:25 -07:00
gohai 89c7a24152 IO: Rename ServoSweep example 2018-07-01 10:05:18 -07:00
gohai 7bd50e435a IO: Remove the duplicate "duty" argument from the reference for PWM.set() 2018-07-01 10:05:18 -07:00
Olivier LeDiouris 9843d1c88d IO: Add PCA9685 servo/PWM controller example
Donated by @OlivierLD, minor cleanups by @gohai
2018-07-01 10:05:18 -07:00
Olivier LeDiouris 5db3ec9227 IO: Add TSL2561 environmental sensor example
Donated by @OlivierLD, minor cleanups by @gohai
2018-07-01 10:05:18 -07:00
Olivier LeDiouris 2e05386994 IO: Add BME280 environmental sensor example
Donated by @OlivierLD, minor cleanups by @gohai
2018-07-01 10:05:18 -07:00
gohai 8aa1f803c4 IO: Add MPR121 capacitive touch example 2018-07-01 10:05:18 -07:00
gohai 67c4f3bd9d IO: Reorganize OOP examples 2018-07-01 10:05:18 -07:00
gohai 0bb5b77328 IO: Add a 100ms timeout to I2C to allow communication with Arduino
Note this currently does not include the compiled binary for linux-arm64
2018-07-01 10:05:03 -07:00
gohai 41a52e7423 IO: Fix crash when I2C.read() was called without prior write() 2018-07-01 10:05:03 -07:00
gohai 1f2b9a3e47 Enable exporting of Windows applications on ARM
Steps to compile ld & windres:
sudo aptitude install mingw-w64
wget https://ftp.gnu.org/gnu/binutils/binutils-2.30.tar.bz2
cd binutils-2.30
./configure --target=i686-w64-mingw32
make -j4 -l4
sudo make install
2018-06-26 19:14:24 -07:00
gohai d8a2fd8cc7 Unconditionally disable POLYGON_SMOOTH in restoreGL()
This now matches the logic in setGLSettings(), as suggested by @JakubValtar.
2018-06-26 19:14:08 -07:00