Commit Graph

9558 Commits

Author SHA1 Message Date
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
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
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
codeanticode eaac9b14a2 draw exit label in PGL 2015-01-28 18:48:40 -05:00
codeanticode ca5aa10d71 use WINDOW_BGCOLOR 2015-01-28 18:15:36 -05:00
codeanticode af746c00d0 another way to implement present mode w/out AWT 2015-01-28 17:57:31 -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
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
Ben Fry 22f58671aa aspirational rename 2015-01-24 21:57:06 -05:00
Ben Fry 2d36d0f04a move this feller over 2015-01-24 21:55:35 -05:00
Ben Fry 5a922cf303 make the debug window track, remove the form 2015-01-24 21:45:53 -05:00
Ben Fry 5c87a14eba link the inspector to the window 2015-01-24 20:41:10 -05:00
codeanticode bab8b90104 attempting to emulate present mode 2015-01-24 20:09:28 -05:00
Ben Fry 3dee06ea3e cleaning up indents, formatting, other tweaks 2015-01-24 16:30:33 -05:00
Ben Fry 0f428ed4b0 finish merge of DebugEditor, move vars around, clean up accessors and menus 2015-01-24 10:44:38 -05:00
Ben Fry 67559781d4 merging DebugEditor into JavaEditor 2015-01-24 10:11:01 -05:00
Ben Fry a34aade96f make the default mode into JavaMode 2015-01-24 09:39:17 -05:00
Ben Fry 4e8604a6ad make the default mode into JavaMode 2015-01-24 09:28:23 -05:00
Ben Fry f172723477 merge ExperimentalMode into JavaMode 2015-01-24 09:26:19 -05:00
codeanticode e0ac6e87f2 remove opengl-lwjgl jar from rev control 2015-01-24 08:39:48 -05:00
codeanticode fd8db76fef new jar file 2015-01-23 17:58:10 -05:00
codeanticode eac5235416 missing assignements in initCanvas 2015-01-23 17:57:55 -05:00
codeanticode 5737d1b50b updated build script to work with java 8 2015-01-23 17:57:10 -05:00
codeanticode 20569d3502 implementation of placeWindow(location, editorLocation) 2015-01-23 17:22:12 -05:00
codeanticode 4922e90dd0 trying to get smooth change to work 2015-01-23 17:08:00 -05:00
codeanticode 29caac10fa commented some methods that appear unsupported in lwjgl 2015-01-23 15:43:16 -05:00
codeanticode 82d6c44d3a emulate external message 2015-01-23 15:35:36 -05:00
codeanticode b0e524daa6 disable VSync when target fps is over 60 2015-01-23 11:58:12 -05:00
codeanticode 6e2df6cdbb better lwjgl -> awt key code conversion taken from GTGE library 2015-01-23 11:38:01 -05:00