Ben Fry
10bd76d099
working on macOS Sierra signing issues seen in #4705
2017-05-04 07:07:50 -04:00
Ben Fry
4ae2cdcdbc
Merge pull request #5044 from gohai/io-fixes
...
IO library updates
2017-05-04 05:45:04 -04:00
Ben Fry
39efe327a1
more notes for things to fix
2017-05-03 22:59:36 -04:00
Ben Fry
57b221d389
clean up error message about sketchbook folder ( fixes #4942 )
2017-05-03 21:28:31 -04:00
Ben Fry
a9de2e3d53
lots of work to clean up console lockup issues ( fixes #4825 )
2017-05-03 20:40:36 -04:00
Ben Fry
f9071c01d4
removing code that was moved to Console
2017-05-03 16:43:20 -04:00
Ben Fry
d3deb96a58
couple things to be looked into
2017-05-03 16:43:05 -04:00
Ben Fry
125502beee
starting the next release
2017-05-02 18:07:30 -04:00
Ben Fry
4c5b76bef0
wrapping up this release
processing-0260-3.3.3
2017-05-02 17:45:17 -04:00
Ben Fry
25d77ceef5
add release notes for 3.3.3
2017-05-02 17:07:07 -04:00
Ben Fry
5216ca96ef
Merge branch 'master' of github.com:processing/processing
2017-05-02 17:04:08 -04:00
Ben Fry
9c9f52d576
fix a couple regressions inside loadBytes()
2017-05-02 17:04:06 -04:00
Ben Fry
819e7e5ab1
Merge pull request #5042 from JakubValtar/hotfix-tint-npe
...
Revert updatePixels() to set modified flag to true
2017-05-02 17:01:25 -04:00
Jakub Valtar
6eb3554688
Revert updatePixels() to set modified flag to true
...
PImage.modify flag is now used for two purposes and should be split into
two variables:
- internally by renderers to signal that pixels[] changed and need to be
drawn
- externally to signal other renderers that this image changed in some
way and they should update their cache
Reverts 3e5500c457
Fixes #5040
2017-05-02 22:40:25 +02:00
gohai
8a055dddac
IO: Remove unused internal method
2017-04-30 20:43:50 +02:00
gohai
b204f0d498
IO: Remove duplicate argument listing in Reference
2017-04-30 20:42:58 +02:00
gohai
00d3c11032
IO: Fix waitFor(pin, mode)
2017-04-30 20:41:14 +02:00
Ben Fry
511c21583b
this shouldn't be public
2017-04-26 23:07:20 -04:00
Ben Fry
914fb8817c
fix a dumb typo in keyPressed handling ( fixes #5033 )
2017-04-26 23:01:36 -04:00
Ben Fry
f41360c0bf
starting the next release
2017-04-25 22:25:48 -04:00
Ben Fry
9ebb5bc331
write release notes for 3.3.2
processing-0259-3.3.2
2017-04-25 22:11:55 -04:00
Ben Fry
8a5b8f1e65
note about the fixes from Jakub
2017-04-25 21:00:55 -04:00
Ben Fry
ef21ad0604
Merge pull request #5029 from JakubValtar/fix-tint
...
Fix typos made during pixelDensity update
2017-04-25 20:02:40 -04:00
Jakub Valtar
a6f50d402a
Fix typos made during pixelDensity update
...
Fixes #5028
2017-04-25 23:49:18 +02:00
Ben Fry
6214d81b8d
don't wrap null InputStream in a BufferedInputStream, also more file checks for non-existence
2017-04-25 11:59:02 -04:00
Ben Fry
fc0d36e07c
keep track of number of keys pressed so that keyPressed works with multiple keys ( fixes #4993 )
2017-04-24 20:14:44 -04:00
Ben Fry
1c44727856
add loadBytes(URL) variant that uses content length header for array size
2017-04-24 20:01:13 -04:00
Ben Fry
ecd98b4550
tweaks for clarification
2017-04-24 19:35:30 -04:00
Ben Fry
a1820a0e14
syntax tweaks
2017-04-24 19:30:42 -04:00
Ben Fry
9dba561fc3
rewrite loadBytes(File) for better performance
2017-04-24 19:29:16 -04:00
Ben Fry
49afbd205a
Merge pull request #5027 from gohai/loadBytes
...
Improve loadBytes performance
2017-04-24 18:51:57 -04:00
gohai
9fcdb46505
Improve loadBytes performance
...
Before, loading a 54 MB file took 2.7 seconds on my Macbook Air. With this change applied, it only takes 0.4 seconds.
2017-04-24 22:26:47 +02:00
Ben Fry
14301f3121
update from Andres, another todo
2017-04-24 08:13:33 -04:00
codeanticode
d2b35401b6
invert rgbaPixels, fixes #5013
2017-04-23 16:33:58 -04:00
Ben Fry
6b0ae7c15b
starting the next releaes
2017-04-23 15:07:34 -04:00
Ben Fry
80c1d029e5
finalize release notes for 3.3.1
processing-0258-3.3.1
2017-04-23 14:13:43 -04:00
Ben Fry
530bec062c
clean up default font handling, add more fallbacks to built-in fonts ( fixes #4944 )
2017-04-23 13:41:24 -04:00
Ben Fry
9dde0bd8c4
only do NVIDIA driver check on Windows 10
2017-04-23 09:42:01 -04:00
Ben Fry
909a87f1b6
avoid attempts to export 32-bit verrsions of apps on macOS ( fixes #4971 )
2017-04-23 09:22:31 -04:00
Ben Fry
cb089320da
closing up #4936
2017-04-22 20:15:05 -04:00
Ben Fry
3ba5c42c02
add cell renderer to usage window
2017-04-22 20:09:33 -04:00
Ben Fry
612a6646ac
more work on zoom for examples/sketchbook
2017-04-22 19:58:53 -04:00
Ben Fry
c116d2b08b
better spacing amount for tree view
2017-04-22 19:53:20 -04:00
Ben Fry
ec015e6b9d
figuring out tree fonts and spacing to handle ui zoom
2017-04-22 19:47:08 -04:00
Ben Fry
d4fa70d065
set a font for the trees
2017-04-22 18:46:58 -04:00
Ben Fry
a3e7bc90ff
working on line height issues with #4936
2017-04-22 18:32:42 -04:00
Ben Fry
7c71ad8544
notes about what's broken with the line heights, table fixes
2017-04-22 18:02:49 -04:00
Ben Fry
2698b69376
make the error table extend white
2017-04-22 12:53:30 -04:00
Ben Fry
0a03dad71d
more adjustments for table row and header height
2017-04-22 12:44:12 -04:00
Ben Fry
532fe906ca
deal with warnings
2017-04-22 12:03:34 -04:00