Commit Graph

9613 Commits

Author SHA1 Message Date
Ben Fry 7e7770b3ae Merge pull request #3101 from Akarshit/bugfix-exceptionOnSecondWindow
IllegalArgumentException not getting thrown when clicking in a second sketch window
2015-02-21 11:16:17 -05:00
Ben Fry bd669ee377 Merge pull request #3102 from Akarshit/bugfix-rectBroken
rectMode getting called with correct argument now.
2015-02-21 11:14:00 -05:00
codeanticode 381ff7a241 fix casting 2015-02-20 16:51:32 -05:00
Ben Fry 8afa37a07a todo notes and fix for requestImage() 2015-02-20 16:45:33 -05:00
codeanticode 14c89ed2ec removed glw 2015-02-20 16:45:29 -05:00
codeanticode a8bb95b5dc removed LWJGL library 2015-02-20 16:44:16 -05:00
codeanticode f4e0f23466 make jogl work as a subclass of PGraphicsOpenGL 2015-02-20 16:43:29 -05:00
codeanticode d10a9b7392 added eclipse project files, build script 2015-02-20 16:32:38 -05:00
codeanticode 37cdb40934 added jogl library 2015-02-20 16:28:45 -05:00
codeanticode 12b6626747 put LWJGL in the core 2015-02-20 16:21:15 -05:00
Manindra Moharana 68697fe26e Fixed typo 2015-02-11 17:30:18 -08:00
Manindra Moharana 94cf78123a Fixes #3104 2015-02-11 17:28:17 -08:00
Manindra Moharana b6767c003c Fixes #3103 2015-02-11 00:42:05 -08:00
Akarshit Wal 9a5ad887a7 Added default mode as CORNER 2015-02-09 01:03:40 +05:30
Akarshit Wal 9606bdea3a Rectangle mode is now getting set correctly 2015-02-09 00:57:45 +05:30
Akarshit Wal 6427dc4857 IllegalArgumentException not getting thrown when clicking in a second sketch window 2015-02-07 22:58:46 +05:30
Ben Fry 10727da7f1 Merge pull request #3083 from kfeuz/export_classpath
Allow exported linux applications to be launched from a different folder
2015-02-04 08:26:25 -05:00
kfeuz 7b9a5f1736 Added APPDIR to classpath for exported linux applications 2015-02-03 23:17:53 -07:00
Ben Fry 95fdbf62a4 Merge pull request #3073 from joelmoniz/bugfix-updateContributionsListing
contributions.txt now gets deleted and recreated instead of overwritten
2015-01-31 10:32:51 -05:00
Ben Fry 2958e9a2df remove unused gui materials 2015-01-30 17:22:23 -05:00
Joel Moniz f7ecad1f4f contributions.txt now gets deleted and recreated instead of overwritten 2015-01-31 02:03:57 +05:30
Ben Fry e1909d86c5 Merge pull request #3070 from pvrs12/file-change-detection
File change detection v3
2015-01-30 14:22:09 -05:00
Ben Fry faaa400e38 this one 2015-01-30 12:25:48 -05:00
Ben Fry d5f759f19b fix message 2015-01-30 12:25:13 -05:00
Ben Fry 1573b20ba6 save download to temp location 2015-01-30 12:16:32 -05:00
Ben Fry e590557930 get rid of a warning 2015-01-30 11:55:05 -05:00
Ben Fry b708adc454 more tweaks and gaps and whatever 2015-01-30 11:51:38 -05:00
Ben Fry ddd166ffba tabs replaced with new design 2015-01-30 11:27:00 -05:00
Ben Fry 4dfd6e08df add the popup 2015-01-30 10:04:01 -05:00
Ben Fry 2014ca9076 debug button works on toolbar 2015-01-30 09:59:33 -05:00
Ben Fry 662cee5453 disable gasp smoothing on 1x, replace correct components on play/stop 2015-01-30 09:25:19 -05:00
Patrick Vares 022e8fb89b this is just silly at this point 2015-01-30 00:20:18 -05:00
Patrick Vares 27df4e33d4 ... i will get it right 2015-01-30 00:19:33 -05:00
Patrick Vares 790e24a877 actually fixed formatting in Sketch.java 2015-01-30 00:19:04 -05:00
Patrick Vares 92c8c533e8 reverted to original format for Sketch.java 2015-01-30 00:17:59 -05:00
Patrick Vares 2c10e2061d Removed temporary fix from Sketch and a changed comment in
ChangeDetector
2015-01-30 00:16:27 -05:00
Patrick Vares 0a94239a38 Switched ChangeDetector to use the last modified times from processing (when the file was last saved or loaded) and compare with the system's last modified time. Added supporting code in SketchCode to get these times. Added a tiny fix in Sketch to allow processing to actually start 2015-01-29 18:39:29 -05:00
Ben Fry 6e3d63d0cc more wiring of the new toolbar 2015-01-29 18:31:51 -05:00
Ben Fry d5d29e478a need this renamed too 2015-01-29 18:15:52 -05:00
Ben Fry 77197522b8 adding that back 2015-01-29 18:15:20 -05:00
Ben Fry 9f06b50ee3 umm... 2015-01-29 18:15:07 -05:00
Ben Fry 87c1f11451 renaming and debugging 2015-01-29 18:14:24 -05:00
Patrick Vares 26d3bccc68 Merge branch 'master' into file-change-detection 2015-01-29 18:13:00 -05:00
Patrick Vares 2f46c7b07a A small fix to allow processing to run 2015-01-29 18:11:51 -05:00
Ben Fry 51ec6af6ea more work on header/toolbar/etc 2015-01-29 16:02:21 -05:00
Ben Fry e71a07ebd9 Merge branch 'master' of github.com:processing/processing 2015-01-29 16:01:57 -05:00
codeanticode 0b941e1612 invert Y 2015-01-29 01:30:07 -05:00
codeanticode 90920df882 use allocateIntBuffer method, fixes all allocate buffer methods 2015-01-29 01:26:55 -05:00
codeanticode f26c5cbb57 store label pixels 2015-01-29 01:22:41 -05:00
codeanticode d22eee76fd draw label texture 2015-01-29 00:49:06 -05:00