Commit Graph

2388 Commits

Author SHA1 Message Date
Ben Fry b9399826e7 finish redoing Export to Application for macOS 2022-08-06 20:19:25 -04:00
Ben Fry aed31bb769 swap with binary that was mangled by codesign --remove 2022-08-06 17:42:38 -04:00
Ben Fry 59e61228e7 get code signing to work again on macOS for exported applications 2022-08-06 17:23:05 -04:00
Ben Fry 7c8557b184 send code errors during export to the status bar 2022-08-05 21:42:04 -04:00
Ben Fry b0328fba51 remove the "online" separator because everything is online 2022-08-04 19:26:13 -04:00
Ben Fry 752cc6bd74 fix Library/Tool reference links in help menu (resolves https://github.com/processing/processing/issues/5839) 2022-08-04 15:18:06 -04:00
Ben Fry bb5b46bfd8 fix links for reference in the Help menu 2022-08-04 15:03:21 -04:00
Ben Fry a8bb758f9e add clean-libs target to build.xml files 2022-08-04 10:37:44 -04:00
Ben Fry 673cb1660e cleaning up warnings 2022-08-03 20:47:49 -04:00
Ben Fry 1a6d0c9d48 set up caching of icons 2022-08-03 18:46:32 -04:00
Ben Fry d80943f386 incorporate svg versions of completion icons 2022-08-03 18:24:46 -04:00
Ben Fry ea42f89157 cleaning up these SVGs 2022-08-03 18:21:24 -04:00
Ben Fry 627bee6355 garbage Adobe SVGs 2022-08-03 18:11:33 -04:00
Ben Fry 788324c850 fix width/height calc of completion panel, remove ugly border 2022-08-03 06:40:28 -04:00
Ben Fry 5c8c03a0a4 cleanup and removing dead code in completions 2022-08-03 06:13:37 -04:00
Ben Fry 5853010098 looking to fix text for completions; instead cleaning code 2022-08-02 22:37:04 -04:00
Ben Fry f2233b749f disabling offline reference, hopefully temporary (see #524) 2022-08-02 07:05:44 -04:00
Ben Fry 3c6122ebeb replace code.google.com links with updated github urls 2022-07-31 15:45:23 -04:00
Ben Fry 3699c713d1 replace dev.processing.org bug links with download.processing.org links that work 2022-07-31 15:01:45 -04:00
Ben Fry caf1ba90b6 disable mixed mode warning; fixes #491, introduces #519 2022-07-30 19:39:15 -04:00
Ben Fry 68289a9315 finish up icons for debug toolbar 2022-07-30 19:13:48 -04:00
Ben Fry 9d7eca9eb1 rendering variable icons from svg in the debugger 2022-07-30 18:25:16 -04:00
Ben Fry 805306fd1b re-saving icons as svg 1.0 for happier p5 parsing 2022-07-30 18:24:51 -04:00
Ben Fry 96f65d4ed6 switch color to the replacement color 2022-07-30 16:56:51 -04:00
Ben Fry 4ba9a1f79f adding SVGs for variable kinds 2022-07-30 12:08:52 -04:00
Ben Fry dbb34bbc80 Merge pull request #504 from processing/clean_remove_missing_curly 2022-07-19 20:14:52 -04:00
A Pottinger 0c179d280f Fix #444 by removing old regex parsing.
It looks like there's still some left over regex parsing to check for missing braces from before the new preproc. The new preproc will catch the error and testing makes it look like this old regex check is not triggering anyway outside of comments (which is an issue reported in #444).
2022-06-21 08:50:50 -07:00
A Pottinger ece11f9345 Fix #488.
Clean up the footer writer section of the preprocessor for easier reading but also fix adding and looking for --full-screen which appears to have been left off at some point.
2022-06-21 08:34:44 -07:00
Ben Fry fa8eef0e8e nah... 2022-06-19 16:07:10 -04:00
Ben Fry 139af9fbf8 remove redundant code 2022-06-19 16:04:25 -04:00
Ben Fry 6de9e5aa21 oops, this was not saved in time for the previous commit 2022-06-19 13:18:02 -04:00
Ben Fry a366d9787c rewrite Info.plist.tmpl subst, also specify JVM version 2022-06-19 13:15:34 -04:00
Ben Fry 4b6e675f40 properly handle ARM for Export to Application on macOS 2022-06-19 10:11:07 -04:00
dzaima 449bf857f2 Fix parsing of java error messages containing ":" 2022-05-28 12:46:38 +03:00
Ben Fry 85238e42a4 rebuild theme selector for multiple sets, add theme to it 2022-05-21 08:49:10 -04:00
Ben Fry 6c841066d5 removing unused ui elements and updating the todo list for design work 2022-05-19 15:10:56 -04:00
Ben Fry 8d21712e9c updating the Export to Application window for FlatLaf 2022-05-09 21:08:22 -04:00
Ben Fry 93a611973b Merge pull request #436 from TN8001/confused-method-references
Fix IDE auto-formatting confused by method references (40b1) #279
2022-04-23 08:34:28 -04:00
Ben Fry f605c1bdd7 Merge pull request #459 from arnoudvanderleer/442-tweak-ints-underscores 2022-04-21 13:53:29 -04:00
Ben Fry b3f38c4baf Merge pull request #474 from processing/full_screen_sketch_renderer
Find sketch renderer in full screen preproc.
2022-04-21 13:42:33 -04:00
A Pottinger 6d6d7e8f1c Find sketch renderer inn full screen preproc. 2022-04-21 08:38:35 -07:00
codeanticode ffc64d0dec preprocess() method in JavaBuild returns PreprocessorResult object 2022-04-19 23:16:56 -04:00
Tempestas Ludi c4e806e3f0 Add simple tweak mode support for underscores in decimal and hexadecimal numbers 2022-03-28 19:42:06 +02:00
TN8001 0237dc37ac Update AutoFormat.java
fix #279
2022-03-05 08:37:37 +09:00
codeanticode 96778d8a7b Store sketch renderer in PreprocessorResult 2022-02-19 16:56:29 -05:00
Ben Fry d0e6f281d8 when doing Save As, don't included exported applications 2022-02-13 11:51:27 -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 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
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