Commit Graph

952 Commits

Author SHA1 Message Date
gohai
3ddf2d773c I/O: Remove casts to byte from example sketches 2015-10-12 16:59:04 +02:00
gohai
edf411e566 I/O: Make I2C & SPI accept ints for write()
This makes everyone's sketches a bit lighter, since it is not longer necessary to explicitly cast to byte or call byte(). Instead, we throw an exception if the value does not fit into the byte.
2015-10-12 16:56:01 +02:00
gohai
bc02e4b7b6 I/O: Add examples 2015-10-12 00:11:55 +02:00
gohai
59e05393a5 I/O: Improve messaging when user doesn't have permissions to write to LEDs
This is e.g. the case with the newly released Raspbian 2015-09-24.
2015-10-12 00:06:39 +02:00
gohai
eb240c6192 I/O: Don't throw an exception when trying to release unused pins 2015-10-12 00:05:34 +02:00
gohai
fb6437f307 Add I/O library for Raspberry Pi and similar Linux-based micro computers 2015-10-11 11:50:17 +02:00
REAS
85fc361ce3 Change name of Serial I/O library to Serial 2015-10-06 10:03:01 -07:00
REAS
2e115161f4 Fix for Network library GET example 2015-10-02 15:07:01 -07:00
REAS
808aa79127 Remove rotate(x, y, z) from Reference 2015-09-16 20:19:17 -07:00
Ben Fry
f496709a87 update our own libraries to use .properties files (fixes #3574) 2015-08-11 10:30:37 -04:00
tiwawan
62dd1bc8e1 Added a comment in LargePage 2015-07-11 14:24:14 +09:00
Ben Fry
ef9d4c4d2f more package movement for the separate renderers 2015-06-21 22:24:49 -04:00
Ben Fry
2ebea6b917 update to newer api 2015-06-05 22:23:06 -04:00
Ben Fry
f49970ef43 ignore that jar over there 2015-05-16 23:25:06 -04:00
Ben Fry
45b9194cb9 remove me note 2015-05-16 12:49:56 -04:00
Ben Fry
b73b40f9cc add Eclipse project files for SVG 2015-05-16 12:48:52 -04:00
Ben Fry
cd5c927486 remove unused method 2015-05-16 12:36:33 -04:00
Ben Fry
4ab42a0fb3 simple svg exporter 2015-05-16 12:36:02 -04:00
Ben Fry
e52be3f71b setSize() method for offscreen surface 2015-05-16 08:01:15 -04:00
Ben Fry
8f23be3df0 move the note 2015-05-15 16:23:48 -04:00
Ben Fry
3d33fe3fd1 deal with path handling in renderers 2015-05-15 16:16:19 -04:00
Ben Fry
c37e9dc81e rework non-visible surface handling, fix size() parser 2015-05-15 16:00:35 -04:00
codeanticode
3ffb541309 removed jogl library 2015-05-14 18:22:18 -04:00
codeanticode
623f20dce3 avoiding thread lockup in windows 2015-05-14 15:58:57 -04:00
Ben Fry
16625594af Merge pull request #3257 from processing/remove-carnivore-client
removing Carnivore client as per #2911 and…
2015-05-14 09:25:34 -04:00
codeanticode
f29dfb466e dealing with some retina quirks 2015-05-14 03:13:02 -04:00
codeanticode
15a8a104c1 place new window 2015-05-14 02:04:39 -04:00
codeanticode
83709d2c3e added present mode to jogl library 2015-05-13 20:36:35 -04:00
codeanticode
986e9aefa9 updated to latest jogl stable release (2.3.1) 2015-05-13 20:01:32 -04:00
Daniel Shiffman
8fa7ef8e76 removing Carnivore client as per #2911 and https://github.com/processing/processing-docs/issues/238 2015-05-08 22:48:54 +01:00
Ben Fry
284fac151f get this guy too 2015-04-30 21:42:13 -04:00
Ben Fry
defb996d3f move dummy Frame into PApplet, bring back Surface methods 2015-04-29 09:54:05 -04:00
Ben Fry
6d82b34eb5 fix getComponent() in AWT, tweak JOGL to compile properly 2015-04-27 13:58:26 -04:00
Ben Fry
e98a8615cf a little more general 2015-04-25 14:14:06 -04:00
Ben Fry
8803a1779a moving blit() around a bit, change basic surface name 2015-04-25 04:37:17 -04:00
Ben Fry
f49f7104bd trying... to... simplify. 2015-04-20 22:44:54 -07:00
Ben Fry
547221b3da clean up comments and warnings 2015-04-20 16:40:20 -07:00
Ben Fry
382e03ac27 merge fixes for #1400 with updates to #3088 2015-04-01 11:38:52 -04:00
Ben Fry
598613300d Merge pull request #3088 from kfeuz/client_memory_leak
Prevent memory leak of Client by unregistering parent dispose method
2015-04-01 11:33:36 -04:00
Ben Fry
3964e33a23 Merge pull request #3097 from kfeuz/server_memory_leak
Server check for dead clients while checking for available messages
2015-02-21 13:45:45 -05:00
codeanticode
381ff7a241 fix casting 2015-02-20 16:51:32 -05:00
codeanticode
14c89ed2ec removed glw 2015-02-20 16:45:29 -05:00
codeanticode
a8bb95b5dc removed LWJGL library 2015-02-20 16:44:16 -05:00
codeanticode
f4e0f23466 make jogl work as a subclass of PGraphicsOpenGL 2015-02-20 16:43:29 -05:00
codeanticode
d10a9b7392 added eclipse project files, build script 2015-02-20 16:32:38 -05:00
codeanticode
37cdb40934 added jogl library 2015-02-20 16:28:45 -05:00
Kyle Feuz
3f131d7975 Check for dead clients while checking for available messages 2015-02-06 11:54:52 -07:00
kfeuz
a2cc6a074d Prevent possible duplicate deregistering 2015-02-05 00:34:14 -07:00
kfeuz
4716319471 Prevent memory leak by unregistering parent dispose method 2015-02-05 00:24:08 -07:00
codeanticode
eaac9b14a2 draw exit label in PGL 2015-01-28 18:48:40 -05:00