Commit Graph

14512 Commits

Author SHA1 Message Date
Ben Fry f583eef0cd gonna have to add a note about OpenGL on Apple Silicon processing-1280-4.0b5 2022-02-03 19:17:30 -05:00
Ben Fry e49f527326 writing release notes for beta 5, and adding backslash to escape # in the md file 2022-02-03 19:10:50 -05:00
Ben Fry 3fb66fc350 working on windowXxxx() methods to replace surface.xxx() 2022-02-03 17:23:58 -05:00
Ben Fry 62c3dcc4cf add another null check 2022-02-03 16:55:24 -05:00
Ben Fry 10aed9c32b cleaning up weird DetailPanel exception 2022-02-03 16:34:28 -05:00
Ben Fry c49b20890d notes about contrib things to fix 2022-02-03 16:22:35 -05:00
Ben Fry a0e8b121c9 debug failed installation of .pdez files 2022-02-03 16:05:59 -05:00
Ben Fry bb4813eb24 Merge branch 'master' of github.com:processing/processing4 2022-02-03 14:57:41 -05:00
Ben Fry 1ad663223b minor cleaning and doc clarification 2022-02-03 14:45:59 -05:00
Ben Fry 68a50fdba2 rewrite sketchbook window handling, add refresh/open buttons 2022-02-03 14:36:43 -05:00
Ben Fry f6de45cae2 Merge pull request #392 from processing/fullscreen_preproc 2022-02-03 14:25:33 -05:00
A Pottinger 7bc308e10e Add a test for no arg full screen. 2022-02-03 08:59:56 -08:00
A Pottinger 477508a971 Resolves preproc issue related to #352. 2022-02-03 08:57:37 -08:00
A Pottinger 220061ff3d Add new preproc test resources related to #352. 2022-02-03 08:56:11 -08:00
A Pottinger 63b8aa5753 Add failing test for #352.
It appears that the preproc is only bringing in the first arg in rewrite and this commit adds a test to check that other arguments also come over.
2022-02-03 08:47:01 -08:00
Ben Fry abe4c507b9 cleaning up SketchbookFrame a little 2022-02-03 10:47:57 -05:00
Ben Fry 9e80506652 tweak how URLs are opened for better compatibility 2022-02-02 20:44:20 -05:00
Ben Fry 80c5697aa2 new handlers and methods for window resize and position (resolves #53 but naming incomplete) 2022-01-31 08:58:03 -05:00
Ben Fry 5fb933e295 working through the todo list and organizing 2022-01-30 22:12:23 -05:00
Ben Fry b7fa458084 purge the old Movie Maker code in favor for the ffmpeg version 2022-01-30 21:54:31 -05:00
Ben Fry 7c641fde16 this actually goes over here 2022-01-30 21:33:49 -05:00
Ben Fry deeb0fda7a fix the icons in core to use the exported app icon 2022-01-30 21:32:54 -05:00
Ben Fry a33f3f1cfa language support for Modes 2022-01-30 20:42:15 -05:00
Ben Fry ddd4b10753 add language support for Modes (fixes #236, resolves #237) 2022-01-30 20:41:38 -05:00
Ben Fry eb6c368e1d clean up warnings, add a little bulletproofing, remove some unused code 2022-01-30 19:59:51 -05:00
Ben Fry 1459d8f714 SyntaxDebug, we hardly knew ye 2022-01-30 19:52:09 -05:00
Ben Fry 885b85fbe0 cleaning up the todo files a bit 2022-01-30 19:48:01 -05:00
Ben Fry 72a8eb9adf add more plumbing to set the compression level on JPEG and the DPI for PNG 2022-01-30 19:23:12 -05:00
Ben Fry 586b572cd3 cleaning up warnings and code 2022-01-30 19:15:38 -05:00
Ben Fry bb698d51a6 make note of #186 being fixed, other recent commits 2022-01-30 16:33:59 -05:00
Ben Fry b34db4b4a7 removing unnecessary/problematic override 2022-01-30 16:32:11 -05:00
Ben Fry cdc4bedde1 clean up unused code, queue size changes (fixes #186) 2022-01-30 16:30:54 -05:00
Ben Fry dd74806640 going through the todo list a bit more 2022-01-30 14:09:06 -05:00
Ben Fry dcae2e141d cleaning up logic a bit while looking into #186 2022-01-30 13:50:20 -05:00
Ben Fry 9c326b0630 replace Google Code URL 2022-01-30 13:49:54 -05:00
Ben Fry 18e0b7c229 removing the ancient TIFF code (gulp) 2022-01-30 13:37:14 -05:00
Ben Fry 4abb161770 preproc updates from Sam 2022-01-30 13:04:01 -05:00
Ben Fry 0ec96ef27d Merge branch 'master' of github.com:processing/processing4 2022-01-30 13:03:40 -05:00
Ben Fry e0c214e65d Merge pull request #384 from processing/preproc_bug_fixes_20220129 2022-01-30 13:03:23 -05:00
Ben Fry dd0e713757 working on #162, cleaning up image saving logic 2022-01-30 13:01:47 -05:00
Ben Fry 3221488fe6 disable old TIFF handler, remove extra BufferedOutputStream 2022-01-30 13:00:38 -05:00
A Pottinger 787bef4a96 Clean up spacing on Processing.g4 2022-01-30 09:47:06 -08:00
A Pottinger 8ff88f7d14 Minor style improvements in antlr grammars. 2022-01-30 09:42:50 -08:00
A Pottinger eccfe46724 Merge branch 'preproc_bug_fixes_20220129' of github.com:processing/processing4 into preproc_bug_fixes_20220129 2022-01-30 09:40:30 -08:00
A Pottinger 675dab3b6d Fix Processing.g4 use of tabs. 2022-01-30 09:40:06 -08:00
A Samuel Pottinger 6f80078d1a Use old language for mixed modes message.
Responding to @benfry comments
2022-01-30 07:53:19 -08:00
Ben Fry a32eca75cf deal with windows flickering during resize (fixes #386) 2022-01-30 09:08:28 -05:00
A Pottinger 077e6741f7 Minor clean up for #384. 2022-01-29 20:21:22 -08:00
A Pottinger 00fbc6974d Allow scrubCommentsAndStrings with flag. 2022-01-29 20:17:05 -08:00
A Pottinger 8ee119f150 As part of #371, finally disable SourceUtils transforms.
SourceUtils has been doing unnecessary stuff but, until multiline strings, they weren't getting in the way so it stuck around. Adding flag to disable since the automaton inside SourceUtils is difficult to modify for the new language feature.
2022-01-29 20:05:34 -08:00