Commit Graph

3546 Commits

Author SHA1 Message Date
Ben Fry
6652fa7b2d what is this method? 2016-11-03 11:25:23 -04:00
Ben Fry
16db1ea0e6 ensure that update.id is set before checking for contrib updates 2016-11-03 11:16:32 -04:00
Ben Fry
e694a0c21f cleanups 2016-11-03 10:38:23 -04:00
Ben Fry
64e1bfef36 clean up this maze of pretty version handling 2016-11-03 10:36:52 -04:00
Ben Fry
1fe0dd5f75 make the problem clearer 2016-11-03 10:11:20 -04:00
Ben Fry
b14eb9d389 Use the version number if they've left the prettyVersion field blank 2016-11-03 10:10:04 -04:00
Ben Fry
25cb1eff35 starting the next release 2016-10-30 17:43:05 -04:00
Ben Fry
ce4cb26e5d cleaning up/testing #4712 2016-10-29 09:58:43 -04:00
Ben Fry
63066ebb73 Merge pull request #4712 from rzats/bugfix-4696
CM: Fix null versions in the contribution manager (#4696)
2016-10-29 09:52:37 -04:00
Ben Fry
5b17de88d5 deal with url rollover bugs in the status bar (fixes #4695) 2016-10-29 09:38:44 -04:00
Rostyslav Zatserkovnyi
7813e16252 Fix null versions in the contribution manager 2016-10-23 17:59:36 +03:00
Ben Fry
61d820596c cleaning unused lines 2016-09-10 22:33:44 -04:00
Ben Fry
62db91c60d limit rollovers on EditorStatus to the text portion 2016-09-10 22:22:57 -04:00
Ben Fry
d78e828ef9 make Find in Reference default to built-in PApplet methods (fixes #4224) 2016-09-08 12:09:49 -04:00
Ben Fry
3226fa63ca notes 2016-09-08 03:46:50 -04:00
Ben Fry
62dc47c4c4 Merge pull request #4641 from gohai/jvm-fonts-all-os
Cleanup createFont
2016-09-04 08:28:35 -04:00
gohai
5024259e89 Cleanup createFont 2016-08-28 20:56:35 +02:00
Ben Fry
96cdd5f832 unused imports and commented code 2016-08-28 14:43:22 -04:00
Ben Fry
d3e8eaa546 cleanup and force load of mono font (#4639) 2016-08-28 14:40:48 -04:00
Ben Fry
5f4a7df7cf simplify by using StringList 2016-08-28 14:40:26 -04:00
Ben Fry
02e1b5835d rolling over for the next release (late) 2016-08-28 14:30:08 -04:00
Ben Fry
2426ec8d36 Merge branch 'master' of github.com:processing/processing 2016-08-28 14:26:43 -04:00
Ben Fry
ead50aee6c a little font cleaning 2016-08-28 14:26:40 -04:00
gohai
0e614bdd1a Decouple Editor fonts from JVM
This makes it easier to run Processing with a custom or globally installed copy of the the VM, where before Processing wouldn't start because of missing fonts (font sadness).

This proposal would add a second copy of the fonts to the Linux tar-ball, and fall back to this one as a last resort. I have only tested registerFont() on Linux, where it seems to be working (Font in TextAreaPainter.updateAppearance does not fall back to monospaced).

On OS X this does not seem to work currently (UnsatisfiedLinkError: sun.font.FreetypeFontScaler.initIDs).
2016-08-27 15:37:24 +02:00
Ben Fry
e651d9108e hm, not a great option for failure here 2016-08-19 17:22:22 -04:00
Ben Fry
90b93abb8d Linux deleting too slowly, see if this fixes 2016-08-19 17:21:18 -04:00
Ben Fry
ed38bd453f oh, Java... 2016-08-19 14:21:42 -04:00
Ben Fry
14f710687a fixes for Python Mode crashing on startup 2016-08-19 11:29:05 -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
4c6c5e3abc starting the next release 2016-08-16 18:28:23 -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
15f52f7112 guess this was removed 2016-08-12 22:58:34 -04:00
Ben Fry
5d8cc5af42 just trying a merge here... 2016-08-12 22:54:10 -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
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
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
Ben Fry
6d72ea9325 rewrite Util.listFiles() because it wasn't working properly 2016-08-07 20:18:49 -04:00
Ben Fry
fa77cc4553 figuring out ClassLoader issues with new ext.dirs setup 2016-08-07 19:38:58 -04:00
Ben Fry
778acbe4d8 a little bulletproofing/simplifying 2016-08-07 12:58:09 -04:00
Ben Fry
7e142e8b54 add template support for Modes 2016-08-07 08:34:42 -04:00