Commit Graph

12739 Commits

Author SHA1 Message Date
Ben Fry bc4471bf38 Merge pull request #5152 from GKFX/featurefixbadquotes
Handle curly quotes well
2017-09-24 11:00:34 -04:00
Ben Fry fb6a4a01df Merge pull request #5265 from JakubValtar/fix-scrub-comments
Fix scrub comments for empty block comment /**/
2017-09-22 11:17:28 -04:00
Jakub Valtar fbc7befa84 Fix scrub comments for empty block comment /**/
Fixes #5219
2017-09-20 14:58:41 +02:00
George Bateman 632d19c6ca Merge pull request #1 from JakubValtar/GKFX-featurefixbadquotes-pull
Curly quotes followup
2017-09-20 03:03:58 +01:00
Jakub Valtar 8c66a8c33d Make sure we don't try to get code out of bounds 2017-09-19 23:14:26 +02:00
Jakub Valtar 25ac5db0ab Remove problem priority since we're going to do it manually in PDEX.ErrorChecker 2017-09-19 23:04:56 +02:00
Jakub Valtar 46b5e29fb3 Gather error checking code in PDEX.ErrorChecker 2017-09-19 22:52:49 +02:00
Jakub Valtar f506a1df42 In case of multiple problems on a line give priority to error 2017-09-19 16:54:37 +02:00
Jakub Valtar c583d2aaa9 To create Problems use pdeCode instead of messing with editor 2017-09-19 16:23:38 +02:00
Ben Fry 8bf2ec1c6f starting the next release 2017-09-04 19:56:40 -04:00
Ben Fry 4810535683 how about some release notes? processing-0263-3.3.6 2017-09-04 16:28:54 -04:00
Ben Fry c03eddfbb1 additional clarifications 2017-09-04 11:38:28 -04:00
Ben Fry 3b1b8e80ee tweak the issue template 2017-09-04 11:33:31 -04:00
Ben Fry 7ebb633271 recent todo items 2017-09-04 11:33:25 -04:00
Ben Fry f163b1d8f3 Merge pull request #5245 from jeremydouglass/jeremydouglass-issue-template
Create ISSUE_TEMPLATE.md
2017-09-04 11:14:08 -04:00
Jeremy Douglass 7041ef8126 Create ISSUE_TEMPLATE.md
Create GitHub issue template.

Template should help avoid issues being posted without enough info. Based on best practices at https://github.com/stevemao/github-issue-templates

