Commit Graph

14007 Commits

Author SHA1 Message Date
Ben Fry
abcb23262d a note about #172 2021-08-13 12:28:29 -04:00
Ben Fry
d93ca99404 Merge branch 'master' of github.com:processing/processing4 2021-08-13 12:27:58 -04:00
Ben Fry
895f10caa1 rolling over todo notes for beta 2 2021-08-13 12:27:54 -04:00
Ben Fry
cae2fe9cbf Merge pull request #172 from yblake/master 2021-08-13 09:26:46 -07:00
Ben Fry
7f480ab2b3 remove translated URLs that are not actually translated (resolves #250) 2021-08-13 12:20:37 -04:00
Casey Reas
d25f796b6e remove XML.setLong() from the web reference 2021-08-09 20:18:18 -07:00
Casey Reas
36611af8d0 Add keys() to the Dictionary data classes 2021-08-09 19:30:45 -07:00
Casey Reas
49ad136b88 Add displayWidth and displayHeight back to the reference 2021-08-09 19:23:42 -07:00
Ben Fry
0af2c2a0c7 final round of changes processing-1276-4.0b1 2021-08-09 06:53:29 -04:00
Ben Fry
82617d6b33 tweak colors, disable out of date images, turn off theme engine 2021-08-09 06:47:20 -04:00
Ben Fry
4ff8c25794 working on release notes 2021-08-08 22:47:31 -04:00
Ben Fry
40738961bd make note of more todo items 2021-08-08 20:17:46 -04:00
Ben Fry
4a009661f6 roll over the welcome screen for 4.0 beta so folks see it 2021-08-08 20:16:20 -04:00
Ben Fry
6a4864d442 tweak the welcome screen (agh), note that it needs to be fixed 2021-08-08 20:13:57 -04:00
Ben Fry
3effcae548 update with a new round of icons and about screen 2021-08-08 19:54:42 -04:00
Ben Fry
4fdb568b2e no longer loading environment/index.html from a local file 2021-08-08 16:59:26 -04:00
Ben Fry
a378dda7bb fix the extension for the download 2021-08-08 16:53:35 -04:00
Ben Fry
b10139cc2f add code to generate pdez files for all examples 2021-08-08 13:33:11 -04:00
Ben Fry
d9ff749392 move vars to the top 2021-08-08 12:58:11 -04:00
Ben Fry
cb4dfcb9fc write tool to compare the example repos 2021-08-08 12:44:23 -04:00
Ben Fry
8bd1e04b74 mark off the todo lines for #203 2021-08-08 11:33:53 -04:00
Ben Fry
c102f40b31 use ${XDG_CONFIG_HOME}/processing or ~/.config/processing on Linux (resolves #203) 2021-08-08 11:32:18 -04:00
Ben Fry
6dad06d6c4 finish getting reference.zip to work with Java Mode 2021-08-08 10:47:14 -04:00
Ben Fry
ed5b9c0a83 cleaning up the todo lists 2021-08-08 10:46:59 -04:00
Ben Fry
c63714c99c make private, fix spacing 2021-08-08 09:54:30 -04:00
Ben Fry
1f893b9e4e make these private, adjust buffer size 2021-08-08 09:40:36 -04:00
Ben Fry
7c82ebb938 notes about how to test the server 2021-08-08 09:39:34 -04:00
Ben Fry
5feac445e4 a couple mime types used in the 3.x reference 2021-08-08 09:35:35 -04:00
Ben Fry
4a2259462b implement mime types used in the reference; more cleanup 2021-08-08 09:32:59 -04:00
Ben Fry
6d295275ca move Worker to inner class, sort extensions 2021-08-08 08:22:20 -04:00
Ben Fry
bf2f09d04f fix indents, lots of cleaning up/removal of unused code 2021-08-08 07:50:42 -04:00
Ben Fry
3064ca69bd disallow Show Sketch Folder, Add File, and Export Application with untitled and read-only sketches 2021-08-06 22:15:05 -04:00
Ben Fry
d57db2818f remove special JRE/JDK Downloader Ant Task because no longer needed 2021-08-06 20:17:33 -04:00
Ben Fry
cb37d059b8 finish getting pdex files to install, now with actual feedback 2021-08-06 20:12:41 -04:00
Ben Fry
40998a7da5 rewrite installer to use EditorStatus for progress 2021-08-06 20:02:06 -04:00
Ben Fry
e369f9754a swing is a horror show. trying to show a simple status dialog. 2021-08-06 19:50:48 -04:00
Ben Fry
8ba880abb3 a little house cleaning 2021-08-06 19:01:39 -04:00
Ben Fry
389138f679 fix file association (apparently "None" is useless) 2021-08-06 18:52:28 -04:00
Ben Fry
231b16fc3f fix extension choices 2021-08-06 18:51:57 -04:00
Ben Fry
271fc01bc6 initial code to install a contrib from a pdex file 2021-08-05 22:29:32 -04:00
Ben Fry
fd467072bf cleaning up what these contrib methods do 2021-08-05 22:04:13 -04:00
Ben Fry
ac26fbfe09 set Windows file associations for pdex and pdez 2021-08-05 21:44:45 -04:00
Ben Fry
1646f419db minor chooser tweaks, disable nvidia bug code 2021-08-05 21:34:30 -04:00
Ben Fry
2331834e1f using a <get> instead of the jre downloader 2021-08-05 19:33:10 -04:00
Ben Fry
2d97b0d433 implement cmd/ctrl-up and cmd/ctrl-down 2021-08-05 19:09:47 -04:00
Ben Fry
f2f2a0fbef just clean a couple warnings 2021-08-05 19:08:14 -04:00
Ben Fry
9a94ccfb36 trying out pdex and pdez 2021-08-05 19:07:49 -04:00
Ben Fry
e09f7d117b initial support for reading sketches from a zipped file 2021-08-04 22:05:01 -04:00
Ben Fry
cef4787b88 change EditorFooter to use updateTheme(), and add to call list inside Editor 2021-08-04 08:31:35 -04:00
Ben Fry
c8ed308e8b code completion working again 2021-08-04 08:28:27 -04:00