Commit Graph

3853 Commits

Author SHA1 Message Date
Ben Fry
cd8c57d36d update ignore files for correct file locations 2021-06-18 10:20:09 -04:00
Ben Fry
24b8be55a0 remove ant binary from repo, update from 1.8.2 to 1.10.10 2021-06-18 10:12:32 -04:00
Ben Fry
584b40af32 update ant from 5.7.0 to 5.8.0, VAqua to 9, and improve downloads for libs 2021-06-18 09:51:33 -04:00
Ben Fry
a97d979061 rolling over for the next release (4.0a5 or 4.0b1) 2021-06-15 18:49:14 -04:00
Ben Fry
ba9c8fc491 reworking EditorState so that the Editor window better handles multiple display setups (fixes https://github.com/processing/processing/issues/1566) 2021-06-15 16:21:38 -04:00
Ben Fry
64e59290e7 lambda city, population: this source file 2021-06-15 10:51:38 -04:00
Ben Fry
832cc072a3 swtich to a lambda (fixes bad indent), and redo version reading code 2021-06-15 10:44:15 -04:00
Ben Fry
b072e3aa99 tidying unused code 2021-06-15 10:39:41 -04:00
Ben Fry
ff42033353 look for a file named debug, not debug.txt 2021-06-15 10:32:23 -04:00
Ben Fry
f33322a939 rework logic for default display; store -1 to mean "default" b/c of renumbering 2021-06-15 10:30:34 -04:00
Ben Fry
45f632bd84 ahem, remove debug update count 2021-06-14 23:35:18 -04:00
Ben Fry
fe5f7d568d fix --external and window placement issues (fixes #158) 2021-06-14 18:46:57 -04:00
Ben Fry
0c47ba441a minor/temporary tweak for number of updates (fixes #201) 2021-06-14 16:24:49 -04:00
Ben Fry
a0e9503b46 Merge pull request #175 from nking07049925/fix_tab_switch_undo
Fix undo/redo when switching between tabs
2021-06-14 15:19:38 -04:00
Ben Fry
740e4b512e catch NoClassDefError in Platform.deleteFile() (still unclear of its cause) 2021-02-26 21:11:19 -05:00
nking
71e848e53f Fix undo when switching between tabs 2021-02-25 21:18:22 +03:00
Ben Fry
758e3d4c02 catch an NPE when uninstalling a mode with no editor windows open (fixes #174) 2021-02-22 07:53:24 -05:00
Ben Fry
e2ac22cf38 remove out of date jna info 2021-02-19 14:40:37 -05:00
Ben Fry
1e156f8b82 ignore the jna files once downloaded 2021-02-19 14:39:22 -05:00
Ben Fry
2ecde3af1a updating to JNA 5.7.0 and adding auto-download for JNA files 2021-02-19 14:28:44 -05:00
Ben Fry
fd0244a508 rolling over for the next release (4.0a4) 2021-01-17 22:24:57 -05:00
Ben Fry
ce77558c97 tweak project info for Eclipse to fix up their import to IntelliJ 2021-01-17 15:11:25 -05:00
Ben Fry
2a2a607353 update names of project files 2021-01-17 13:21:01 -05:00
Ben Fry
044f1baa2e clean up Platform, add workaround for getSystemZoom() (fixes #143) 2020-10-13 17:32:24 -04:00
Ben Fry
73d65e9343 cleaning up how incompatible Tools, etc are handled 2020-09-24 18:57:57 -04:00
Ben Fry
5a115ccdd1 prevent "illegal line" message when loading library with FEFF chars in properties file 2020-09-24 17:49:56 -04:00
Ben Fry
8e985e4923 update to VAqua8, no luck, disable for now (#129) 2020-09-23 21:13:56 -04:00
Ben Fry
48aa4959c6 using built-in function, clean out unused lines 2020-09-23 20:45:49 -04:00
Ben Fry
b4b503111c rolling over for the next release 2020-09-15 21:33:39 -04:00
Ben Fry
2e79478b0c removing unused imports 2020-09-15 12:10:07 -04:00
Sam Pottinger
21e26b3b8e Finished building in tookit font zoom on LAF. 2020-08-20 13:18:27 -07:00
Sam Pottinger
e378770578 Started migrating to zoomed fonts. 2020-08-20 12:08:38 -07:00
Ben Fry
82bdc72b23 remove unused import 2020-08-16 16:24:55 -04:00
Ben Fry
1c86f3e215 a little more cleanup 2020-08-16 11:06:40 -04:00
Ben Fry
333b0827cf check for directory existence and read/write access on startup (fixes processing/processing#6034) 2020-08-16 10:46:21 -04:00
Ben Fry
b8de4b85a8 reworking saveImpl() and how AWT code is invoked for images (resolves #80) 2020-08-16 09:34:02 -04:00
Ben Fry
1565937aad add vaqua to ignore list 2020-08-15 14:01:49 -04:00
Ben Fry
e89d5d6a5c Merge pull request #103 from processing/text_resize_fix 2020-08-15 09:02:58 -04:00
A Pottinger
25f67253d2 Keep edits to menubar to later. 2020-06-30 08:36:37 -07:00
A Pottinger
2e3f573ef8 Allow for emulated Preferences in testing. 2020-06-29 14:42:39 -07:00
A Pottinger
65d4ea90d3 Ensure not trying to use Toolkit zoom before ready. 2020-06-29 14:21:08 -07:00
A Pottinger
942fa81735 Updated preferences for vaqua per #88. 2020-04-27 17:38:05 -07:00
A Pottinger
22716f9dcd Move vaqua to download on demand instead of staying binary in repo. 2020-04-27 17:05:39 -07:00
A Pottinger
eb6a9f73cf Changed minimum mac osx version to 10.10.
Per @benfry's feedback on #88, moved to 10.10 minimum mac os x
version enforced in Info.plist.
2020-04-27 16:56:55 -07:00
A Pottinger
2799fb3bc2 Merge branch 'on_demand_debugger' into fix_mac_os_save 2020-04-26 09:21:11 -07:00
Ben Fry
200afc4fd8 clean up debugger init by delaying some calls until ready (fixes #73) 2020-04-25 17:07:37 -04:00
Ben Fry
7962204af8 remove some warnings 2020-04-25 16:48:49 -04:00
Ben Fry
2360429dc6 remove debug output from Open Recent (fixes #78, #79) 2020-04-25 14:55:56 -04:00
A Pottinger
c95e276b8e Added OS X version guard on vaqua.
Responded to @clankill3r's feedback, adding a OS X version gaurd before vaqua is enabled.
2020-04-24 09:41:27 -07:00
A Pottinger
c12c773091 Build vaqua without debugging output. 2020-04-20 10:06:16 -07:00