Commit Graph

13858 Commits

Author SHA1 Message Date
Ben Fry 36ffdec4d8 cleaning up warnings/doing lambdas 2021-07-07 06:11:21 -04:00
Ben Fry 9f2b0fde58 fix typos 2021-07-06 21:13:08 -04:00
Ben Fry 73fd1ac6e6 trying to streamline methods that update appearance/colors/etc 2021-07-06 21:07:09 -04:00
Ben Fry e5dc86e9c1 deal with a few more warnings to avoid logic problems 2021-07-06 19:01:35 -04:00
Ben Fry 516d8729f1 minor cleaning, remove a lot of commented parts 2021-07-06 17:03:06 -04:00
Ben Fry 9871ccbe85 add ProRes 4444 support to Movie Maker, update changes and todo list 2021-07-06 16:47:03 -04:00
Ben Fry ff098e4236 rename TextAreaPainter.getCompositionTextpainter() to getCompositionTextPainter() 2021-07-06 16:18:01 -04:00
Ben Fry a4e3125ebd more cleaning of dead bits 2021-07-06 16:17:16 -04:00
Ben Fry 2679e087ee removed Editor.repaintErrorBar() and Editor.showConsole() 2021-07-06 16:07:15 -04:00
Ben Fry aef561a8eb a few minor warnings, remove commented code 2021-07-06 16:06:45 -04:00
Ben Fry ad8e382086 couple warnings 2021-07-06 12:06:45 -04:00
Ben Fry 737f5c40f3 fix typo and year 2021-07-06 09:13:12 -04:00
Ben Fry ab0c048400 clarifying lock message, run lock daily instead of hourly 2021-07-06 06:13:16 -04:00
Ben Fry 3a51e5b087 note about doclet changes 2021-07-06 05:51:55 -04:00
Ben Fry 3898369cc7 Merge pull request #222 from designsystemsinternational/doclet-changes 2021-07-06 05:50:14 -04:00
Rune Madsen 080db98d3d Merge branch 'master' into doclet-changes 2021-07-06 11:13:40 +02:00
Anadroid f48bc69095 Removing the doclet from this repo 2021-07-06 11:07:13 +02:00
Ben Fry 5af82c1989 instead of denying Mode changes, just open a new Editor window (resolves #189) 2021-07-05 21:07:05 -04:00
Ben Fry 5d62bb55fd only fixing some indents 2021-07-05 20:46:06 -04:00
Ben Fry 0e8943f864 minor cleanups and very basic modernization 2021-07-05 20:23:09 -04:00
Ben Fry 8f2dccfa50 cleaning up more warnings and sketchy code 2021-07-05 20:19:10 -04:00
Ben Fry 16863c88d5 some todo items and move info about menu bar hiding into #221 2021-07-05 15:55:52 -04:00
Ben Fry 7da8ff652f update dates 2021-07-05 15:55:31 -04:00
Ben Fry 5770f23511 a little cleanup 2021-07-05 13:12:34 -04:00
Ben Fry 3a9e20fa0e verify that issue_template.md is still working 2021-07-05 09:59:22 -04:00
Ben Fry 47b43d345f try moving to subfolder to clean up root 2021-07-05 08:43:30 -04:00
Ben Fry 0123d5a96b ignore static final warnings out of concern for method signature change 2021-07-05 08:36:12 -04:00
Anadroid 6f3d3d1e35 Fixes mask categories 2021-07-05 14:11:48 +02:00
Ben Fry 2be175b0a7 clean up warnings, typos, unused code 2021-07-05 07:45:25 -04:00
Ben Fry 32a6a9f281 turn off switch statement warnings 2021-07-05 07:45:12 -04:00
Anadroid 17930298c5 Changed subcategory names 2021-07-05 13:23:38 +02: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