REAS
|
4ae60c7aa5
|
Books removed from Examples
|
2014-06-09 23:45:49 -07:00 |
|
codeanticode
|
4956ef2d81
|
delete video library now in processing-video
|
2014-06-05 17:03:07 -04:00 |
|
Jonathan Feinberg
|
bd3fe3514c
|
Permit implementing serialEvet and serialAvailable without having to link to Serial at buildtime.
This is useful for Python mode, or any other Java-compatible Processing that doesn't allow reflection on the sketch.
|
2014-05-19 20:42:26 -04:00 |
|
Ben Fry
|
f7cdef19e5
|
additional video changes for Python Mode
|
2014-05-19 15:26:37 -04:00 |
|
Jonathan Feinberg
|
dadc744cff
|
Permit implementing movieEvent without having to link to Movie at buildtime.
This is useful for Python mode, or any other Java-compatible Processing that doesn't allow reflection on the sketch.
|
2014-05-19 15:19:11 -04:00 |
|
Ben Fry
|
24c92ee481
|
add notes about capture change
|
2014-05-19 14:46:47 -04:00 |
|
Jonathan Feinberg
|
0f908fe3a8
|
Factor out code that fires the captureEvent.
|
2014-05-18 23:48:56 -04:00 |
|
Jonathan Feinberg
|
7f243122e1
|
Fix some more javadoc in Capture.java.
|
2014-05-18 23:46:25 -04:00 |
|
Jonathan Feinberg
|
ad86e3b8bc
|
Permit implementing captureEvent without having to link to Capture at buildtime.
This is useful for Python mode, or any other Java-compatible Processing that doesn't allow reflection on the sketch.
|
2014-05-18 23:41:20 -04:00 |
|
codeanticode
|
8f4e16638c
|
revert change to avoid blocking seek, as it breaks looping.
|
2014-05-18 22:46:50 -04:00 |
|
Ben Fry
|
95de8998cb
|
add Server bind option (#2356) and todo notes
|
2014-05-10 20:22:44 -04:00 |
|
Ben Fry
|
27105ec73d
|
removing obselete export and build files
|
2014-05-10 15:13:14 -04:00 |
|
Ben Fry
|
b11776c6b2
|
fix indentation
|
2014-05-10 15:05:31 -04:00 |
|
Ben Fry
|
6817687514
|
adding ico file for Windows and other todo notes
|
2014-05-10 10:40:19 -04:00 |
|
Ben Fry
|
f5867d03ec
|
moving launch4j to the correct location
|
2014-05-09 12:14:46 -04:00 |
|
Ben Fry
|
2848f0ffd8
|
Merge pull request #2474 from kfeuz/Issue74
Catch SocketException separately and report
|
2014-05-08 16:22:13 -04:00 |
|
AmnonOwed
|
c57c78293f
|
Fix conflicting variable name (frame) in Sequential example
|
2014-05-02 11:18:48 +02:00 |
|
AmnonOwed
|
3230236051
|
Adding missing library import (PDF)
|
2014-04-30 20:26:15 +02:00 |
|
codeanticode
|
7097691f8f
|
testing non-blocking seek
|
2014-04-28 00:02:43 -04:00 |
|
Kyle Feuz
|
7ae40bed1a
|
Keep basic error reporting
|
2014-04-21 16:24:30 -07:00 |
|
Kyle Feuz
|
43d1d5a2fe
|
Fix for #Issue74
|
2014-04-21 15:55:59 -07:00 |
|
Ben Fry
|
ad583897a1
|
other tweaks to server class
|
2014-04-19 04:45:06 -04:00 |
|
Kyle Feuz
|
fca59082a8
|
Fixed missing disconnect for some clients
|
2014-04-18 15:48:14 -07:00 |
|
Kyle Feuz
|
0b50a98219
|
Implements disconnectEvent for the Server code as requested in Issue #2133
|
2014-04-18 01:42:54 -07:00 |
|
codeanticode
|
7c23d482b7
|
some cleaner logic to allow for #2424, which should also work when video
buffers start accumulating in the cache on slower machines.
|
2014-04-06 10:07:54 -04:00 |
|
codeanticode
|
c7c20f0183
|
getBufferPixels() removes the buffers from the cache, fixes the #2424
|
2014-04-05 00:11:34 -04:00 |
|
codeanticode
|
8cc6d3408b
|
fixes in CubeMapUtils
|
2014-03-31 15:19:24 -04:00 |
|
codeanticode
|
04205c3dea
|
fixed DomeProjection example
|
2014-03-31 10:43:07 -04:00 |
|
codeanticode
|
ef4a5089bf
|
updated conway example
|
2014-03-31 09:41:05 -04:00 |
|
codeanticode
|
b409759e9c
|
handle framebuffer set to 0
|
2014-03-12 18:24:42 -04:00 |
|
Daniel Shiffman
|
9ca18342cc
|
CA example quick fix
|
2014-02-24 18:47:01 -05:00 |
|
codeanticode
|
0cbef06a32
|
don't use peasycam in EmbedFrameTest
|
2014-01-23 16:23:51 -05:00 |
|
Ben Fry
|
859cc5e1f4
|
Merge pull request #2310 from DavidPrevot/fix-cleanup
Fix typos in the 'clean' targets of dxf and pdf.
|
2014-01-21 15:48:40 -08:00 |
|
Ben Fry
|
70c90e5c9c
|
Merge branch 'master' of github.com:processing/processing
|
2014-01-21 18:26:36 -05:00 |
|
Ben Fry
|
9ca4000356
|
remove unnecessary cast
|
2014-01-21 18:19:53 -05:00 |
|
codeanticode
|
7412bcbd88
|
cleaning up the GLW examples a bit
|
2014-01-21 17:13:11 -05:00 |
|
codeanticode
|
9714f24648
|
more work on GLW
|
2014-01-21 16:43:11 -05:00 |
|
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
|
71325def84
|
added EmbedFrameTest example in Demos/Test
|
2014-01-21 12:12:59 -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 |
|
David Prévot
|
616c3b980a
|
pdf: Fix the clean target
|
2014-01-09 19:44:39 -04:00 |
|
David Prévot
|
8fcc868767
|
dxf: Fix the clean target
|
2014-01-09 19:43:47 -04: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 |
|