Commit Graph

1745 Commits

Author SHA1 Message Date
Ben Fry 15f0488d1c remove old debug folder, other cleanups 2016-11-09 21:25:28 -05:00
Ben Fry e7b4d02c6a only require reference when building dist 2016-11-07 18:13:38 -05:00
Ben Fry 02c8640d87 write release notes for 3.2.3 2016-11-07 06:19:13 -05:00
Ben Fry 206cfd4291 writing release notes 2016-10-30 16:35:08 -04:00
Ben Fry a668742396 fix formatting per our guidelines 2016-10-29 10:04:14 -04:00
Ben Fry f12f0ba86a handle extensions list properly (fixes #4615) 2016-10-29 10:02:21 -04:00
Ben Fry 5d5b4571bf Merge pull request #4710 from jordirosa-p5/bugfix-spanishTranslationOpenSketchFolder
The previous translation would actually stand for "Open sketches folder", as if this…
2016-10-29 09:45:45 -04:00
Ben Fry 27d63065cd deal with version number weirdness from Oracle 2016-10-26 14:00:52 -04:00
jordirosa 3f5e152cab The translation would actually say "Open sketches folder", as if this menu option opened the generic folder where all the sketches are stored by default. But what it actually does is opening the folder of the sketch we are working on. That's why I think this translation is incorrect, and the correct one would be "Mostrar carpeta del sketch". 2016-10-21 14:14:35 +02:00
Ben Fry 766722dd57 todo notes and switch to 8u112 2016-10-18 22:47:47 -04:00
Federico Bond ded6f0abbf Update spanish translation 2016-10-08 22:07:30 -03:00
Ben Fry 1b8fa3c95e Merge branch 'master' of github.com:processing/processing 2016-09-20 15:24:45 -04:00
Ben Fry d8537b351c more generic, cleaning up dirs 2016-09-20 15:15:23 -04:00
Ben Fry d06c39f1a8 make this more portable 2016-09-20 15:09:42 -04:00
tpltnt 5998faaff9 more flexible interpreter path 2016-09-20 15:26:07 +02:00
Guo Yunhe 0dc059414b Translate Chinese 2016-09-11 20:37:05 +03:00
Guo Yunhe a7c2778282 Translate Chinese 2016-09-11 20:32:25 +03:00
Ben Fry 62db91c60d limit rollovers on EditorStatus to the text portion 2016-09-10 22:22:57 -04:00
gohai 37992c8683 Use fonts in lib/fonts instead of the JVM location for all OS 2016-08-28 16:31:15 +02: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 a09aa5a88f wrapping up and release notes 2016-08-19 17:49:20 -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 bcd7f9daf2 work on quoting of java.ext.dirs (#4623) 2016-08-19 14:07:04 -04:00
Ben Fry 574cfd0442 updated splash screen for Windows 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 490755b96c be more explicit about this 2016-08-12 15:57:47 -04:00
Ben Fry ef7c4525f3 tweaks and testing for ext.dirs handling 2016-08-12 15:27:18 -04:00
Ben Fry fa77cc4553 figuring out ClassLoader issues with new ext.dirs setup 2016-08-07 19:38:58 -04:00
Ben Fry dbdb5416af remove java.ext.dirs on startup (fixes #4608) 2016-08-06 16:49:55 -04:00
Ben Fry 64378e7ffc write release notes, finalizing 3.1.2 2016-07-29 10:54:52 -04:00
Ben Fry 022761350c update to Java 8u102 2016-07-29 10:28:27 -04:00
tyfkda a3bbfe47f7 Show warning message if mode cannot be changed
If selected mode cannot handle current source,
show warning dialog and reselect old (current) mode.
2016-07-29 09:15:46 +09:00
Ben Fry 4fd5de9860 Merge pull request #4558 from tyfkda/feature/preference-btn-width-ja
Make preferences button wider for Japanese
2016-07-28 19:56:48 -04:00
Ben Fry daf17cc5e0 Merge pull request #4564 from crazymaster/l10n-ja
Update Japanese translation
2016-07-28 19:55:54 -04:00
tyfkda a2c9ca4b82 Make preference button wider for Japanese
In preference window,
[cancel] button is too narrow for Japanese "キャンセル"
so make it wider.
2016-07-12 09:39:46 +09:00
Ben Fry 87f4409ed6 Merge pull request #4508 from gohai/arm-updates
ARM Updates
2016-06-02 16:33:33 -04:00
Ben Fry 698cdfbb47 whitespaces 2016-06-02 16:23:22 -04:00
Ben Fry c1f99d399f re-introduce slash in correct location 2016-06-02 16:22:57 -04:00
gohai 94e0c09fa5 Remove superfluous slash in rsync source path in build.xml
This didn't break anything, but I noticed the extra slash while looking at this (unrelated) error message:

rsync: change_dir "/home/pi/Downloads/processing-jvm-fonts/build/linux//jdk1.8.0_77/jre" failed: No such file or directory (2)
2016-05-27 07:40:25 +02:00
gohai 6523b8927f Fix Downloader
Addresses #4496. Enough to get JRE downloads to work again.
2016-05-27 07:15:57 +02:00
gohai 629c8de141 Revert "Switch back to JRE 8u77 on ARM"
The performance regression with 8u91 and above was figured out and worked around in version 1.0.2 of the GL Video library. See: https://github.com/gohai/processing-glvideo/commit/055a90cacd7c82c4b9e36fa9198a18c1947db8d6
2016-05-24 16:58:59 +02:00
Ben Fry 1cec8de1d7 sometimes I write release notes quickly and make mistakes 2016-05-16 18:44:41 -04:00
Ben Fry 097e03441b wrap up 3.1.1, write campy release notes 2016-05-16 18:09:38 -04:00
Ben Fry da8b95f723 fixes for ant clean 2016-05-16 17:53:37 -04:00
Ben Fry 701dc623d0 add a note about the new preference 2016-05-16 16:53:46 -04:00
crazymaster a42677acdb Update Japanese translation 2016-05-14 03:33:22 +09:00
George Bateman 5767b086f6 Fix most Javadoc errors, except syntax 2016-05-10 19:13:20 +01:00
gohai c9f8078a92 Switch back to JRE 8u77 on ARM
JRE 8u91 or higher cause performance problems with the GL Video library - specifically: SimpleCapture example doesn't show a texture from USB-attached webcam on Raspberry Pi 2, and TwoVideos example doesn't play two videos smoothly.

This was tested with Processing compiled on the Pi (JDK 8u65b17), and processing-glvideo 2d6de36a33fde3573b335e9a95cc3e380466f328.
2016-05-09 15:02:26 +02:00
Ben Fry 241ff4045a write release notes 2016-05-08 20:58:29 -04:00
Rostyslav Zatserkovnyi ec6010bf45 Adjust Problem changes 2016-05-09 00:48:37 +03:00