Commit Graph

12796 Commits

Author SHA1 Message Date
Jakub Valtar f76d3c4f80 Net-client: remove extra catch block
Handled by IOException block (it's a superclass of ConnectException and does the same thing).
2018-01-21 22:30:46 +01:00
Jakub Valtar 0e12d1175e Net-client: remove unnecessary array creation 2018-01-21 22:30:45 +01:00
Jakub Valtar aba056cf96 Net-client: set max buffer size 2018-01-21 22:30:36 +01:00
Jakub Valtar e7f6e1b5b0 Net-client: read bytes to a read buffer instead of one by one 2018-01-21 22:28:01 +01:00
Jakub Valtar e64a283a00 Net-client: compact the buffer if possible instead of resizing 2018-01-21 17:03:55 +01:00
Jakub Valtar f140299e48 Net-client: synchronize access to all concurrently modified fields 2018-01-21 16:42:45 +01:00
Jakub Valtar 05a2819a58 Net-client: use final field for lock 2018-01-21 16:40:47 +01:00
codeanticode 6ff0c6f3e6 reset correct clear variable 2018-01-18 10:15:29 -05:00
Ben Fry 8d1d718028 move to Java 8u162, additional todo updates 2018-01-17 18:33:54 -05:00
codeanticode e9707b81a0 some additions to the PLG.Tessellator interface 2018-01-13 14:16:02 -05:00
Ben Fry 99375f3681 Merge pull request #5354 from JakubValtar/linevert-norm-fix
Fix line join triangles
2018-01-12 07:21:26 -05:00
Ben Fry f806cb4748 Merge pull request #5297 from gohai/arm-updates
ARM updates
2018-01-12 07:19:30 -05:00
Gottfried Haider d16c3fdebd Fix mistake in Italian translation
Fixes #5365
2018-01-11 16:53:05 +01:00
Ben Fry dfbc00f5cb minor tweaks for warnings 2018-01-10 22:04:42 -05:00
Jakub Valtar 591f79ce90 Fix line join triangles
Fixes #5353
2018-01-06 16:47:22 +01:00
codeanticode 462ac2f412 Merge pull request #5340 from alexanderghurst/master
cursor() sets the cursor visible, fixes #5330
2018-01-05 22:37:18 -05:00
Ben Fry 4248c4b838 a couple todo item updates 2018-01-05 15:55:30 -05:00
Ben Fry ae50380272 ack, some ugly code here 2018-01-05 15:03:12 -05:00
Ben Fry e71fb7f966 fix for NPE in deleteFlagged() (fixes #5342) 2018-01-05 14:45:38 -05:00
Alexander Hurst a9cc453015 cursor() sets the cursor visible, fixes #5330 2017-12-20 15:09:16 -05:00
codeanticode fb47853b1b texture wrap can be set multiple times in a sketch, fixes #5322 2017-12-08 15:28:18 +09:00
Ben Fry 159b5434cb couple of todo notes from recent github issues 2017-11-20 16:06:48 -05:00
Ben Fry f4452c0781 set colorModeDefault to true by default 2017-11-20 16:06:21 -05:00
REAS a3943ee508 Small parameter changes for Reference 2017-11-10 14:41:32 -08:00
Ben Fry e026cdff90 Merge pull request #5304 from JakubValtar/fix-eror-checker-crash
Fix error checker crash when className contains [ or ]
2017-11-09 18:33:59 -05:00
Jakub Valtar 2fb37b6fb3 Fix error checker crash when className contains [ or ] 2017-11-09 12:23:51 -05:00
gohai cdfaa11a6c Fix 3D on Raspberry Pi with Mesa drivers
We need to use a special shader to workaround register allocation issues with the new driver, see: https://github.com/anholt/mesa/issues/63
2017-10-30 21:12:08 +01:00
Ben Fry 1b84d46587 remove unhelpful deprecation, other notes and todo items 2017-10-29 17:32:19 -04:00
Ben Fry 4b4284b7df better handling of Java version, previous only worked for 9 2017-10-20 17:20:36 -04:00
Ben Fry d89bb1e7ae avoid NPEs when no selection 2017-10-20 17:19:29 -04:00
Ben Fry 49eea9a335 avoid with NPE when no selection 2017-10-20 17:19:09 -04:00
Ben Fry 6034a0b3d9 remove unnecessary types 2017-10-20 17:18:42 -04:00
Ben Fry 34f9caa137 deal with a handful of Java 9 changes and deprecations 2017-10-18 22:42:13 -04:00
Ben Fry bd5146d018 todo updates based on recent PRs and bug reports 2017-10-18 17:08:50 -04:00
Ben Fry 6dc1879611 back out stream() usage that introduced a regression 2017-10-18 16:53:13 -04:00
Ben Fry 316c06d20a Merge pull request #5282 from jeremydouglass/patch-1
Remove "Pipe Organ" from exec javadoc
2017-10-18 16:35:18 -04:00
Ben Fry 026b125792 Merge pull request #5134 from rbonifacio/refactor-towards-language-evolution
Refactor to use a few Java 8 features
2017-10-18 15:48:55 -04:00
Ben Fry f26cff6493 Merge pull request #5251 from Prince-Polka/master
BezierPoint
2017-10-18 15:41:29 -04:00
Ben Fry 7715f57cf0 notes on recent bug reports and updates 2017-10-17 23:10:07 -04:00
Ben Fry a86e220096 fix minor spacing issue with indent 2017-10-17 23:09:17 -04:00
Ben Fry 8b9b976d67 minor type erasure edits 2017-10-17 23:08:50 -04:00
Ben Fry 6aa8c62017 move to Java 8u152 (fixes #5284, broken JRE download) 2017-10-17 23:05:31 -04:00
Jeremy Douglass 19d20f5915 Remove "Pipe Organ" from exec javadoc
Recent OS X releases no longer come with the "Pipe Organ" voice installed by default. As a result, the exec example fails silently with no console feedback. Removing the -v voice argument causes the example to work on current OS X -- and still work on older OS X.
2017-10-15 09:35:15 -07:00
Ben Fry 09de1fad83 fix entries() Iterator in IntDict, FloatDict, StringDict 2017-10-11 16:25:16 -04:00
Ben Fry 7572e266dc remove unnecessary types on save 2017-10-10 21:00:54 -04:00
Ben Fry 2dde225eae erase unnecessary types 2017-10-10 21:00:32 -04:00
Ben Fry 65b138de31 added resize() to IntDict, FloatDict, StringDict 2017-10-10 20:57:27 -04:00
Ben Fry 2327009d88 add setIndex() method 2017-10-10 20:34:40 -04:00
Ben Fry 28ee67ff22 gst 2017-09-29 23:19:33 -04:00
Ben Fry 5d4a48a814 handle version number parsing for JDK 9 (fixes #5275) 2017-09-29 23:15:17 -04:00