Commit Graph

12866 Commits

Author SHA1 Message Date
Ben Fry
77b23d797e add note about Russian translation 2018-03-26 11:51:26 -04:00
Ben Fry
273b0d8b42 gonna move the rename dialog out 2018-03-26 11:42:14 -04:00
Ben Fry
f2fb1911ce Merge pull request #5451 from AKonia/russian_translation
Added Russian Translation
2018-03-26 05:54:48 -04:00
Alexandr
0722ee32c3 Added Russian Translation 2018-03-26 00:17:27 +03:00
Ben Fry
0deeadd3cf remove commented-out args 2018-03-23 16:33:21 -04:00
Ben Fry
b97cd4f34b don't reapply blendMode() if it's unset 2018-03-23 16:33:06 -04:00
Ben Fry
4e13ae5404 add 2018 to the about/splash screen 2018-03-18 20:07:26 -04:00
Ben Fry
c9c1c5a0ab minor spacing change 2018-03-18 20:06:47 -04:00
Ben Fry
fd6678f9f7 learnt to spel judgment 2018-03-18 17:01:58 -04:00
Ben Fry
3f7160b3e5 add override for theme.txt from sketchbook folder (fixes #5445) 2018-03-18 16:50:41 -04:00
Ben Fry
e294030e47 major work on the Welcome screen (fixes #3911, #3912) 2018-03-18 16:31:48 -04:00
Ben Fry
eea7fafe4a notes about what this code is doing 2018-03-18 15:58:44 -04:00
Ben Fry
b255d30200 remove unused import 2018-03-18 15:58:18 -04:00
Ben Fry
2eae3a8620 use a css file, minor cleanups 2018-03-18 15:57:53 -04:00
Ben Fry
03c1261e51 trying to clean up the appearance 2018-03-18 12:48:35 -04:00
Ben Fry
43ca3d43b6 make a note of how the pref works 2018-03-18 11:38:47 -04:00
Ben Fry
0b4985a836 add Border constructor to Toolkit, cleaning up the Welcome code 2018-03-18 11:07:43 -04:00
Ben Fry
3f97f744d3 working on cleaning up the Swing version of the Welcome dialog 2018-03-18 10:49:06 -04:00
Ben Fry
24c1266e5b adding the Swing-based Welcome dialog from @whetfire (#5210) 2018-03-18 08:34:11 -04:00
Ben Fry
1fc6b15580 todo notes 2018-03-18 08:33:36 -04:00
Ben Fry
0d5167d984 Merge pull request #5263 from crazymaster/l10n-ja
Update Japanese translation
2018-03-17 07:37:30 -04:00
Ben Fry
119d6e821e Merge pull request #5440 from gohai/arm-updates
Various ARM related updates
2018-03-16 10:01:12 -04:00
gohai
5af7a597c2 Increase the maximum number of lights to 4 for Mesa vc4
Testing on the latest Raspbian release shows that the open-source Mesa driver can handle 4 lights on all P3D examples without tripping up during register allocation. Still an issue with 8 lights, so leave it at 4 for now, and re-test with 6 next time around.
2018-03-15 20:29:21 -07:00
gohai
6750501ec3 Serial: Add support for opening Raspbian-style named ports
Raspbian uses "/dev/serial0" and "/dev/serial1" since a couple of releases, and users might be looking for those. Built from: 4b316077c7
2018-03-15 19:12:02 -07:00
Ben Fry
f769c28724 staring 0265 2018-03-13 22:26:36 -04:00
Ben Fry
de7b482694 write release notes for 3.3.7 processing-0264-3.3.7 2018-03-13 21:07:18 -04:00
Ben Fry
ca9262213d add another try/catch for createWriter() call 2018-03-13 20:53:11 -04:00
Ben Fry
5438127cbf reorg a bit, also note fix for #5406 2018-03-13 20:24:52 -04:00
Ben Fry
1987d7ea84 a note about the Table fix 2018-03-13 20:20:51 -04:00
Ben Fry
636c309bb5 fix ArrayIndexOutOfBoundsException in Table.insertRow() (fixes #5406) 2018-03-13 20:15:29 -04:00
Ben Fry
2ac50a99a5 show warning when using blendMode() with PDF (fixes #5105) 2018-03-13 20:13:09 -04:00
Ben Fry
c9b8d89b0b make note of fixed NPE with close button 2018-03-13 20:01:25 -04:00
Ben Fry
308af685d0 Merge pull request #5384 from hazmatsuitor/master
fix NPE when closing sketch window on Mac (#5214)
2018-03-13 19:55:27 -04:00
Ben Fry
e77da8db9f fix rename dialog scaling for high density (fixes #5368) 2018-03-13 19:36:48 -04:00
Ben Fry
d89c3b3595 notes about newlines and temp folders 2018-03-13 14:08:25 -04:00
Ben Fry
60039b6206 include newlines at end of files when saving (fixes #5327) 2018-03-13 13:21:32 -04:00
Ben Fry
532860cd9a erase types and make this if() a little less confusing 2018-03-13 13:08:18 -04:00
Ben Fry
8629c82372 notes about font fix on Windows 2018-03-13 12:38:14 -04:00
Ben Fry
3e495b33a5 do the same thing with less code 2018-03-13 12:37:41 -04:00
Ben Fry
659b637e02 Merge pull request #5436 from JakubValtar/fix-encoding
Output java files in UTF-8 and force compiler to use UTF-8
2018-03-13 12:34:43 -04:00
Jakub Valtar
728cb75494 Output java files in UTF-8 and force compiler to use UTF-8 2018-03-13 15:35:26 +01:00
Ben Fry
104b59e3a8 fix up the todo notes 2018-03-13 07:47:28 -04:00
Ben Fry
4c64e1d5ef add todo notes 2018-03-05 15:55:36 -05:00
Ben Fry
f293c38b72 Merge pull request #5428 from gohai/jogl-fix
Fix 3D on contemporary versions of Linux (fixes #5308)
2018-03-05 15:54:44 -05:00
gohai
acee59918b Fix 3D on contemporary versions of Linux (fixes #5308)
Compiled from https://github.com/gohai/jogl/tree/processing at 0bd5acc.
2018-03-02 11:15:18 -08:00
Ben Fry
7dcb5d649c notes from recent bug reports 2018-02-22 11:37:40 -05:00
Ben Fry
7de4ee2867 Merge pull request #5418 from TobiPristupin/master
Updated comment
2018-02-22 11:29:06 -05:00
Tobias Pristupin
bb48d84766 Updated comment
Comment said function throws RunnerException, but function throws SketchException which isn't related to RunnerException
2018-02-20 08:30:45 -05:00
Ben Fry
4a90bb003f note about fix from andres for frameRate(1001+) 2018-02-14 21:50:21 -05:00
Ben Fry
90f94a17a9 deal with quirk in extension parsing when no extension found (fixes #5326) 2018-02-14 21:47:21 -05:00