master
Name already in use
Commits on Mar 27, 2022
Commits on Oct 3, 2021
Commits on Aug 19, 2021
-
Update ISSUE_TEMPLATE.md to redirect Processing 4 questions
> STOP! PROCESSING 4 ISSUES GO TO https://github.com/processing/processing4/issues
Commits on Jul 6, 2021
Commits on Jun 28, 2021
Commits on Jun 15, 2021
Commits on Jun 14, 2021
Commits on Jan 20, 2021
-
Merge pull request #6152 from ChefYeum/patch-3
change Github to GitHub in README
-
Commits on Sep 24, 2020
-
Merge pull request #6098 from villares/typo-in-pt-localization
Small fixes for PDE_pt.properties
-
Merge pull request #6097 from villares/fix-color-selector-pt-localize…
…d-name Fixes color selector menu name in PDE_pt.properties
-
Small fixes for PDE_pt.properties
Guardr -> Guardar Yah, não. -> Ah, não. Nenhuns ficheiros -> Nenhum dos ficheiros erro a descarregar -> erro ao descarregar
-
Fixes color selector menu name in PDE_pt.properties
There is no "Côr" in Portuguese, the word is "Cor" (color) https://dictionary.cambridge.org/dictionary/portuguese-english/cor
Commits on Sep 22, 2020
Commits on Sep 21, 2020
-
Merge pull request #6052 from jeremydouglass/issue_template
update issue template -- correct forum link
-
Merge pull request #6092 from hugovalepereira/patch-1
getShape() - Type of vertex was wrong for Cubic
-
Commits on Sep 15, 2020
Commits on Sep 14, 2020
Commits on Sep 5, 2020
-
getShape() - Type of vertex was wrong for Cubic
When 'detail' is set to 0, it was causing getShape to break with OTF fonts that use cubic bezier paths. By mistake, a 3D quadratic was being drawn instead of a proper cubic bezier.