Ben Fry
0d86bd866e
Merge pull request #4597 from JakubValtar/fix-visibility
...
Error checker now adds 'public' to all default access methods
2016-08-01 11:34:17 -04:00
Jakub Valtar
104b5c00c0
Error checker now adds 'public' to all default access methods
...
Fixes #4583
2016-08-01 17:28:50 +02:00
Ben Fry
7dee2b054c
Merge pull request #4596 from JakubValtar/master
...
Prevent NPEs when tab document is null
2016-08-01 11:08:01 -04:00
Jakub Valtar
7e038b9609
Prevent NPEs when tab document is null
...
JavaMode visits all tabs on sketch load to extract breakpoints, so doc
is always set (except when running Tweak mode; it sets docs to null to
force reload). Other modes have null docs until the tabs are visited
manually.
Fixes #4555
2016-08-01 16:49:21 +02:00
Ben Fry
61272265ea
the stones said it best: syntactic sugar, why do you taste so good?
2016-07-31 20:20:41 -04:00
Ben Fry
9b1f516c9a
notes about encoding changes
2016-07-31 20:11:04 -04:00
Ben Fry
55075d1058
remove dumb UnsupportedEncodingException stuff that is no longer necessary
2016-07-31 20:10:21 -04:00
Ben Fry
acafc7464a
that ain't supposed to be in there
2016-07-31 20:05:56 -04:00
Ben Fry
b65249d532
minor edits pulled in from ftsv project
2016-07-31 16:42:52 -04:00
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