Commit Graph

1769 Commits

Author SHA1 Message Date
Ben Fry ef9238b6a6 Merge pull request #4970 from 11maxed11/Arabic_translation
Arabic translation
2017-04-22 09:45:38 -04:00
gohai 625a84d590 ARM: Add arm64 support to build.xml
Currently untested.
2017-04-11 14:37:58 +02:00
Omar Hommos f5faca1944 Second and final part of translation
Now everything is translated --except one line with HTML markup, which
is better left in English.
2017-03-20 11:47:18 +01:00
Ben Fry 65276a3185 notes based on recent notifications 2017-03-09 20:56:25 -05:00
Omar Hommos 2afc4e0276 First part of translation
Includes all the translation for the menus section
2017-03-05 18:36:51 +01:00
Omar Hommos 45307c3b6e Marhaba!
- Register Arabic Language in Languages.java
- Update languages.txt file
- PDE_ar.properties
2017-03-03 20:39:09 +01:00
Ben Fry e38630aef4 variable only used for execute(), remove declaration 2017-02-15 17:52:09 -05:00
Ben Fry 5fbbd50689 clean up type warnings 2017-02-15 17:50:39 -05:00
Ben Fry df15bcefe5 Merge pull request #4707 from rzats/feature-4668
PDEX: Add 'Jump to Declaration' to right-click menu (#4668)
2017-02-13 14:16:23 -05:00
Ben Fry 1bcd576aee fix font typo and add scaling caveat 2017-02-12 12:28:44 -05:00
Ben Fry f49ab8a628 write release notes for 3.3 2017-02-12 12:23:17 -05:00
Ben Fry cafc1c49b7 remove the old Source Sans 2017-02-12 10:24:42 -05:00
Ben Fry ab5465d1ef add "auto" option for interface scaling 2017-02-12 10:21:55 -05:00
Ben Fry e5ed6ae7f1 possible fix for visual artifacts seen in #4700 2017-02-12 10:02:10 -05:00
Ben Fry 5315b631b3 switch to em spacing (for hidpi), use renamed font to fix #4747 2017-02-12 09:31:23 -05:00
Ben Fry 47505dc60f add gui for setting the zoom level 2017-02-10 17:43:21 -05:00
Ben Fry c9d1cccc58 add preference to set the zoom factor 2017-02-10 17:27:05 -05:00
Ben Fry cfe6dc46d3 minor cleaning 2017-02-03 12:06:03 -05:00
Ben Fry b7db358b79 write release notes 2017-01-29 14:33:19 -05:00
Ben Fry 61c3c156fc deal with Oracle download change, double redirect (fixes #4823) 2017-01-18 06:38:25 -05:00
Ben Fry 8b74491e69 fix direction of slashes 2016-12-23 03:40:25 -05:00
Ben Fry cd35a0a04b better error message when running from the .zip file 2016-12-04 16:47:19 -05:00
Ben Fry 32193ba5ba use debug.txt instead of debug; add pref to disable system proxy 2016-12-01 07:38:19 -05:00
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
Rostyslav Zatserkovnyi 5d898e9085 Add 'Jump to Declaration' to PDE right-click menu 2016-10-19 13:39:15 +03: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