Commit Graph

12127 Commits

Author SHA1 Message Date
Ben Fry eba6ed14e6 fix "Embed Java" for 32-bit Linux export 2016-08-19 17:08:01 -04:00
Ben Fry 2e9357839c Merge branch 'master' of github.com:processing/processing 2016-08-19 16:42:35 -04:00
Ben Fry a1e774b874 disable ext.dirs on Linux export and set jna.nosys as well 2016-08-19 16:42:30 -04:00
Ben Fry 534ca5d86f fixes for java.ext.dirs on Windows (more for #4623) 2016-08-19 15:39:02 -04:00
Ben Fry ed38bd453f oh, Java... 2016-08-19 14:21:42 -04:00
Ben Fry 3f0ed67d8c OS X does not like quotes here 2016-08-19 14:11:22 -04:00
Ben Fry bcd7f9daf2 work on quoting of java.ext.dirs (#4623) 2016-08-19 14:07:04 -04:00
Ben Fry 14f710687a fixes for Python Mode crashing on startup 2016-08-19 11:29:05 -04:00
Ben Fry ce01f90ca9 notes from github reports 2016-08-18 10:06:58 -04:00
Ben Fry cf49601da2 don't complain about preferences.old if preferences.txt did not exist already 2016-08-18 10:00:50 -04:00
Ben Fry 6ad5976973 some regressions showing up 2016-08-18 08:36:02 -04:00
Ben Fry f8ef7f8c42 funnel exceptions to one method, implement uncaught ex handler so OS X will quit on first attempt 2016-08-17 22:12:58 -04:00
Ben Fry 4c6c5e3abc starting the next release 2016-08-16 18:28:23 -04:00
Ben Fry 574cfd0442 updated splash screen for Windows processing-0252-3.2 2016-08-16 18:13:49 -04:00
Ben Fry 1e8b2d58c3 write release notes for 3.2 2016-08-16 18:02:54 -04:00
Ben Fry 220ab7fc67 last notes for the todo 2016-08-16 17:52:17 -04:00
Ben Fry ab16fbd8b6 oops, i mean, we still need to call that code most of the time... 2016-08-16 15:40:18 -04:00
Ben Fry 27edbf5c85 move the Java-specific parts into their own method 2016-08-16 15:36:50 -04:00
Ben Fry bb7ed17e6c maaaaybe? noooo... 2016-08-16 15:27:28 -04:00
Ben Fry 94b141442c cleaning this up but balking at refactoring 2016-08-16 15:15:31 -04:00
Ben Fry 0d8e26bb11 add Mode.requireCompatibility() and clear up shadowing field 2016-08-13 17:54:12 -04:00
Ben Fry 66b18b1c0d write preferences using a temporary file (should fix #4614) 2016-08-13 17:53:26 -04:00
Ben Fry 11669d5d3c note about closed bug 2016-08-13 06:16:52 -04:00
Ben Fry 15f52f7112 guess this was removed 2016-08-12 22:58:34 -04:00
Ben Fry 62eb6a6333 notes about print change 2016-08-12 22:57:06 -04:00
Ben Fry 5738f5826b Merge branch 'GKFX-print' 2016-08-12 22:54:42 -04:00
Ben Fry 5d8cc5af42 just trying a merge here... 2016-08-12 22:54:10 -04:00
Ben Fry 814b33846c add printStackTrace() method that can be overridden (fixes #222) 2016-08-12 22:51:02 -04:00
Ben Fry 58876fcf12 bring back getImage() to fix #4473 2016-08-12 21:35:28 -04:00
Ben Fry 2c0c1b9a36 bring back getImage() to fix #4473 2016-08-12 21:34:50 -04:00
Ben Fry 0e603a151a notes, trying to figure out Help menu problems on OS X 2016-08-12 19:48:29 -04:00
Ben Fry 1a63018867 remove use of Vector, some dead/commented code 2016-08-12 18:44:31 -04:00
Ben Fry 6041d2e024 sometimes StringList is a beautiful thing 2016-08-12 16:07:54 -04:00
Ben Fry 2ca650aa54 only do these if we are embedding 2016-08-12 16:06:57 -04:00
Ben Fry c294f0a7b1 Merge branch 'master' of https://github.com/processing/processing 2016-08-12 15:58:26 -04:00
Ben Fry 490755b96c be more explicit about this 2016-08-12 15:57:47 -04:00
Ben Fry ff831bcb25 fix ext.dirs for each platform for export 2016-08-12 15:57:25 -04:00
Ben Fry f5569c0dba Merge branch 'master' of github.com:processing/processing 2016-08-12 15:53:05 -04:00
Ben Fry c6ac69b9bc huh, how bout that 2016-08-12 15:52:59 -04:00
Ben Fry ef7c4525f3 tweaks and testing for ext.dirs handling 2016-08-12 15:27:18 -04:00
Ben Fry 19dbcb3218 add 2016 to about-1x and about-2x 2016-08-12 12:17:01 -04:00
Ben Fry 58e82a895c finishing template implementation 2016-08-10 19:16:07 -04:00
Ben Fry 1f1a46d222 may as well make this by default 2016-08-10 18:47:56 -04:00
Ben Fry 7f87621985 implement user templates 2016-08-10 18:47:15 -04:00
Ben Fry 6cf8e399fe properly put escapes on strings 2016-08-09 18:35:21 -04:00
Ben Fry c3bd8506b7 add full name for release notes 2016-08-09 18:35:07 -04:00
Ben Fry e793f58551 change PdeKeywords to PdeTokenMarker.. will revert if problems 2016-08-08 23:09:23 -04:00
Ben Fry 2846061c57 add getTokenMarker(code) for better file type flexibility; also clean up formatting 2016-08-08 23:05:49 -04:00
Ben Fry 2ae072460a add means to detect whether "Save As" is in progress 2016-08-08 20:13:20 -04:00
Ben Fry 289f7e84a0 be a little nicer if there is no ErrorTable defined 2016-08-08 13:56:16 -04:00