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
Leslie Watkins
3642ced063
fixed iterator remove() methods so they dont skip container elements
2016-06-01 16:15:42 -04:00
inkwellsiesta
2bb3582195
fixed iterator remove() methods so they dont skip container elements
2016-06-01 16:14:46 -04:00
inkwellsiesta
b97d0ea88b
Update StringList.java
2016-06-01 16:03:05 -04:00
inkwellsiesta
f71d02df4c
Update StringDict.java
2016-06-01 16:02:43 -04:00
inkwellsiesta
7ff30a9627
Update IntList.java
2016-06-01 16:02:16 -04:00
inkwellsiesta
f1a0efba80
Update IntDict.java
2016-06-01 16:01:42 -04:00
inkwellsiesta
fc56857693
Update FloatList.java
2016-06-01 16:01:12 -04:00
inkwellsiesta
d7e7ae4f9d
Update FloatDict.java
2016-06-01 16:00:44 -04:00
Ben Fry
3aefae4470
Merge pull request #4512 from gohai/jvm-warning
...
Update JVM warning text on Linux
2016-05-30 16:45:38 -04:00
gohai
3feb5f27fe
Update JVM warning text on Linux
...
Ubuntu doesn't have packages for Oracle's Java anymore. Will update Wiki too.
2016-05-27 08:43:42 +02: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
Ben Fry
173221771e
Merge pull request #4491 from JakubValtar/error-check-toggle
...
Return of the error check toggle
2016-05-19 15:45:45 -04:00
Jakub Valtar
b9c449c115
Return of the error check toggle
...
Show Warnings now gets greyed out if check is not enabled
2016-05-19 19:09:55 +02:00
Ben Fry
b094175c69
note about patch from @gohai
2016-05-17 09:37:56 -04:00
Ben Fry
fb4d1f38ef
Merge pull request #4480 from gohai/io-fixes
...
IO: Fix drawing for SPIAnalogDigital examples
2016-05-17 09:17:32 -04:00
gohai
9c86811845
IO: Fix drawing for SPIAnalogDigital examples
2016-05-17 13:57:56 +02:00
Ben Fry
1cec8de1d7
sometimes I write release notes quickly and make mistakes
2016-05-16 18:44:41 -04:00
Ben Fry
82a8fd4381
starting the next release
2016-05-16 18:31:32 -04:00
Ben Fry
097e03441b
wrap up 3.1.1, write campy release notes
processing-0250-3.1.1
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
3a4811c63d
notes on recent merges
2016-05-16 16:54:25 -04:00
Ben Fry
701dc623d0
add a note about the new preference
2016-05-16 16:53:46 -04:00
Ben Fry
0a0ea33705
Merge pull request #4479 from JakubValtar/undo-save-hotfix
...
Make undo/redo mark all affected tabs as modified
2016-05-16 16:52:26 -04:00
Jakub Valtar
cf45848a94
Run compound edit timer task on EDT
2016-05-16 22:48:11 +02:00
Jakub Valtar
0c23a92f3a
Make undo/redo mark all affected tabs as modified
...
Otherwise Save won't save the changes, because it saves only modifies
tabs.
2016-05-16 22:33:53 +02:00
Ben Fry
dfafdb3c6d
Merge pull request #4472 from JakubValtar/inspect-mode-polishing
...
Inspect mode polishing
2016-05-13 07:35:45 -04:00
Jakub Valtar
33dc961f1b
Add preference to disable ctrl/cmd+mouse1 combo
2016-05-13 13:05:32 +02:00
Jakub Valtar
8142320cda
Polish inspect mode interaction
...
- interaction fixes for button2 click and ctrl/cmd+button1 click
- makes it much less likely to be invoked it by accident
2016-05-13 12:51:36 +02:00
Ben Fry
b4e85cbbd3
implement support for encoding= option in loadTable()
2016-05-12 07:41:44 -04:00
Ben Fry
ad6c6f910a
incorporate version of #4089 , fixes #4088
2016-05-12 06:31:48 -04:00
Ben Fry
e37265f500
deal with poorly behaving Modes ( fixes #4467 )
2016-05-12 06:25:15 -04:00
Ben Fry
f1482418aa
Merge pull request #4465 from JakubValtar/async-save-update
...
Async save update
2016-05-11 07:57:17 -04:00
codeanticode
e7fb3ce4ff
custom error message when texture map is missing, fixes #3990
2016-05-11 06:24:09 -04:00
codeanticode
c5d41191c2
makes OBJ parsing less strict, fixes #3156
2016-05-11 06:02:17 -04:00
Jakub Valtar
1653a2af3f
Async Image Saver: use Files instead of filenames
...
- solves headaches with path equivalence
2016-05-11 10:50:01 +02:00
Jakub Valtar
688487f3ae
Block when loading image which is being saved asynchronously
2016-05-11 10:35:34 +02:00
Ben Fry
7006ed1a6f
couple tweaks for Mode debugging
2016-05-10 22:14:52 -04:00
Ben Fry
167220b90a
todo notes, plus recent PRs, fix last 3 javadoc errors
2016-05-10 14:24:59 -04:00
Ben Fry
df784462d0
Merge pull request #4191 from GKFX/javadocs
...
Fix error messages from Javadocs
2016-05-10 14:18:07 -04:00
Ben Fry
791953dd74
Merge pull request #4462 from GKFX/no-block-select
...
Remove partial support for rectangular selections.
2016-05-10 14:14:31 -04:00
George Bateman
5767b086f6
Fix most Javadoc errors, except syntax
2016-05-10 19:13:20 +01:00
Ben Fry
bd57613864
Merge pull request #4460 from JakubValtar/hex-literal-fix
...
PPS: Fix hex literals containing 'e' being suffixed by 'f'
2016-05-10 14:07:04 -04:00
George Bateman
e90a45514b
Remove partial support for rectangular selections.
2016-05-10 17:15:01 +01:00
Jakub Valtar
0d94baeba6
PPS: Fix color literals containing 'e' being suffixed by 'f'
2016-05-10 11:25:28 +02:00
Ben Fry
aee233e3ef
Merge pull request #4457 from JakubValtar/comment-key-fix
...
Make Comment/Uncomment trigger on numpad slash
2016-05-09 20:15:54 -04:00