Closes #5239
2017-09-03 20:56:34 -07:00
Ben Fry 82c772f178 Windows ignores setMinimumSize(), add workaround for #5052 2017-09-03 08:36:23 -04:00
Ben Fry f1dd1554ee Merge pull request #5234 from kisarur/master
A fix for the window resizing problem in Windows
2017-09-03 08:26:45 -04:00
Ben Fry f8cd2c3357 Merge pull request #5230 from GKFX/bugfix-moviemaker5168
Unlock "Create Movie" in Movie Maker after use
2017-08-29 12:58:20 -04:00
Ben Fry 9227a32b2c Merge pull request #5229 from GKFX/bugfix-linuxgitignore
Add more build products to linux/.gitignore
2017-08-29 12:55:59 -04:00
kisarur b6b1ed8c79 removed partial fixes added earlier 2017-08-28 03:43:10 +05:30
kisarur 114d3788c1 a working fix for the window resizing to zero issue in Windows was added 2017-08-28 03:23:47 +05:30
George Bateman 106435e579 Unlock "Create Movie" in Movie Maker after use
Fixes #5168.
2017-08-25 21:09:12 +01:00
George Bateman 7f704f9900 Add more build products to linux/.gitignore 2017-08-25 20:23:22 +01:00
Ben Fry b94b98c385 notes to cover recent issues and merges 2017-08-22 10:06:48 -04:00
Ben Fry 4742cea88e Merge branch 'master' of github.com:processing/processing 2017-08-22 10:04:57 -04:00
Ben Fry 501021f7d6 was calling remove() on the value, not the key for the contribs, meaning that nothing was ever removed 2017-08-22 10:04:53 -04:00
Ben Fry 2f8f3f8ce3 Merge pull request #5186 from JakubValtar/fx-runtime
Add JavaFX runtime to error checker class path
2017-08-22 09:59:00 -04:00
Ben Fry f8616cad9f Merge pull request #5184 from JakubValtar/fix-line-vert
Fix bugs in line vert shader
2017-08-22 09:47:55 -04:00
Ben Fry 1af59565f1 Merge pull request #5222 from gohai/vc4-fixes
Workaround issues with Raspbian release August 2017
2017-08-22 09:35:18 -04:00
gohai da50b1884d Workaround issues with Raspbian release August 2017
The latest Raspbian release moved Broadcom's GLESv2 and EGL library to a custom name (libbrcm*), so Processing ended up falling back to llvmpipe (software rendering). Fixed this with a custom bandaid for JOGL in my bcm-test branch (currently at c46af91).
2017-08-19 23:56:46 +02:00
Ben Fry b2f96d3814 todo notes and disable unused shellQuoted() method 2017-08-07 22:21:59 -04:00
Ben Fry c3ae3ba063 Merge pull request #5195 from karlre/master
Fixes German typo
2017-08-02 15:47:40 -04:00
kisarur 4261788a57 partial fix was applied to solve window reszing to zero height issue 2017-08-02 22:57:10 +05:30
kisarur f5a0b637dc partial fix was applied to solve window reszing to zero height issue 2017-08-02 22:42:14 +05:30
Ben Fry 24157ddc01 recent notes 2017-07-28 18:53:47 -04:00
Ben Fry c05b1f3912 switch to Java 8u144 2017-07-28 18:53:42 -04:00
Kalle 2fdd72bbd4 Fixes German typo 2017-07-24 15:43:44 +02:00
Jakub Valtar 4bb1d9e373 Update shader preprocessing to strip version correctly
Previously the whole line was removed, now only the end of the line is
removed to handle the case when version is in a comment
2017-07-21 11:41:53 +02:00
Jakub Valtar 9ccf77ae7c Update shader version directive check to ignore comments 2017-07-21 11:29:41 +02:00
Jakub Valtar 1af19b45f3 Make modified shaders compatible back to GLSL 1.10 2017-07-21 11:27:28 +02:00
George Bateman 363d22e955 Merge branch 'master' into featurefixbadquotes 2017-07-20 19:48:59 +01:00
Jakub Valtar ab8daaed29 Add FX to ignorable imports
To get rid of missing library messages
2017-07-20 19:34:10 +02:00
Jakub Valtar 7dc3062db1 Add JavaFX runtime to error checker class path
In case somebody needs to work with native FX windows or events, here
they are, ready to be imported (like AWT stuff).
2017-07-20 19:26:15 +02:00
Ben Fry 62a7a6c839 Merge pull request #5185 from JakubValtar/fix-comment-uncomment
Fix comment/uncomment adding slashes at wrong indent
2017-07-20 13:02:37 -04:00
Ben Fry 79823593ef Merge pull request #5180 from GKFX/bugfix-bracewrongtab
Fix #5165. Wrong tab for missing brace
2017-07-20 13:01:04 -04:00
Jakub Valtar 12790d267e Fix comment/uncomment adding slashes at wrong indent
Fixes #5171
2017-07-20 17:50:59 +02:00
Jakub Valtar b0b75e3c32 Add comments with links to issues 2017-07-20 17:29:22 +02:00
Jakub Valtar 97b8c06763 Update point vert shader with refactored code from line vert shader 2017-07-20 17:15:05 +02:00
Jakub Valtar 7f84b44cf0 Fix bugs in line vert shader
Fixes #5181
Fixes #5182
Fixes #5183
2017-07-20 17:12:40 +02:00