Commit Graph

9484 Commits

Author SHA1 Message Date
pvrs12 89ec6f1d27 FloatList exceptions added 2015-01-21 09:22:30 -05:00
Patrick Vares c5514dacea Merge remote-tracking branch 'upstream/master' 2015-01-20 23:04:09 -05:00
codeanticode f291478bae lwjgl bugfix update 2015-01-20 22:17:51 -05:00
codeanticode 9f95140897 add hideMenuBar() call 2015-01-20 22:05:21 -05:00
Ben Fry f56436a19d well, time for the 'ole git push that destroys everything, leaving devastation as i leave for the day. 2015-01-20 19:05:51 -05:00
Ben Fry bf93a7ec57 that one too 2015-01-20 18:03:33 -05:00
Ben Fry 1be529f21f add items from the theme 2015-01-20 18:02:37 -05:00
Ben Fry 26eb438989 actually running, with lots of errors 2015-01-20 17:57:56 -05:00
Ben Fry 8b9cf93b8b more cleanups 2015-01-20 17:17:00 -05:00
Ben Fry 5e737a5c02 clean up warnings 2015-01-20 17:13:42 -05:00
Ben Fry 9fc6ae7f46 fix package names for all these fellas 2015-01-20 16:49:53 -05:00
Ben Fry 2879da8833 ignoring and adding 2015-01-20 15:48:43 -05:00
Ben Fry 8ae116567d next stage of mess 2015-01-20 15:46:25 -05:00
Patrick Vares 280c360bd9 Merge remote-tracking branch 'upstream/master' 2015-01-20 15:33:40 -05:00
Ben Fry 2b5e537d30 better spot for this fella 2015-01-20 14:58:44 -05:00
Ben Fry 6cee23d050 move tweak over here 2015-01-20 14:58:18 -05:00
Ben Fry d7da694d80 moving the Java mode over here too 2015-01-20 14:57:32 -05:00
Ben Fry 260d131c00 moving things around to merge PDE X 2015-01-20 14:56:21 -05:00
Ben Fry 25099cfbfa pulling apart Java Mode from the rest of the PDE 2015-01-20 14:28:18 -05:00
Ben Fry 79772d18a7 update with new jar files 2015-01-20 09:06:30 -05:00
Ben Fry 9904b9ccf2 require Java 8 everywhere 2015-01-20 08:56:14 -05:00
Ben Fry 026efda8b8 Merge branch 'master' of github.com:processing/processing 2015-01-20 07:10:33 -05:00
codeanticode 402810e2e1 handle lack of predefined cursors in LWJGL 2015-01-20 00:54:18 -05:00
Ben Fry 4738e6f778 Merge pull request #3051 from pvrs12/new-file-change-detection
Moved GUI operations to the EDT
2015-01-19 21:47:20 -05:00
Patrick Vares 8ee1f4551a Ensured that all GUI operations happen on the EDT via invokeLater or
invokeAndWait
Ensured that the sketch directory still exists before checking for
changes
2015-01-19 20:00:10 -05:00
Ben Fry e69d7637a4 roll up to new OS X 10.10 SDK, keep keytool, other updates 2015-01-19 19:17:00 -05:00
Ben Fry 289e2b57f6 update to launch4j 3.6 2015-01-19 18:59:49 -05:00
Ben Fry fcb00b7019 Merge branch 'master' of github.com:processing/processing 2015-01-19 18:32:43 -05:00
Ben Fry 05f3b392ad rolling over to new Eclipse packages to support Java 8 2015-01-19 18:32:24 -05:00
Ben Fry 0f79db489d yikes, this is broken 2015-01-19 18:30:22 -05:00
codeanticode 906b0e5d8a working on the cursors 2015-01-19 18:07:31 -05:00
codeanticode 385e46c0a0 fix buffer limits 2015-01-19 17:17:58 -05:00
codeanticode cbbc3ad5b6 Merge branch 'master' of https://github.com/processing/processing.git 2015-01-19 17:16:35 -05:00
codeanticode 02330f0196 division by zero check 2015-01-19 17:15:54 -05:00
Ben Fry bb1ac12e18 add note about file change detection 2015-01-19 17:08:23 -05:00
Ben Fry 2b7eedb8b8 Merge pull request #3048 from pvrs12/new-file-change-detection
File change detection rewrite
2015-01-19 17:04:58 -05:00
Ben Fry 7964036290 other todo notes 2015-01-19 16:56:13 -05:00
Ben Fry 5be24e55ea bring back the jnilib for the menubar hiding 2015-01-19 16:55:48 -05:00
Patrick Vares 3e1aab2024 Modfied Change detector to use a Thread when checking for any changes made to files 2015-01-19 16:22:34 -05:00
codeanticode 67c2a0fe9a Merge branch 'master' of https://github.com/processing/processing.git 2015-01-19 15:57:35 -05:00
codeanticode 066f2302a0 more frame handling 2015-01-19 15:57:06 -05:00
Ben Fry 48e0d5dd77 Merge pull request #3046 from pjryan93/bugfix-renameRecentFile
Open Recent files now dislays sketch after rename
2015-01-19 15:35:46 -05:00
Ben Fry 1c41e572bb notes from other commits and merges 2015-01-19 15:28:38 -05:00
Ben Fry 58f3e632bc Merge pull request #3002 from GKFX/autoform2
AutoFormat.java, Mk III
2015-01-19 15:27:13 -05:00
Ben Fry c1c92043de Merge pull request #3010 from joelmoniz/libProps
Added support for specifying packages to import in library.properties (updated version of PR #2178)
2015-01-19 15:19:42 -05:00
codeanticode 5a46c4b990 close and resize working 2015-01-19 14:53:29 -05:00
Patrick Vares ec77700948 Removed one remaining comment in the imports 2015-01-18 03:54:58 -05:00
Patrick Vares a7e97d5ef9 Merge branch 'new-file-change-detection' of github.com:pvrs12/processing into new-file-change-detection 2015-01-18 01:52:15 -05:00
Patrick Vares 2d35e0b620 Moved all file change detection code out to ChangeDetector.java
No longer relies on Java's FileWatcher
Dialogs are more clear in emphasizing that changes will be lost on reload
More support for choosing not to reload by setting the changed files to be modified
2015-01-18 01:51:27 -05:00
Patrick Vares f918329c39 i really don't understand git well enough 2015-01-18 01:30:42 -05:00