Ben Fry
|
e06bbcf2fd
|
Merge pull request #2422 from jdf/master
Permit Mode developers to run their Modes in Eclipse (or however they like) during development.
|
2014-04-03 10:41:04 -04:00 |
|
Jonathan Feinberg
|
f493e04687
|
Permit Mode developers to run their Modes in Eclipse (or however they like) during development.
|
2014-04-02 16:09:04 -04:00 |
|
codeanticode
|
f448bb94a3
|
Merge pull request #2417 from jdf/master
Make it possible for PApplet subclasses to override exitActual.
|
2014-04-01 15:37:05 -04:00 |
|
Jonathan Feinberg
|
f1a8639e1a
|
Merge remote-tracking branch 'upstream/master'
|
2014-04-01 15:30:10 -04:00 |
|
Jonathan Feinberg
|
baae7829e4
|
Merge branch 'master' of github.com:jdf/processing
|
2014-04-01 15:29:09 -04:00 |
|
Jonathan Feinberg
|
8e6dc95ef0
|
Make it possible for PApplet subclasses to override exitActual.
|
2014-04-01 15:28:47 -04:00 |
|
codeanticode
|
dcf344eab5
|
check that backFBO and frontFBO are not null
|
2014-04-01 15:28:46 -04:00 |
|
Jonathan Feinberg
|
d52184fc09
|
Make it possible for PApplet subclasses to override exitActual.
|
2014-04-01 15:25:11 -04:00 |
|
codeanticode
|
ce8eddff15
|
request draw in PGraphicsOpenGL only if the parent PApplet can draw,
solves #2416
|
2014-04-01 14:55:20 -04:00 |
|
Jonathan Feinberg
|
4f1d4914ef
|
Merge remote-tracking branch 'upstream/master'
|
2014-04-01 14:45:44 -04:00 |
|
codeanticode
|
d8dacf8ede
|
don't delete opengl resources in the PGraphicsOpenGL finalizer
|
2014-04-01 14:16:40 -04:00 |
|
codeanticode
|
cd8666ca2b
|
removed GLProfile.shutdown() call, JOGL does it automatically
|
2014-04-01 11:33:27 -04:00 |
|
codeanticode
|
f08481924e
|
update to JOGL 2.1.5
|
2014-04-01 11:31:48 -04:00 |
|
codeanticode
|
c5dca8b660
|
renamed bufferUnit to ppixelsUnit
|
2014-03-31 15:20:23 -04:00 |
|
codeanticode
|
8cc6d3408b
|
fixes in CubeMapUtils
|
2014-03-31 15:19:24 -04:00 |
|
Ben Fry
|
804bbce04d
|
removing deps from eclipse project
|
2014-03-31 14:33:33 -04:00 |
|
Jonathan Feinberg
|
4aea8a4749
|
Merge remote-tracking branch 'upstream/master'
|
2014-03-31 14:13:26 -04:00 |
|
Jonathan Feinberg
|
a89cb727c3
|
Remove unnecessary Eclipse dependencies from app project.
|
2014-03-31 14:12:49 -04:00 |
|
Ben Fry
|
0d4d0eac91
|
Merge branch 'master' of github.com:processing/processing
|
2014-03-31 11:31:24 -04:00 |
|
Ben Fry
|
e073d0c583
|
wrong 'this' being passed into method invocation
|
2014-03-31 11:31:20 -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
|
8a203e93f9
|
renamed buffer uniform to ppixels, fix #2325
|
2014-03-31 09:40:53 -04:00 |
|
codeanticode
|
3acd891ef1
|
fix #2363
|
2014-03-30 21:20:17 -04:00 |
|
codeanticode
|
bc4d9b605c
|
disable experimental depth sorting code for raw triangles, fix #2404
|
2014-03-30 16:02:34 -04:00 |
|
Ben Fry
|
1b7aee335c
|
no more 32-bit Java for OS X
|
2014-03-30 10:26:04 -04:00 |
|
Ben Fry
|
cb130c4273
|
Merge branch 'master' of github.com:processing/processing
|
2014-03-30 10:25:15 -04:00 |
|
Ben Fry
|
01d90227b3
|
Merge pull request #2359 from KiwiStrongis/runner_fix
Fix processing.mode.java.runner.Runner's exception trace for when the file name of a StackTraceElement is not known ( Fixes Issue #2346 )
|
2014-03-30 10:24:05 -04:00 |
|
Ben Fry
|
1930f29626
|
discussing imports with Andres
|
2014-03-30 10:05:46 -04:00 |
|
codeanticode
|
ec95cf257c
|
TODO note
|
2014-03-12 18:56:33 -04:00 |
|
codeanticode
|
8f4021afc7
|
get the current FBO from the primary surface, fixes #2391
|
2014-03-12 18:41:33 -04:00 |
|
codeanticode
|
b409759e9c
|
handle framebuffer set to 0
|
2014-03-12 18:24:42 -04:00 |
|
codeanticode
|
61334d46eb
|
corrected ortho() params in P2D
|
2014-03-04 16:32:00 -05:00 |
|
codeanticode
|
7576859457
|
should take care of #1278
|
2014-03-04 15:22:44 -05:00 |
|
kiwistrongis
|
e94b2e8c7d
|
Fixed processing.mode.java.runner.Runner's exception trace for when the file name of a StackTraceElement is not known. Fixes issue #2346
|
2014-03-04 12:54:17 -05:00 |
|
codeanticode
|
a0e117981d
|
fixes #2345, and also a bug in the coordinates passed to drawTexture()
in the Texture class.
|
2014-03-03 15:45:21 -05:00 |
|
codeanticode
|
27d002c9de
|
fixes #2375
|
2014-03-03 14:04:29 -05:00 |
|
Ben Fry
|
86139f848c
|
misc changes/notes
|
2014-02-27 07:24:49 -08:00 |
|
Daniel Shiffman
|
9ca18342cc
|
CA example quick fix
|
2014-02-24 18:47:01 -05:00 |
|
Casey Reas
|
5787f66fed
|
Merge pull request #2361 from gohai/serial-new
Serial: Update to latest upstream (fixes potential port handle leak)
|
2014-02-15 08:00:47 -08:00 |
|
gohai
|
e08e7bcd13
|
Serial: Update to latest upstream (fixes potential port handle leak)
|
2014-02-14 14:19:52 -08:00 |
|
Ben Fry
|
12bdaa21fe
|
attempts to improve images
|
2014-02-09 11:02:51 -05:00 |
|
Ben Fry
|
c350407d01
|
conditionally use javac if ecj not available
|
2014-02-08 13:09:29 -05:00 |
|
Ben Fry
|
3c9accafee
|
notes about code signing on os x
|
2014-02-08 13:09:12 -05:00 |
|
Ben Fry
|
434d8138cc
|
remove a handful of warnings
|
2014-02-06 23:31:58 -05:00 |
|
Ben Fry
|
9803d7958a
|
remove unused var to prevent warning
|
2014-02-06 22:33:14 -05:00 |
|
Ben Fry
|
206d489b3c
|
check display size
|
2014-02-06 22:32:59 -05:00 |
|
Ben Fry
|
3fa176cc64
|
tweaks to improve text appearance
|
2014-02-06 22:05:20 -05:00 |
|
Ben Fry
|
719565eb30
|
Merge branch 'master' of github.com:processing/processing
|
2014-02-06 22:02:36 -05:00 |
|
codeanticode
|
9e732cb922
|
update to jogl 2.1.4 stable release
|
2014-02-02 18:10:19 -05:00 |
|