Commit Graph

792 Commits

Author SHA1 Message Date
codeanticode ac617f7cb4 making progress with GLW library 2014-01-21 15:46:31 -05:00
codeanticode c27d1bf72c added JOGL.getGL() utility function, restore original USE_JOGL_FBOLAYER
value (true for OSX)
2014-01-21 15:36:12 -05:00
codeanticode 864281466e Implemented getGL() method in PLWJGL, but LWJGL not tested after latest
changes (removal of most static fields in PGraphicsOpenGL, PGL)
2014-01-21 12:14:15 -05:00
codeanticode cf8e03ff70 fix #2202 2014-01-16 18:04:15 -05:00
codeanticode b57c1c489f adjust stroke weight in HsvSpace example 2014-01-16 12:11:28 -05:00
Casey Reas 6d1df944f7 Merge pull request #2265 from gohai/serial-new
Some cleanups for Serial
2013-12-15 19:40:53 -08:00
gohai 5235b190c2 Serial: Remove debug code again 2013-12-15 16:02:23 -08:00
gohai 1c95fd341e Serial: Only use workaround if we're using serialEvent 2013-12-15 15:55:31 -08:00
Damien Di Fede bdee21eca6 updated minim binaries and examples for Minim release 2.2.0 2013-11-30 20:29:07 -06:00
Casey Reas 61c2bde92e Merge pull request #2240 from gohai/serial-new
Serial: Only read a single character at a time to emulate RXTX behavior
2013-11-25 08:50:03 -08:00
gohai 59761b42d2 Serial: Only read a single character at a time to emulate RXTX behavior 2013-11-25 08:23:40 -08:00
Casey Reas b70b922bc6 Merge pull request #2237 from gohai/serial-new
Add a debug() method to Serial
2013-11-25 06:49:18 -08:00
gohai 541cab2bd9 Add a debug() method to Serial
This commit also turns a 100ns wait inside JSSC in a yield() and removes the invocation of serialEvent outside the synchronized block.
2013-11-24 20:52:38 -08:00
codeanticode 27e05e8025 added getCanvas to PLWJGL 2013-11-23 20:26:26 -05:00
Casey Reas 76adf92339 Merge pull request #2226 from gohai/serial-new
Serial: Switch the examples over to printArray()
2013-11-19 19:41:08 -08:00
gohai 0ef72e25c9 Serial: Switch the examples over to printArray() 2013-11-19 17:22:13 -08:00
Casey Reas cb293e1c7d Merge pull request #2225 from gohai/serial-new
Serial: Add basic tests for throughput and latency
2013-11-19 16:46:33 -08:00
gohai 95bac1d04c Serial: Add basic tests for throughput and latency 2013-11-19 16:37:14 -08:00
codeanticode 70a59ffd73 some ongoing work on GLW 2013-11-18 12:26:19 -05:00
gohai 72ec72ae53 Add missing readStringUntil() method 2013-10-28 17:18:13 +01:00
codeanticode acaa6f50bf additional resource de-allocation in dispose, this might solve #2074 2013-10-25 15:09:57 -04:00
codeanticode 38fcc65950 added a couple of missing GL constants 2013-10-25 10:53:42 -04:00
codeanticode 91e416b28e handle Camera.list() returning null 2013-10-24 10:19:57 -04:00
codeanticode bffa0820d0 merged pull requests from @allesblinkt (fixes #1880 and #2157) 2013-10-20 15:15:20 -04:00
melgior e208f2fec8 Updated Arduino example code to be Arduino 1.0+ compatible 2013-10-17 13:22:10 +02:00
melgior f5eb74c083 Updated Arduino example code to be Arduino 1.0+ compatible 2013-10-17 13:20:53 +02:00
melgior 8e47e8b3c5 Updated Arduino example code to be Arduino 1.0+ compatible 2013-10-17 13:17:33 +02:00
Ben Fry 543d51fc3b add notes about iText library and version 2013-10-12 18:01:06 -04:00
Ben Fry e6d7ff653d fixes for image transparency with PDF output 2013-10-06 15:46:21 -04:00
Ben Fry ef06f13dbc Merge pull request #2070 from gohai/pdf-transparency
Image transparency for PDF output
2013-10-06 12:40:55 -07:00
Ben Fry e2d8d30ea1 Merge pull request #2110 from gohai/serial-new
Trivial cleanups to the Serial library
2013-10-06 12:23:52 -07:00
codeanticode 312fb99508 sets the resized native font in PGraphicsOpenGL, fix #2109 2013-10-03 17:03:14 -04:00
gohai 06fe38f218 Add support for custom source regions in imageImpl
As suggested by Ben
2013-10-01 22:13:39 -07:00
gohai 3b8ed3db55 Document how to compile the native JSSC library 2013-10-01 21:29:15 -07:00
gohai 7c2f50ef8a Remove obsolete .cvsignore file 2013-10-01 21:27:48 -07:00
gohai ba4f204c25 Remove commented out lines 2013-10-01 21:27:27 -07:00
Ben Fry f2bc900427 update serial with p5 code conventions, fix two warnings 2013-09-25 14:12:56 -04:00
gohai d46e55714d Replace RXTX-based serial library by one based on JSSC
Development on this was done in https://github.com/gohai/processing-serial-jssc. See also https://github.com/gohai/java-simple-serial-connector for changes to JSSC (not yet upstreamed).
2013-09-24 08:26:08 -07:00
codeanticode 2f8af18ba6 some changes for android compatibility 2013-09-19 11:35:03 -04:00
codeanticode d6ce4aa7b9 made canDraw() abstract in PGL 2013-09-19 10:05:13 -04:00
codeanticode 3cf2194e8f fixed classpath in ant build script, ignore library jar 2013-09-15 17:06:53 -04:00
codeanticode 7e7a5c465a updated library name in example 2013-09-13 19:39:33 -04:00
codeanticode afd8a66df2 added GLW library for native window output using NEWT 2013-09-13 19:25:37 -04:00
codeanticode ea82da68de added registerListeners() method to PGL 2013-09-13 19:04:55 -04:00
codeanticode 51947ae116 done with the PGL refactoring 2013-09-13 15:02:36 -04:00
Ben Fry 85cf5979e7 Merge branch 'master' of github.com:processing/processing 2013-09-12 19:29:39 -04:00
Ben Fry 7eb0f19d65 change build scripts to use built-in ecj (removes jdk req) 2013-09-12 19:21:57 -04:00
codeanticode d334a8a8f9 continue with the refactoring of PGL 2013-09-12 19:12:53 -04:00
gohai 69c59cfdf9 Image transparency for PDF output
Before, drawing an image with transparency would result in black, opaque pixels in the PDF file. This change, figured out together with Jürg Lehni, fixes this. At its core, switching from drawImage(img, int, int, int, int, int, int, int, int, null) to drawImage(img, int, int, null) seems to do the trick - so this might have been a bug in iText all along.

Signed-off-by: Jürg Lehni <juerg@scratchdisk.com>
Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>
2013-09-10 15:15:12 -07:00
codeanticode 764616c9e1 starting the refactoring of PGL 2013-09-08 14:07:47 -04:00