Commit Graph

12875 Commits

Author SHA1 Message Date
Ben Fry 47a44983aa cleaning up CompletionCandidate... hoo boy 2018-03-26 16:39:42 -04:00
Ben Fry 9ea52b4d55 add clipboard icon to the status bar (fixes #5345) 2018-03-26 15:19:17 -04:00
Ben Fry f9d5fc36d1 notes about Rename update 2018-03-26 14:41:25 -04:00
Ben Fry e1d3d56b87 set default button in the Rename dialog (fixes #5400) 2018-03-26 14:06:22 -04:00
Ben Fry 8692c146a4 redo the dreadful layout for the Rename dialog 2018-03-26 14:02:56 -04:00
Ben Fry be4835197b close Rename (refactor) dialog on ESC (fixes #5391) 2018-03-26 12:03:07 -04:00
Ben Fry 5722b5323b close Rename (refactor) dialog on ESC (fixes #5391) 2018-03-26 12:02:21 -04:00
Ben Fry bf29921140 moving more classes out, yech 2018-03-26 11:56:41 -04:00
Ben Fry fcc6550960 breaking out these static classes to be on their own 2018-03-26 11:51:39 -04:00
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: https://github.com/gohai/java-simple-serial-connector/commit/4b316077c7f054bb76629e0addfb4e359cf0427d
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