Commit Graph

  • 788cec41c8 bit of refactoring and tidying things up Manindra Moharana 2013-12-07 02:56:12 +05:30
  • ceb59def37 Updated application folder, fixes #33 Manindra Moharana 2013-12-04 02:05:44 +05:30
  • a9113b9492 update to Minim binaries to fix a NullPointerException caused by exiting a sketch while an AudioPlayer is playing Damien Di Fede 2013-12-02 21:53:13 -06:00
  • 9d46371438 Merge remote-tracking branch 'remotes/upstream/master' Sean McKenna 2013-12-02 10:25:15 -07:00
  • bdee21eca6 updated minim binaries and examples for Minim release 2.2.0 Damien Di Fede 2013-11-30 20:29:07 -06:00
  • bef4f1c0aa For fill/stroke reference pages, added a couple more related methods Scott Murray 2013-11-27 09:32:12 -08:00
  • 61c2bde92e Merge pull request #2240 from gohai/serial-new Casey Reas 2013-11-25 08:50:03 -08:00
  • ab8e0b9dc7 Merge remote-tracking branch 'remotes/upstream/master' Sean McKenna 2013-11-25 09:25:09 -07:00
  • 59761b42d2 Serial: Only read a single character at a time to emulate RXTX behavior gohai 2013-11-25 08:23:40 -08:00
  • b70b922bc6 Merge pull request #2237 from gohai/serial-new Casey Reas 2013-11-25 06:49:18 -08:00
  • 541cab2bd9 Add a debug() method to Serial gohai 2013-11-24 20:52:38 -08:00
  • 24921b631b Update PApplet.java boubpopsyteam 2013-11-25 02:14:07 +01:00
  • f76f0758e4 implementing depth sorting codeanticode 2013-11-24 01:39:37 -05:00
  • 27e05e8025 added getCanvas to PLWJGL codeanticode 2013-11-23 20:26:26 -05:00
  • 18b0563cfe fix #2233 codeanticode 2013-11-22 15:18:18 -05:00
  • 24d915f43b Merge branch 'master' of https://github.com/processing/processing.git codeanticode 2013-11-22 11:54:58 -05:00
  • 22eacf15c7 fix #2232 codeanticode 2013-11-22 11:54:37 -05:00
  • c18ddffdc0 getCanvas() in PGL so libraries can access the native surface codeanticode 2013-11-20 18:57:18 -05:00
  • c6ca72efbb removed ALREADY_DRAWING_ERROR and NO_BEGIN_DRAW_ERROR codeanticode 2013-11-20 14:16:00 -05:00
  • 76adf92339 Merge pull request #2226 from gohai/serial-new Casey Reas 2013-11-19 19:41:08 -08:00
  • 0ef72e25c9 Serial: Switch the examples over to printArray() gohai 2013-11-19 17:22:13 -08:00
  • cb293e1c7d Merge pull request #2225 from gohai/serial-new Casey Reas 2013-11-19 16:46:33 -08:00
  • 95bac1d04c Serial: Add basic tests for throughput and latency gohai 2013-11-19 16:37:14 -08:00
  • 931e62b288 Merge remote-tracking branch 'remotes/upstream/master' Sean McKenna 2013-11-18 15:21:53 -07:00
  • 70a59ffd73 some ongoing work on GLW codeanticode 2013-11-18 12:26:19 -05:00
  • 0f89e58a51 Merge remote-tracking branch 'remotes/upstream/master' Sean McKenna 2013-11-12 13:18:24 -07:00
  • f0cec66aee removed some superfluous references to PGL codeanticode 2013-11-08 15:23:44 -05:00
  • 09de1306e5 filter shaders don't need to use the texture uniform, fixes #2204 codeanticode 2013-11-06 09:00:20 -05:00
  • 7c5e3044ae Various example updates REAS 2013-11-05 15:59:58 -08:00
  • 69df31738d Javadoc update REAS 2013-11-05 12:46:20 -08:00
  • 6f7e94a971 Modification to web examples REAS 2013-11-04 19:38:07 -08:00
  • 169ee26611 updated jogl to stable release 2.1.2 codeanticode 2013-11-04 17:00:19 -05:00
  • 5cd62ded86 merge fork with upstream master Sean McKenna 2013-11-04 14:17:48 -07:00
  • f775018a30 Fixed processing/processing-web#275 by relocating saveTable() from input:files section of Reference index page to output:files section Scott Murray 2013-11-02 15:24:06 -07:00
  • 2cf37e4911 Fixes #2082, Find Replace inf loop Manindra Moharana 2013-10-30 23:48:59 +05:30
  • 01daed1cb9 merge command-line processing changes to Procesing v.2.1 Sean McKenna 2013-10-29 10:27:08 -06:00
  • 8a35861f3c fixes for alpha issues Ben Fry 2013-10-28 19:10:57 -04:00
  • 5836fd1d8b Merge branch 'issue-2134' Daniel Howe 2013-10-29 01:57:42 +08:00
  • efbfe4bcba merged with upstream as per discussion in pull-request #2172 Daniel Howe 2013-10-29 01:56:51 +08:00
  • d9a98a11d3 Merge remote-tracking branch 'upstream/master' as per request #2172 Daniel Howe 2013-10-29 01:44:32 +08:00
  • 5527695c70 Merge pull request #2176 from gohai/serial-new Ben Fry 2013-10-28 09:43:34 -07:00
  • 72ec72ae53 Add missing readStringUntil() method gohai 2013-10-28 17:18:13 +01:00
  • 1497d42d59 added support for specifying packages to import in library.properties Daniel Howe 2013-10-28 13:06:35 +08:00
  • f3c491734f added support for specifying packages to import in library.properties: issue #2134 Daniel Howe 2013-10-28 13:04:43 +08:00
  • 89a61d30ee cleanup formatting Daniel Howe 2013-10-28 12:44:20 +08:00
  • 4f186536bf move drawElements() call to PShader.draw() codeanticode 2013-10-27 23:49:13 -04:00
  • 732452564e starting the next revision after 2.1 Ben Fry 2013-10-27 17:42:46 -04:00
  • 0849866d05 add some notes about building src version processing-0223-2.1 Ben Fry 2013-10-27 16:44:46 -04:00
  • aa679a98de remove .gitignore for folder that no longer exists Ben Fry 2013-10-27 16:33:23 -04:00
  • 7f70c7425f set default to embed Java on export app Ben Fry 2013-10-27 16:23:40 -04:00
  • 795a0c681a write release notes Ben Fry 2013-10-27 15:52:43 -04:00
  • 9ccc04b5d5 fixes for pixel ARGB vs RGB issues (#2030) Ben Fry 2013-10-27 15:38:17 -04:00
  • 8a0a226eb7 fix dataPath() for OS X and Java 7 Ben Fry 2013-10-27 14:26:20 -04:00
  • c86fecd36f added support for specifying packages to import in library.properties (github issue# 2134) Daniel Howe 2013-10-27 19:12:43 +08:00
  • 76f99a232f Reference changes for 2.1, new keywords.txt REAS 2013-10-26 21:02:36 -07:00
  • e1f4b82d3c minor correction in the name of the texture sampler codeanticode 2013-10-26 22:06:25 -04:00
  • c6b9f16c42 printArray() added to type examples REAS 2013-10-26 10:16:12 -07:00
  • 15156353e8 don't call swapBuffers() in PGraphicsOpenGL.dispose() for offscreen surfaces. codeanticode 2013-10-25 18:02:36 -04:00
  • fe27b9cd4e release notes and todo items Ben Fry 2013-10-25 17:44:51 -04:00
  • bad24c1443 Merge branch 'master' of github.com:processing/processing Ben Fry 2013-10-25 15:43:36 -04:00
  • 935c509abc get Commander working on OS X, addl updates Ben Fry 2013-10-25 15:43:33 -04:00
  • acaa6f50bf additional resource de-allocation in dispose, this might solve #2074 codeanticode 2013-10-25 15:09:57 -04:00
  • b372046e44 comments for issues #1844 and #2125, added some warnings, fixed #2034 codeanticode 2013-10-25 12:38:33 -04:00
  • fff45fad48 Merge branch 'master' of https://github.com/processing/processing.git codeanticode 2013-10-25 10:53:56 -04:00
  • 38fcc65950 added a couple of missing GL constants codeanticode 2013-10-25 10:53:42 -04:00
  • d291df309b additional font tweaks (#2135) Ben Fry 2013-10-25 10:04:44 -04:00
  • 55ffd815f6 more 1.7 notes Ben Fry 2013-10-25 09:53:02 -04:00
  • 8572e317c7 switching to Java 1.7 for source because of revalidate() usage Ben Fry 2013-10-25 09:51:20 -04:00
  • 8ba8c1595e Merge pull request #2146 from KiwiStrongis/master Ben Fry 2013-10-25 06:40:27 -07:00
  • e10ffbc5e2 updated to jogl-2.1-b1115, gluegen-2.1-b735 for OSX 10.9 support codeanticode 2013-10-25 09:39:33 -04:00
  • 0ff68bca2f add setters for boolean uniforms contributed by AmnonOwed, fixes #1991. codeanticode 2013-10-24 23:58:45 -04:00
  • 09c03d0dcb Merge branch 'PShader.set(boolean)' of https://github.com/AmnonOwed/processing codeanticode 2013-10-24 23:45:31 -04:00
  • c6fddfdac7 Merge branch 'master' of https://github.com/processing/processing.git codeanticode 2013-10-24 21:57:50 -04:00
  • 73d57f8d22 fixes #2162 codeanticode 2013-10-24 21:57:35 -04:00
  • b2bd2c4217 Add option to not embed the Java runtime Ben Fry 2013-10-24 21:50:51 -04:00
  • cd4a5ae453 constrain depth and stencil bits to requested values, use capabilities to obtain current values codeanticode 2013-10-24 17:59:27 -04:00
  • 68f44f14bc removing debug messages codeanticode 2013-10-24 17:13:11 -04:00
  • e6b8c04607 allocate in setSize() codeanticode 2013-10-24 15:25:50 -04:00
  • c60ba7e6d7 better handling of glsl code in different versions codeanticode 2013-10-24 12:51:38 -04:00
  • 1ce9c9d360 assuming npot texture support, auto mipmaps generation, etc, are part of core gl profile when using gl3 codeanticode 2013-10-24 12:17:50 -04:00
  • 56317a8827 some edits to LowLevelGL example codeanticode 2013-10-24 11:58:33 -04:00
  • 91e416b28e handle Camera.list() returning null codeanticode 2013-10-24 10:19:57 -04:00
  • 59371bd884 Merge branch 'master' of https://github.com/processing/processing.git codeanticode 2013-10-24 10:05:22 -04:00
  • b8f9bb628f reset everyone's anti-aliasing setting for the editor (#2164) Ben Fry 2013-10-23 18:24:20 -04:00
  • e22a3f314b fix return code and other notes Ben Fry 2013-10-23 18:23:59 -04:00
  • fef19dd366 don't auto-convert shader code if PROFILE is 2 codeanticode 2013-10-22 11:54:53 -04:00
  • 76d1e12523 Merge branch 'master' of https://github.com/processing/processing.git codeanticode 2013-10-22 11:35:10 -04:00
  • dee4149ec6 improved description Manindra Moharana 2013-10-21 15:08:58 +05:30
  • ddee3b7c63 added manual installation steps to ReadMe. Manindra Moharana 2013-10-21 15:04:47 +05:30
  • 5d245faddd release 1.0.2b Manindra Moharana 2013-10-21 12:50:54 +05:30
  • 315952bef6 updated painter to be 2.1 compatible Manindra Moharana 2013-10-21 11:56:41 +05:30
  • 931d9fd1e1 Update README.md Ben Fry 2013-10-20 21:15:30 -04:00
  • 3954738286 Add notes about our fork Ben Fry 2013-10-20 21:15:11 -04:00
  • 2843dcdd72 avoid loading uniform and attribute locations in every frame codeanticode 2013-10-20 21:09:50 -04:00
  • 7e1acf5710 automatic glsl 120 to 150 conversion partially working codeanticode 2013-10-20 20:51:19 -04:00
  • 217b63b5f6 moved load shader functions to PGL codeanticode 2013-10-20 20:04:34 -04:00
  • cd07991a34 some more reworking of shader initialization codeanticode 2013-10-20 19:53:27 -04:00
  • 11fd3c0a98 getting GL3 profile to work properly codeanticode 2013-10-20 19:33:39 -04:00
  • 1d7bd062b5 don't use vertex arrays anymore codeanticode 2013-10-20 19:15:04 -04:00
  • bcf4587120 Merge branch 'master' of https://github.com/processing/processing.git codeanticode 2013-10-20 18:11:58 -04:00