Commit Graph

14610 Commits

Author SHA1 Message Date
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
Ben Fry 2e2b84d370 make note of fix from Sam 2022-02-12 07:05:39 -05:00
Ben Fry 03010b8f01 Merge branch 'master' of github.com:processing/processing4 2022-02-12 06:59:09 -05:00
Ben Fry 6dccfa6c01 Merge pull request #400 from processing/fix_multi_multi_line_str 2022-02-12 06:58:58 -05:00
Ben Fry 408a7f4409 a note about the Windows scaling badness 2022-02-12 06:58:49 -05:00
A Pottinger 0a848442d5 Add test for multiline strings in classes just to be safe.
Though the test isn't broken, just adding a multiline string within a class test case just out of an abundance of caution.
2022-02-10 08:56:15 -08:00
A Pottinger 4ffd2e5898 Add variable modifier to multi-multiline string test. 2022-02-10 08:52:08 -08:00
A Pottinger 3c59e3694c Fix for new test. 2022-02-10 08:46:53 -08:00
A Pottinger 18e1d567b6 Fix greedy multi-line string rule.
Single character fix which adds test for and closes #398 by making the rule non-greedy.
2022-02-10 08:43:24 -08:00
Ben Fry 8a5026dfc4 rename pref, add pref to window for sketch name sync 2022-02-06 21:53:01 -05:00
Ben Fry 3d2f59b1eb remove a lot of old/dead code 2022-02-06 20:35:46 -05:00