Ben Fry
|
e09f7d117b
|
initial support for reading sketches from a zipped file
|
2021-08-04 22:05:01 -04:00 |
|
Ben Fry
|
cef4787b88
|
change EditorFooter to use updateTheme(), and add to call list inside Editor
|
2021-08-04 08:31:35 -04:00 |
|
Ben Fry
|
4db3f114c0
|
don't assume ErrorTable exists (https://github.com/jdf/processing.py/issues/382#issuecomment-892269678)
|
2021-08-04 08:11:10 -04:00 |
|
Ben Fry
|
74c157a104
|
cleanup: remove unused imports and vars
|
2021-08-04 08:09:00 -04:00 |
|
Ben Fry
|
3032ed94f4
|
a little cleanup; removing unused bits and old code
|
2021-08-04 08:02:30 -04:00 |
|
Ben Fry
|
051a104893
|
testing out the internal server to use docs from a .zip
|
2021-08-04 08:01:10 -04:00 |
|
Ben Fry
|
2a1fae8f77
|
turning off vaqua bits, no longer need override
|
2021-08-03 21:44:58 -04:00 |
|
Ben Fry
|
f49138a7d5
|
try kerning to see if it helps
|
2021-08-03 21:44:35 -04:00 |
|
Ben Fry
|
b34a022031
|
remove unused code
|
2021-08-03 20:48:43 -04:00 |
|
Ben Fry
|
b50f5d8c8f
|
fix Messages.logf()
|
2021-08-03 20:47:14 -04:00 |
|
Ben Fry
|
0419b1ffb2
|
change Messages.loge() to Messages.err(), additional cleanup
|
2021-08-03 20:44:03 -04:00 |
|
Ben Fry
|
58dc712232
|
warning cleanups, notes, clarifications
|
2021-08-03 12:24:33 -04:00 |
|
Ben Fry
|
697f832042
|
remove code for pulling fonts from JAVA_HOME/lib/fonts
|
2021-08-03 12:20:04 -04:00 |
|
Ben Fry
|
9bcdae45d0
|
remove unused trigger ref
|
2021-08-02 07:31:43 -04:00 |
|
Ben Fry
|
ca15be6ab1
|
ignore old DebugMode logs to avoid chatty console activity
|
2021-07-28 20:33:52 -04:00 |
|
Ben Fry
|
a1122aa674
|
rolling over for the next release
|
2021-07-11 07:23:46 -04:00 |
|
Ben Fry
|
ae26d8d4ea
|
remove 1.0 on the console during startup (debug message from Toolkit)
|
2021-07-10 17:29:28 -04:00 |
|
Ben Fry
|
350e940129
|
remove old splash screen code and the fugly 1x bmp file
|
2021-07-10 17:23:46 -04:00 |
|
Ben Fry
|
0500ff2a73
|
more cleanup of the Splash class
|
2021-07-10 17:09:38 -04:00 |
|
Ben Fry
|
785fe6bd23
|
rewrite splash screen handler
|
2021-07-10 16:52:17 -04:00 |
|
Ben Fry
|
2d6cdafccd
|
theme.txt in sketchbook folder was not being applied on startup
|
2021-07-10 06:32:57 -04:00 |
|
Ben Fry
|
a947e69bc3
|
clean up some warnings
|
2021-07-09 20:38:27 -04:00 |
|
Ben Fry
|
d7070caab3
|
more with the warnings
|
2021-07-09 10:56:09 -04:00 |
|
Ben Fry
|
42b3c2aff3
|
clean up warnings and quirks
|
2021-07-09 10:41:13 -04:00 |
|
Ben Fry
|
3a12d49e78
|
looking into slowdowns
|
2021-07-09 09:27:16 -04:00 |
|
Ben Fry
|
96f672188a
|
deal with some warnings and logic quirks
|
2021-07-08 16:21:04 -04:00 |
|
Ben Fry
|
122064b5b2
|
add support for 0x alpha colors in Settings/theme.txt
|
2021-07-08 06:48:49 -04:00 |
|
Ben Fry
|
348becef7b
|
merge updateMode() into updateTheme() so it actually works
|
2021-07-08 06:39:00 -04:00 |
|
Ben Fry
|
2cf2bc9b96
|
clean up structure, fix warnings
|
2021-07-08 06:36:59 -04:00 |
|
Ben Fry
|
80ee40d035
|
working on how to debug theme.txt changes
|
2021-07-08 06:25:22 -04:00 |
|
Ben Fry
|
17389ed858
|
sort keys when saving Settings files (i.e. theme.txt)
|
2021-07-08 06:25:04 -04:00 |
|
Ben Fry
|
b87cf162eb
|
major theme updates, moving theme out of Mode, pieces in place for dynamic updates
|
2021-07-07 18:07:23 -04:00 |
|
Ben Fry
|
453cddf786
|
handle a few warnings
|
2021-07-07 06:29:17 -04:00 |
|
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
|
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
|
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
|
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 |
|