Commit Graph

13320 Commits

Author SHA1 Message Date
Liam James 2bd5613234 Merge pull request #1 from processing/master
Merge from main repo
2020-01-19 10:11:49 +10:00
Ben Fry dcf0d386a1 tweak welcome screen text 2020-01-18 17:18:38 -05:00
Ben Fry 2f0da33ffc disable tests 2020-01-18 17:16:56 -05:00
Ben Fry 880e5c71b6 maybe it wasn't cookies 2020-01-18 17:03:04 -05:00
Ben Fry 272457bb6b turn cookies back on 2020-01-18 17:00:52 -05:00
Ben Fry cae266744b remove the hash stuff and pre-11 versions of jdk.dir 2020-01-18 16:56:44 -05:00
Ben Fry 0ca766cb95 couple notes about downloader 2020-01-18 15:13:41 -05:00
Ben Fry 9d79ff63fc simplify further; trade three distinct classes for two url creation methods 2020-01-18 15:06:26 -05:00
Ben Fry 22a8e14904 local filename is never overridden, move into main class 2020-01-18 14:50:27 -05:00
Ben Fry 4fa07698f8 simplifying the downloader further 2020-01-18 14:47:46 -05:00
Ben Fry 2e97a52f2d remove jre alias, support jdk or jfx, always lowercase 2020-01-18 14:11:35 -05:00
Ben Fry 47dec86327 remove HASH variable since unused 2020-01-18 14:00:10 -05:00
Ben Fry 48c3a0ba59 remove Oracle test 2020-01-18 14:00:00 -05:00
Ben Fry 36bb9ab958 remove hash entry from the test 2020-01-18 13:57:05 -05:00
Ben Fry 96b4e841b9 further simplifying the jdk downloader 2020-01-18 13:54:33 -05:00
Ben Fry 2d5683d4f9 prevent Rename from allowing Java identifiers (5828, 5906) 2020-01-17 16:41:40 -05:00
Ben Fry 5d3d1aacb8 get Sketch menu selection working again (5882 in 3.x) 2020-01-17 16:36:32 -05:00
Ben Fry b8c6331e81 notes about bugs fixed 2020-01-17 15:00:16 -05:00
Ben Fry 51db7f8085 remove unused Welcome2 class, update the welcome screen, remove version num from Help menu 2020-01-17 14:59:22 -05:00
Ben Fry 30a6f3e91a cleaning up the todo list 2020-01-17 14:44:19 -05:00
Ben Fry 1ff826b843 removing downloader bits (i.e. Oracle) that will not be used 2020-01-17 14:29:25 -05:00
Ben Fry bf3f728bce update with bugs fixed by the big merge 2020-01-17 14:12:13 -05:00
Ben Fry c5b9f9ba67 update Eclipse classpaths for 11.0.6 2020-01-17 13:50:42 -05:00
Ben Fry df104c03d9 NPE fix for contrib manager from 3.5.4 2020-01-17 13:50:26 -05:00
Ben Fry 806b1b9f3b bump the build to use 11.0.6 2020-01-16 22:23:00 -05:00
Ben Fry 0fa8248e92 notes on handling core.jar conflicts 2020-01-16 22:16:08 -05:00
Ben Fry 690500f4a7 check for collisions with core.jar and pde.jar 2020-01-16 22:14:37 -05:00
Ben Fry 6f195ef11f cleaning more warnings and remove empty class 2020-01-16 21:28:59 -05:00
Ben Fry 493f7fa93b removing some InputEvent deprecation 2020-01-16 21:23:41 -05:00
Ben Fry f6ec600660 move away from deprecated method (should have no impact?) 2020-01-16 21:12:27 -05:00
Ben Fry e997857e27 clean up some warnings/unused imports 2020-01-16 21:10:11 -05:00
Ben Fry 3af6bc5963 don't remove old sketch name from Recent menu on Save As 2020-01-16 19:26:20 -05:00
Ben Fry 54e487c928 lots of bug fixes for contrib install handling 2020-01-16 19:04:29 -05:00
Ben Fry 410dde0d70 get out of the library subfolder business 2020-01-16 18:57:21 -05:00
Ben Fry 71cf6a8e44 ignore __MACOSX files when unzipping 2020-01-16 18:57:08 -05:00
Ben Fry c35659c5ea ignore upper/lowercase when sorting contrib names 2020-01-16 17:34:04 -05:00
Ben Fry 875b1ab719 rotateZ() fixed elsewhere 2020-01-07 13:48:17 -05:00
Ben Fry 845691c789 JNA Windows Scaling (#45)
JNA Windows Scaling
2020-01-07 13:44:49 -05:00
A Samuel Pottinger 546b4122ad Fix typo in DefaultPlatform getSystemZoom comment 2020-01-07 08:37:28 -08:00
Ben Fry cde1a241c0 Provide build and test instructions in README (#42)
Provide build and test instructions in README
2020-01-07 10:52:08 -05:00
A Pottinger 78f79183a2 Added API changes back into root README. 2019-12-26 10:21:30 -08:00
A Pottinger 05f78c94f8 Fixed typo in WindowsPlatform var spelling. 2019-12-26 10:16:51 -08:00
A Pottinger 6ed36f7abb Responded to feedback on #42.
Responded to @benfry feedback on #42 (https://github.com/processing/processing4/pull/42), breaking the README into two files with a new README in the build directory.
2019-12-26 10:11:24 -08:00
A Samuel Pottinger 7b81085667 Provide build and test instructions in README
Resolving #26, provide build and test instructions within the project README.
2019-12-04 10:32:12 -08:00
Ben Fry 8c082293af recent updates and contribs 2019-12-03 12:07:25 -05:00
Ben Fry aa7a0d3ad9 Merge branch 'master' of github.com:processing/processing4 2019-12-03 12:07:03 -05:00
Ben Fry 157dde2072 Merge pull request #41 from StanLepunK/master
Fix RotateZ bug
2019-12-03 12:05:11 -05:00
Sam Pottinger f9df4ea6ea Attempted implementation of JNA based display scaling on windows. 2019-12-02 20:21:07 -07:00
Sam Pottinger 22e90bffd2 Refactored DPI to zoom level
Prepared to move to zoom level being calculated in the platform instead of DPI being returned. This is because zoom level may be distinct from the system DPI and operating systems may report a DPI of 96 while also requesting a display zooming of 125%. Therefore, using the system display scaling is preferred to using DPI after JEP 263.
2019-12-02 12:49:26 -05:00
Stan le Punk 1ba2a25180 Fix RotateZ bug 2019-12-01 21:58:05 +01:00