Commit Graph

6513 Commits

Author SHA1 Message Date
andres 39ea20a326 Renamed projModelviewMatrix to transform in all shaders 2013-02-05 16:11:15 -05:00
Ben Fry 48c5f66e5e quick project name change, add ignore file for lwjgl 2013-02-05 14:19:28 -05:00
Ben Fry 253a53acbe remove bad Eclipse project files 2013-02-05 14:15:20 -05:00
Ben Fry a4b5232190 fix for iostream left open 2013-02-05 14:14:13 -05:00
Ben Fry fd61dbabf9 add additional clarification about OS X 2013-02-05 04:10:43 -05:00
Ben Fry 37d3798576 futzing with the build scripts for OS X 2013-02-04 19:06:39 -05:00
Ben Fry 4e958df341 Merge pull request #10 from codeanticode/master
jogl jar build with 1.6
2013-02-04 15:58:30 -08:00
Your Name b38241817c jogl-all.jar compiled with 1.6 2013-02-04 18:43:32 -05:00
Your Name 463455daaa made PGLListener constructor public 2013-02-04 18:17:19 -05:00
Ben Fry 9416ddec2a Merge pull request #9 from codeanticode/master
Disable perspective-correction on lines/strokes in OpenGL.
2013-02-04 14:18:54 -08:00
Your Name ac1f7eafe4 Disabling stroke perspective in P3D 2013-02-04 16:51:01 -05:00
Ben Fry 58aed9715b Merge pull request #7 from codeanticode/master
some minor changes to jogl, lwjgl
2013-02-04 13:02:05 -08:00
codeanticode ae614803c8 Merge remote-tracking branch 'upstream/master' 2013-02-04 14:38:28 -05:00
codeanticode 175f95c6e5 Minor changes in JOGL and LWJGL PGL interface 2013-02-04 14:34:59 -05:00
Andres Colubri cdd33a0267 patched jogl-all.jar that solves the initial flickering issue 2013-02-04 14:29:38 -05:00
Ben Fry 19e892126b Update README.md 2013-02-03 13:03:17 -05:00
Ben Fry c075ba52d2 fix Linux readlink error when running processing-java (issue #1578) 2013-02-03 12:28:11 -05:00
Ben Fry d9b10ceca0 Update README.md 2013-02-03 11:47:58 -05:00
Ben Fry 7a096ca6e5 Create README.md 2013-02-03 08:47:21 -08:00
Ben Fry ad38b7d796 add patch for Play Button not working (issue #688) 2013-02-03 11:29:58 -05:00
Ben Fry 063e66eb36 fix "Bounds out of range" when outdenting a block of text 2013-02-03 10:56:23 -05:00
Ben Fry ed1c8cca76 add build warnings for JAVA_HOME, improve platform detection, misc todo notes 2013-02-03 10:18:32 -05:00
Ben Fry 24088f4fd4 Merge pull request #4 from Manindra29/master
textarea painter update bug fix.
2013-02-01 06:45:22 -08:00
Manindra Moharana 7ced2a6a9e editor status repaint 2013-02-01 20:11:15 +05:30
Manindra Moharana ac9e62462e textarea painter bug fix. 2013-02-01 20:04:50 +05:30
Ben Fry eee6123135 adding ignore files 2013-01-27 10:52:36 -05:00
Ben Fry 570169e768 Merge pull request #2 from Manindra29/master
Error Check now happens only on text update, instead of running forever
2013-01-27 07:33:18 -08:00
Manindra Moharana 1943678dce 3rd attempt. Error Check now happens only on text update. 2013-01-27 20:57:21 +05:30
Ben Fry 343bf117a4 re-applying other edits 2013-01-25 20:13:30 -05:00
Ben Fry 55eaf032bb adding ignore file again 2013-01-25 14:41:57 -05:00
benfry 3cffa8efe6 add TAU as alias for TWO_PI (issue #1488) 2013-01-22 02:55:43 +00:00
benfry 1b43bdcf15 more fixes for temporary files 2013-01-22 02:55:01 +00:00
codeanticode d55d506669 set buffer limits when copying vector and matrix uniforms 2013-01-22 00:34:58 +00:00
benfry 82f1a0cae6 prevent auto format from scrolling (issue #1533) 2013-01-21 19:57:14 +00:00
benfry 105dc0e8f4 delete temp files created by library manager downloads (issue #1527) 2013-01-21 17:28:19 +00:00
benfry 63e69e7d57 prevent error when sketch line not located from Commander (issue 1548) 2013-01-21 17:11:55 +00:00
benfry 69454e3ba7 suggest common imports (issue #1550) 2013-01-21 17:11:18 +00:00
benfry ecdaeac086 further work on retina and improving performance 2013-01-20 22:49:01 +00:00
benfry 309f0597eb modify font tool to read from local dir 2013-01-19 20:47:58 +00:00
benfry f5ccad12b3 preliminary implementation of wheel events (issue #1423) 2013-01-19 20:18:09 +00:00
benfry 1af0c3fea4 more testing 2013-01-19 20:15:35 +00:00
benfry d8f8e40e87 prevent inertia scrolling on OS X from making editor jumpy 2013-01-19 18:51:32 +00:00
benfry e5669eb01b add randomGaussian() 2013-01-19 16:33:07 +00:00
codeanticode 73f8bdcfda Updated to latest version of LWJGL packages and native libs 2013-01-18 20:08:56 +00:00
codeanticode ee8e829815 Removed DummyContext and re-ordered init calls in LWJGL renderer 2013-01-18 20:08:28 +00:00
codeanticode 640ec84aae Propper use of PShape.setStroke() 2013-01-16 21:47:10 +00:00
codeanticode 370d29afd6 Added a couple of LWJGL examples 2013-01-16 21:44:44 +00:00
codeanticode 28d6ab78ee fixed null pointer exception in PShader 2013-01-16 21:39:58 +00:00
codeanticode de056e14e1 Added LWJGL interface to hold the P2D/P3D constants 2013-01-16 20:30:33 +00:00
codeanticode ec8c2bfebd added build.xml for LWJGL library 2013-01-16 20:17:18 +00:00