Commit Graph

12024 Commits

Author SHA1 Message Date
Ben Fry 48cf67ba0c hrm... 2016-07-30 12:09:11 -04:00
Ben Fry 47b5bc3cf9 don't hide exception.. need to fix 2016-07-30 11:49:13 -04:00
Ben Fry a140208d1d looking into alternative for #4560 2016-07-30 11:47:10 -04:00
Ben Fry f5a6709b02 Merge pull request #4589 from tyfkda/feature/refactor-cond
Simplify conditional branch
2016-07-30 10:49:07 -04:00
tyfkda 2c1ffd436b Simplify conditional branch
Checking `editor.tabs.expand` is done just before the block,
so this condition is always met.
2016-07-30 07:47:25 +09:00
Ben Fry 80be563f8d starting the next release 2016-07-29 11:16:50 -04:00
Ben Fry e9720f1e3f @#($*&! processing-0251-3.1.2 2016-07-29 11:02:42 -04:00
Ben Fry 64378e7ffc write release notes, finalizing 3.1.2 2016-07-29 10:54:52 -04:00
Ben Fry ead25795df disable async image saving by default 2016-07-29 10:28:35 -04:00
Ben Fry 022761350c update to Java 8u102 2016-07-29 10:28:27 -04:00
Ben Fry 94b225c846 Merge pull request #4559 from tyfkda/feature/revert-mode-change
Show warning message if mode cannot be changed
2016-07-29 09:47:43 -04:00
Ben Fry 9ee7bdccb1 notes about recent updates 2016-07-28 20:26:25 -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
Ben Fry 2c1303b317 Merge pull request #4554 from gohai/chip-XQueryBestCursor-workaround
Add a temporary workaround for the CHIP
2016-07-28 19:45:50 -04:00
Ben Fry ca6599ebb0 Merge pull request #4570 from tyfkda/feature/fix-typo
Fix typo in comment
2016-07-28 19:42:57 -04:00
Ben Fry 228ae105a2 Merge pull request #4573 from tyfkda/feature/fix-typo2
Fix typo in comment
2016-07-28 19:39:49 -04:00
Ben Fry 26478fcf8a Merge pull request #4546 from gohai/io-softwareservo
IO: We want motors, they said (implements SoftwareServo)
2016-07-28 19:37:21 -04:00
Ben Fry 762251b257 fix to prevent random(lo, hi) from returning hi (fixes #4551) 2016-07-28 19:13:12 -04:00
Ben Fry d920b39f4e incorporate patch from Jakub for network paths on Windows 2016-07-28 19:05:04 -04:00
Ben Fry 8004c7c507 Merge pull request #4582 from JakubValtar/fix-network-locations
Fix running PDE from network locations
2016-07-28 18:52:32 -04:00
Ben Fry b4a54bf145 notes on latest updates and todos 2016-07-25 21:53:00 -04:00
Ben Fry db2bcb4f44 rewrite csv handling, fix parsing bugs, remove newlines option, improve performance 2016-07-25 21:52:08 -04:00
Jakub Valtar 0825fff8ef Report file path when we can't load language 2016-07-22 18:02:32 +02:00
Jakub Valtar 2c1741c452 Fix running PDE from network locations
Java has problems dealing with UNC paths. See
http://wiki.eclipse.org/Eclipse/UNC_Paths#Programming_with_UNC_paths to
get an idea how bad it is. Scheme specific part should contain the whole
decoded URI except the protocol name and following colon, which should
shield us from Java parsing URL parts incorrectly.
2016-07-22 18:00:52 +02:00
gohai 6bea3ee5c1 IO: Fix compilation on arm
Error introduced in previous commit.
2016-07-15 17:30:18 +02:00
tyfkda 029f9c378e Fix typo in comment 2016-07-13 05:12:41 +09: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
tyfkda e19562bcca Fix typo in comment 2016-07-12 09:35:55 +09:00
gohai 6ce890bffb Add a temporary workaround for the CHIP
Reported this to the CHIP team: Seeing some odd exception from deep within Java's awt classes ("Width (0) and height (0) must be non-zero"). This is triggered because the libX11 function XQueryBestCursor is returning a width and height of zero, which seems to be a bug. I am guessing that this will also pop up with other Java applications.

This makes things work on the CHIP w/ OS image 4.4 and latest packages. I also tested on OS X, but I am not familiar enough with the Tweak Mode to say for sure.
2016-07-01 14:18:09 +02:00
gohai dbdeb9cf66 IO: We want motors, they said (implements SoftwareServo)
Some measurements with a logic analyzer and the Raspberry Pi 2
sleep: 0.001500, measured avg: 0.0015357, measured 0.95 perc.: 0.0015573
sleep: 0.0185, measured avg: 0.0186177, measured 0.95 perc.: 0.0186345

servo_pulse_oversleep was set to account for the (expected) overhead of waking up and toggling the pin with help from the numbers above.
2016-06-23 19:52:14 +02:00
codeanticode d00bff1307 call getUniformLoc() in consumeUniforms, 2016-06-19 22:41:06 -04:00
Ben Fry 38ce046bf1 another note 2016-06-06 16:02:01 -05:00
Ben Fry 422b613b2f notes based on today's notifications and merges 2016-06-06 15:46:49 -05:00
Ben Fry 76955b3bdf Merge pull request #4524 from gohai/arm-updates
Fix GLExceptions on Raspberry Pi when using offscreen PGraphics
2016-06-06 16:39:33 -04:00
Ben Fry 0cfdfa75a2 todo notes from recent notification spelunking 2016-06-06 15:25:28 -05:00
Ben Fry 7ba7e0bd31 Merge branch 'master' of github.com:processing/processing 2016-06-06 15:24:07 -05:00
gohai adaf62ff2e Fix GLExceptions on Raspberry Pi when using offscreen PGraphics 2016-06-03 23:28:49 -04:00
Ben Fry 3aca49a983 Merge pull request #4505 from JakubValtar/loadimage-npe
Prevent NPE in loadImage() when called before setup()
2016-06-02 16:38:40 -04:00
Ben Fry 24a316a2bf clean up error message 2016-06-02 16:36:44 -04:00
Ben Fry a433ea82a9 Merge pull request #4506 from JakubValtar/npe-createfont
Give helpful message when createFont() called before setup()
2016-06-02 16:35:32 -04:00
Ben Fry 87f4409ed6 Merge pull request #4508 from gohai/arm-updates
ARM Updates
2016-06-02 16:33:33 -04:00
Ben Fry 1597085f84 misc notes on recent patches 2016-06-02 16:23:48 -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
Ben Fry 5b07dd8a97 Merge pull request #4511 from gohai/fix-downloader
Fix Downloader
2016-06-02 16:21:24 -04:00
Ben Fry 1a5eb92612 Merge pull request #4520 from inkwellsiesta/master
added a check for length 0 arrays in expand()
2016-06-02 16:15:19 -04:00
Leslie Watkins c6f11b3aaa added a check for length 0 arrays in expand() 2016-06-02 15:30:14 -04:00
Ben Fry c6b9afbd02 Merge pull request #4519 from inkwellsiesta/master
fixed iterator remove() methods so they dont skip container elements
2016-06-01 16:20:01 -04:00