Commit Graph

9679 Commits

Author SHA1 Message Date
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
Ben Fry 43f216ecc8 working on new toolbar 2015-01-28 20:05:16 -05:00
Ben Fry efbe2d6d5a blowing up EditorToolbar a bit 2015-01-28 19:33:56 -05:00
Ben Fry 603fd5364a not much left in this toolbar 2015-01-28 18:58:32 -05:00
codeanticode eaac9b14a2 draw exit label in PGL 2015-01-28 18:48:40 -05:00
Ben Fry 0b813fab77 remove commented-out code for javac and other dead parts 2015-01-28 18:26:41 -05:00
codeanticode ca5aa10d71 use WINDOW_BGCOLOR 2015-01-28 18:15:36 -05:00
Ben Fry a409630e34 need my f*king System.out/System.err 2015-01-28 18:14:31 -05:00
Ben Fry dfb53ddf71 remove unnecessary JPanel, trying to debug borders 2015-01-28 18:14:10 -05:00
codeanticode af746c00d0 another way to implement present mode w/out AWT 2015-01-28 17:57:31 -05:00
Ben Fry 2d185339b1 fixing up debug tray/toolbar behavior, enable/disable debug, import lib menu fixes 2015-01-28 17:28:19 -05:00
Ben Fry e5f35ac3b8 Merge branch 'master' of github.com:processing/processing 2015-01-28 15:07:59 -05:00
Ben Fry 4add9b9dce Merge pull request #3066 from JakubValtar/bugfix-win-build-launch4j
Fix building on Windows (#3062)
2015-01-28 15:06:34 -05:00
Ben Fry 77e92c87b8 Merge pull request #3067 from JakubValtar/bugfix-saveframe-opaque
Save now creates opaque images from primary OpenGL surface (#3031)
2015-01-28 14:10:04 -05:00
Jakub Valtar d0d88066ef Change comment 2015-01-28 17:24:56 +01:00
Jakub Valtar 5999bfc14c Save now creates opaque images from primary surface
Fixes #3031
2015-01-28 17:14:13 +01:00
Jakub Valtar 45e35e8b58 Fix building on Windows 2015-01-28 16:30:56 +01:00
Ben Fry 37abe63aff further steps on the new gui, getting things rilly ugly 2015-01-27 18:42:28 -05:00
Ben Fry 07ea161187 misc cleanups 2015-01-27 18:42:12 -05:00
Ben Fry 98f381a5e4 clear out unused/commented sections 2015-01-27 18:32:22 -05:00
Ben Fry fd9a2efb09 toolbar in the tray working 2015-01-27 10:43:33 -05:00
Ben Fry 8b1f3d4f33 toolbar in the tray working 2015-01-27 10:43:21 -05:00
Ben Fry d78455b967 fix startup crashes 2015-01-27 10:20:17 -05:00
Ben Fry 2681bad78d move toolbar into tray, clean up formatting of JavaEditor 2015-01-27 09:46:57 -05:00
Ben Fry 14307703d8 working on new toolbars for the editor and the debugger 2015-01-27 09:17:00 -05:00
Patrick Vares 0ba0159cc6 Added modified field to SketchCode and switched ChangeDetector to use that. Can't test due to other errors in the repo currently 2015-01-26 17:37:23 -05:00
Ben Fry 7dbb5e605e Merge pull request #3061 from joelmoniz/addFrenchTranslations
Added several French translations
2015-01-25 16:24:19 -05:00
Joel Moniz a7a20293bb Added several French translations 2015-01-26 02:45:14 +05:30
Ben Fry e8a3d634fb remove interface that was only used a single time 2015-01-25 13:12:09 -05:00
Ben Fry 5cc6ed2e23 more weeding 2015-01-25 13:04:02 -05:00
Ben Fry c88ef1f1e2 removing more underbrush 2015-01-25 12:55:57 -05:00
Ben Fry bbd49e538b more refactoring and cleanup 2015-01-25 12:44:53 -05:00
Ben Fry e22aa85ff8 don't keep menu items around that aren't used outside the constructor scope 2015-01-25 11:12:13 -05:00
Ben Fry 5ad61b7fb4 removing more sketchy accessors, other cleanups 2015-01-25 11:03:07 -05:00
Ben Fry 342c6958ab getting to work on the new gui, plus much-improved text drawing 2015-01-25 09:40:09 -05:00