Commit Graph

7727 Commits

Author SHA1 Message Date
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
Ben Fry
62a85815f6 call revalidate() with reflection to allow for 1.6 builds 2014-01-31 11:28:02 -05:00
codeanticode
1257292ea0 Merge branch 'master' of https://github.com/processing/processing.git 2014-01-27 09:49:53 -05:00
codeanticode
7f7da83272 disabled context sharing 2014-01-27 09:49:38 -05:00
Ben Fry
40170baa91 fix for indices not set properly with StringDict(Reader) 2014-01-26 17:29:38 -05:00
codeanticode
fd61142a1f fix #2296 2014-01-26 09:34:27 -05:00
codeanticode
35ae97f712 fix #1844 2014-01-26 09:27:12 -05:00
codeanticode
146364f046 fix #2207 2014-01-26 09:05:15 -05:00
codeanticode
f95461c575 add offset when calculating poly normals, fix #2314 2014-01-25 19:10:48 -05:00
codeanticode
459fc3e9ac use correct version of jna for gstreamer-java (3.5.1), should solve
#2327
2014-01-25 12:18:27 -05:00
Scott Murray
b48c661c21 Adding some related reference items, per processing/processing-web#336 2014-01-24 12:30:37 -08:00
codeanticode
b552b2ec24 don't need null check 2014-01-23 16:46:11 -05:00
codeanticode
0cbef06a32 don't use peasycam in EmbedFrameTest 2014-01-23 16:23:51 -05:00
codeanticode
26ca041f86 testing a couple of library methods to access the contents of the
offscreen FrameBuffers
2014-01-23 15:30:06 -05:00
codeanticode
aa2fe6ccf1 make sure to recreate texture rendering VBO when context changes, fix
#2322
2014-01-23 13:09:31 -05:00
Ben Fry
35a7b14f93 starting the next release 2014-01-22 00:18:07 -05:00
Ben Fry
fa6715b460 new native code for the bundling processing-0224-2.1.1 2014-01-21 23:54:58 -05:00
Ben Fry
a7272ce5c7 wrapping up and release notes 2014-01-21 23:52:10 -05:00
codeanticode
bf88aab7ad fixed restart condition 2014-01-21 23:42:29 -05:00
Ben Fry
40030da489 todo notes 2014-01-21 23:33:50 -05:00
Ben Fry
eefa7cb891 Merge branch 'master' of github.com:processing/processing 2014-01-21 23:33:32 -05:00
Ben Fry
26d02e72c9 Merge pull request #2269 from gohai/serial-new
Appbundler: Add Contents/Java to java.library.path for loadLibrary to find .jnilib files
2014-01-21 20:31:47 -08:00
Ben Fry
9f3839b898 hopefully the last word on popup triggers on Windows 2014-01-21 23:28:33 -05:00
Ben Fry
9fcdffebf8 another attempt with the popup triggers 2014-01-21 23:20:42 -05:00
Ben Fry
911de44f7d attempt to fix Windows popup (issue #2210) 2014-01-21 23:18:02 -05:00
Ben Fry
91a26326e8 confirmed issue #2219 as fixed for Windows export 2014-01-21 23:06:20 -05:00