Commit Graph

14620 Commits

Author SHA1 Message Date
Ben Fry 76f22053ea notes about Python issues 2022-03-03 08:33:37 -05:00
Ben Fry e1cee44145 clean up warnings and a couple small logic glitches, yikes 2022-03-03 08:23:36 -05:00
Ben Fry a9a589c189 replace uses of Util.deleteFile() with Platform calls that use the Trash 2022-03-03 08:09:32 -05:00
Ben Fry 5446e22e1c Change straight quotes to smart quotes 2022-03-03 07:57:52 -05:00
Ben Fry f6ff01e15a finish up fixes for #424 by clarifying delete sketch msg and moving to trash 2022-03-03 07:47:32 -05:00
Ben Fry 1eefbe0b87 workaround for 2.x sketches that used Tweak Mode (fixes #415) 2022-03-02 23:20:12 -05:00
Ben Fry 17f5364746 Merge branch 'master' of github.com:processing/processing4 2022-03-02 22:59:36 -05:00
Ben Fry 59aa860686 working on #424 to better handle lone .pde files 2022-03-02 22:59:33 -05:00
Ben Fry b8c29bab8f lots of notes about things to fix/update 2022-03-02 20:36:31 -05:00
Ben Fry 1d7da61066 clean up warnings 2022-03-02 19:20:45 -05:00
Ben Fry 4c2f6d2153 Merge pull request #418 from codeanticode/get-sketch-renderer 2022-02-19 17:30:50 -05:00
codeanticode 96778d8a7b Store sketch renderer in PreprocessorResult 2022-02-19 16:56:29 -05:00
Ben Fry f22569144e damn, meant to make these public 2022-02-15 10:30:47 -05:00
Ben Fry f109ecb45f trying out windowRatio() methods 2022-02-15 09:36:26 -05:00
Ben Fry 8f8604fcc6 tweaks to contrib guidelines 2022-02-14 20:52:25 -05:00
Ben Fry e6f82b8b12 add a title; which police 2022-02-14 20:32:07 -05:00
Ben Fry 14ec02082d change build location, remove unnecessary extra copy of jnilib 2022-02-14 20:24:52 -05:00
Ben Fry ecf8320161 move native lib into the core directory where it belongs 2022-02-14 20:22:45 -05:00
Ben Fry 4ab1c8cda5 purge the old jAppleMenuBar code and replace with cleaned up rewrite 2022-02-14 20:17:10 -05:00
Ben Fry 432506c45c looking into airplay and display driver issues 2022-02-14 08:38:05 -05:00
Ben Fry d8a3791322 bring back Sketch.getMainProgram() for Python Mode (fixes #409) 2022-02-13 23:15:49 -05:00
Ben Fry 10033223e4 add more registry key data, formatting fixes 2022-02-13 15:00:51 -05:00
Ben Fry 5d7dd7ab83 rolling over for beta 7 2022-02-13 14:09:05 -05:00
Ben Fry 1775ba43c5 add a link to the fenster code processing-1281-4.0b6 2022-02-13 13:20:16 -05:00
Ben Fry 1133dd7824 mark this one as done 2022-02-13 13:15:26 -05:00
Ben Fry 785b9c8fee writing release notes for beta 6 2022-02-13 13:14:47 -05:00
Ben Fry 7a8e27556f more cleanup of the todo list 2022-02-13 12:41:23 -05:00
Ben Fry 4772d5c53f more issue cleanup 2022-02-13 12:16:12 -05:00
Ben Fry d0e6f281d8 when doing Save As, don't included exported applications 2022-02-13 11:51:27 -05:00
Ben Fry c15da13e59 cleaning up bug reports and notes for what has been fixed 2022-02-13 11:44:12 -05:00
Ben Fry b513147ca5 further cleanup of documentation about windows scaling 2022-02-13 11:03:25 -05:00
Ben Fry b1803cbc05 add documentation about this resolution-checking code 2022-02-13 10:47:56 -05:00
Ben Fry c78f22ac3a opt to round up on scaling so that 175% does 2x on Windows 2022-02-13 10:14:56 -05:00
Ben Fry fa741e29d0 lots of code to handle scaling on Windows; also for #378 2022-02-13 08:46:16 -05:00
Ben Fry c175233ccb adding the Windows resolution helper to the build process 2022-02-13 07:45:08 -05:00
Ben Fry 4a0a5769ca cleaning up the Makefile for fenster 2022-02-13 07:35:07 -05:00
Ben Fry 36077d6bf3 a couple todo notes 2022-02-13 06:53:21 -05:00
Ben Fry 46cbe7c54c adding code to get windows dpi 2022-02-13 06:53:05 -05:00
Ben Fry cebdb8f3d7 sorting out Windows DPI (more with #378) 2022-02-12 13:37:16 -05:00
Ben Fry 6c2209a439 attempt to set ui scale on sketch startup (working on #378) 2022-02-12 12:12:08 -05:00
Ben Fry ee0f093981 remove commented-out code to avoid confusion (moved elsewhere) 2022-02-12 12:04:41 -05:00
Ben Fry 1bb5b3e60c fix NPE for Preferences.get() in Export to Application 2022-02-12 10:56:55 -05:00
Ben Fry a83f54a7df add a note about experimental nature of disabling name/tab sync 2022-02-12 09:02:49 -05:00
Ben Fry f2a1765b61 dealing with alpha issues and createImage() with RGB (fixes #388) 2022-02-12 08:24:53 -05:00
Ben Fry ca574904f6 remove old code, add explanation 2022-02-12 07:51:10 -05:00
Ben Fry b67b04c34d fix typo 2022-02-12 07:49:13 -05:00
Ben Fry 9d96dcb480 make a lambda, deal with a warning 2022-02-12 07:48:25 -05:00
Ben Fry 10e6c29a2c clarify doc comment 2022-02-12 07:29:44 -05:00
Ben Fry 206bf167f2 fix inconsistencies in CODED in P2D/P3D (reolves #376) 2022-02-12 07:26:31 -05:00
Ben Fry a0473a90f9 close out another issue for the window resize 2022-02-12 07:09:31 -05:00