Commit Graph

13828 Commits

Author SHA1 Message Date
Ben Fry 32a6a9f281 turn off switch statement warnings 2021-07-05 07:45:12 -04:00
Ben Fry c35d0f0f11 handle a couple warnings, clear out already-removed weird casts 2021-07-05 07:20:04 -04:00
Ben Fry 9b3753dce9 clearing out some dead code, handle a couple warnings 2021-07-05 07:12:33 -04:00
Ben Fry eacaf696d4 check on how modifiers are used in FX and GL, should be all set 2021-07-05 07:02:23 -04:00
Ben Fry 47e9afe499 remove lots of dead/unused parts of javafx/build.xml 2021-07-04 21:28:58 -04:00
Ben Fry 37752a217c remove jdt.compiler.jar as javac engine from subprojects 2021-07-04 21:21:39 -04:00
Ben Fry d9ae6c9aac start release notes, a few other todo notes 2021-07-04 08:48:20 -04:00
Ben Fry d6e71742e9 confirmed that #177 is fixed with #219 2021-07-03 20:37:22 -04:00
Ben Fry 5897e7a34b Merge pull request #219 from processing/sam-fix-autocomplete 2021-07-03 20:35:08 -04:00
Ben Fry b76846b3a1 fix mouseButton not being set on release and click (fixes #181) 2021-07-03 20:28:24 -04:00
A Pottinger 26c3bf135d Fixed dropping of tree in PdePreprocessor.
As part of #177, make sure we continue to walk the tree even when there are errors.
2021-07-03 16:49:08 -07:00
A Pottinger 54496a0b7e Allow syntax error to try to complete text edits.
Do not stop trying to generate java code when there is a syntax error but also have the completion generator check that types are available.
2021-07-03 16:26:32 -07:00
Ben Fry 06df734a94 handle a couple warnings 2021-07-03 14:15:45 -04:00
Ben Fry a4ebb9f944 skipping our custom tags for the web ref 2021-07-03 14:07:19 -04:00
Ben Fry 96f160e014 fix Eclipse build and remove unused import 2021-07-03 13:20:23 -04:00
Ben Fry a1406400a5 unchecked casts fixed 2021-07-03 10:30:45 -04:00
Ben Fry 57547467ab remove compound key actions (which were undocumented and not in use) 2021-07-03 10:29:33 -04:00
Ben Fry fe8f86b24c fix indentation; no code changes 2021-07-03 09:33:57 -04:00
Ben Fry a6946e240b fix warning, erase type 2021-07-03 09:24:48 -04:00
Ben Fry fc6c3595b4 fix warnings, clean old code, remove unused code 2021-07-03 07:48:34 -04:00
Ben Fry 3485f3884a grr 2021-07-03 07:34:47 -04:00
Ben Fry d2a4fadf78 add link to issue 2021-07-03 06:55:33 -04:00
Ben Fry 76a3ec3b29 cleaning up, deal with warnings, modernizing 2021-07-03 06:55:22 -04:00
Ben Fry 71da02e2db clean up warnings/casts 2021-07-03 06:40:34 -04:00
Ben Fry a69d84f1ef cleaning up and auto-fixing 2021-07-02 21:44:07 -04:00
Ben Fry ce8e847714 cleaning up/modernizing Editor.java 2021-07-02 21:35:34 -04:00
Ben Fry 855e7d8354 messing with dynamic update of prefs 2021-07-02 21:20:58 -04:00
Ben Fry ff61027148 cleaning up warnings/old code 2021-07-02 20:03:32 -04:00
Ben Fry d89e6dca6c add theme to modules, and a note about excluding excess files 2021-07-02 15:25:17 -04:00
Ben Fry 4b15db070d remove unused imports 2021-07-02 15:21:33 -04:00
Ben Fry ac6b2aabd2 add Eclipse files 2021-07-02 15:21:15 -04:00
Ben Fry f4083b2484 notes about JDT and doclet 2021-07-02 10:34:50 -04:00
Ben Fry 14e91ecf72 @#$(*& hasty checkin that included binaries 2021-07-02 10:34:37 -04:00
Ben Fry c79f8fa64c tool for working on ui updates (probably temporary) 2021-07-02 10:32:24 -04:00
Ben Fry ebe8985160 todo updates 2021-06-28 21:00:04 -04:00
Ben Fry fbdf88ecef make it possible to change the interface font from the prefs 2021-06-28 20:24:28 -04:00
Ben Fry 6771c5c178 clean up a few warnings; modernize 2021-06-28 20:23:52 -04:00
Ben Fry 72029321c7 trying with Roboto; hrm 2021-06-28 20:08:17 -04:00
Ben Fry 3f630c077a more code tidying 2021-06-28 07:18:19 -04:00
Ben Fry e2fdd1b6dd cleaning up some warnings/code 2021-06-28 07:04:25 -04:00
Ben Fry 24e630f9db clean up more warnings 2021-06-28 06:57:24 -04:00
Ben Fry 0be717dc5b fixing warnings and cosmetic changes 2021-06-28 06:53:21 -04:00
Ben Fry f61d526aa9 more unused bits and warning cleanup 2021-06-27 21:30:56 -04:00
Ben Fry 0f8d418c56 cleaning up warnings 2021-06-27 21:26:21 -04:00
Ben Fry 2925a75234 cleaning up warnings 2021-06-27 21:22:49 -04:00
Ben Fry 0de7053364 clean up a few warnings 2021-06-27 20:51:50 -04:00
Ben Fry d252c8cb06 split 4:2:0 and 4:4:4 encoding, add notes to the window 2021-06-27 20:16:01 -04:00
Ben Fry 3ba672e139 add note about #216 2021-06-27 18:18:04 -04:00
Ben Fry 57c6a7f8fe Merge pull request #216 from dzaima/master 2021-06-27 18:15:03 -04:00
dzaima 91d7f6a2f6 Use correct variable to create new font
Otherwise, it does new Font("editor.font.family", …), which we don't want
2021-06-27 23:35:54 +03:00