| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-10 | Add extension: Lettering along path (#1937) | Kaalleen | |
| 2022-12-01 | new translations from Crowdin | Ink/Stitch Crowdin integration | |
| 2022-11-30 | Fill fonts with satin auto-routing (#1915) | Kaalleen | |
| * prevent error message on fill fonts with satin auto-routing | |||
| 2022-11-28 | Merge pull request #1926 from inkstitch/george-steel/fix-node-compat | George Steel | |
| add --openssl-legacy-provider to yarn dev command for compatibility with current nodejs | |||
| 2022-11-28 | new translations from Crowdin | Ink/Stitch Crowdin integration | |
| 2022-11-27 | add --openssl-legacy-provider to yarn dev command for compatibility with ↵ | George Steel | |
| current nodejs | |||
| 2022-11-27 | Merge pull request #1925 from inkstitch/kaalleen/satin-offset-position | George Steel | |
| Fix satin offset_points | |||
| 2022-11-27 | fix ripples plot_points_on_rails | Kaalleen | |
| 2022-11-27 | satin offset_points | Kaalleen | |
| 2022-11-27 | fix untranslatable trim selection in lettering (#1923) | Kaalleen | |
| 2022-11-27 | This and that (#1727) | Kaalleen | |
| * dont fail on satin with fill * fill stitch error message * convert to satin mac issue * auto_satin: add rung for two node old style satins * avoid divide by zero in intersect_region_with_grating * fix for incorrect stagger in guided fill * better rail sectioning algorithm * fix #1780 * fix #1816 Co-authored-by: Lex Neva | |||
| 2022-11-26 | new translations from Crowdin | Ink/Stitch Crowdin integration | |
| 2022-11-24 | Merge pull request #1897 from inkstitch/george-steel/pull-comp-percent | George Steel | |
| Add proportional and asymmetric pull compensation and underlay inset options to satin columns, plus a param to swap the 2 rails. | |||
| 2022-11-24 | typo fixes | George Steel | |
| 2022-11-23 | add option to swap rails | George Steel | |
| 2022-11-23 | Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵ | George Steel | |
| george-steel/pull-comp-percent | |||
| 2022-11-23 | typo fixes | George Steel | |
| 2022-11-23 | new translations from Crowdin | Ink/Stitch Crowdin integration | |
| 2022-11-22 | Claudine/lettering with trims (#1866) | Claudine Peyrat | |
| * add trim after each letter allow to add a trim after each letter * add trim after letter, word or line rewriting everythng * style correction correcting all that is signaled by make style * corrections i don't understand why i add to modify get_command_pos in commands. If I don't i can not add a command at the end of a glyph that ends with a polyline (eg B from Fold) * replace checkbox with dropdown * rename variables in English * use same trim methods for auto_satin and non auto_satin * check if trim option is never strip lines of text Co-authored-by: Claudine <claudine@MacBook-Pro-2.local> Co-authored-by: Kaalleen <reni@allenka.de> Co-authored-by: Kaalleen <36401965+kaalleen@users.noreply.github.com> | |||
| 2022-11-22 | Convert to gradient blocks extension (#1844) | Kaalleen | |
| 2022-11-22 | small zigzag warning (#1891) | Kaalleen | |
| 2022-11-22 | fix clone positioning and angles (#1837) | Kaalleen | |
| 2022-11-17 | Make pull-compensation and insets per-side | George Steel | |
| 2022-11-11 | fix shadowing bug leading to division by zero | George Steel | |
| 2022-11-11 | fix code formatting | George Steel | |
| 2022-11-10 | lettering: ignore invalid glyph layers (#1892) | Kaalleen | |
| 2022-11-08 | fix typos | George Steel | |
| 2022-11-06 | Add proportional inset and balance properties to underlay. | George Steel | |
| 2022-11-06 | change pull_compensation_rails to a continuous balance and fix some edge cases. | George Steel | |
| 2022-11-06 | add pull_compensation_percent | Claudine | |
| 2022-11-06 | new translations from Crowdin | Ink/Stitch Crowdin integration | |
| 2022-11-05 | Update workflows (#1890) | Kaalleen | |
| * update github action versions * add libsdl for translations * remove deprecated set-output (where we can - some actions are still using it) | |||
| 2022-11-05 | update versions of github actions | Kaalleen | |
| 2022-10-27 | Merge pull request #1874 from inkstitch/george-steel/fractional-stagger | George Steel | |
| Add support for fractional-length stagger cycles in fills | |||
| 2022-10-23 | Lettering: add font size filter (#1854) | Kaalleen | |
| * auto-update scale on font selection with an active filter | |||
| 2022-10-23 | Add support for fractional-length stagger cycles in fills. | George Steel | |
| 2022-10-16 | translations: wxpython version (#1863) | Kaalleen | |
| 2022-10-16 | Merge pull request #1838 from inkstitch/cvick32/pdf-pattern-only | Cole Vick | |
| cvick32/pdf pattern only | |||
| 2022-10-15 | fix custom information sheet print out | Kaalleen | |
| 2022-10-15 | add footer toggle | cole | |
| 2022-10-15 | change to full-page-patternview | cole | |
| 2022-10-15 | scale markers as well (#1839) | Kaalleen | |
| 2022-10-15 | Fix stop command (#1841) | Kaalleen | |
| 2022-10-09 | Merge pull request #1848 from inkstitch/george-steel/fix-requirements | George Steel | |
| fix requirements.txt, move CI version pins to CI file (moved), fix wx simulator closing paths Restores the ability to manually install. - Move colormath version requirement from CI build files to requirements.txt so that pip sees it outside of CI. - Replace inkex commit hash with a version tag now that the commit in question has been released. - Add version bound to trimesh as insurance against the outdated Manjaro package. - Move wxpython version pin (4.1.1) and wheel URL to CI and change to lower bound in requirements.txt to allow for use of system packages in distros that have updated to 4.2 (Debian, etc). - Change stitch path drawing in wx simulator from DrawLines (for polygons) to StrokeLines (for non-closed paths). - Add version pin for scipy 1.9.1 to windows builds as scipy just dropped 32-bit support. | |||
| 2022-10-08 | add scipy version pin for windows | George Steel | |
| 2022-10-08 | fix closed-loop problem in wx simulator | George Steel | |
| 2022-10-04 | fix requirements.txt, move CI version pins to CI file | George Steel | |
| 2022-10-02 | Rejbasket/scipy fix (#1842) | rejbasket | |
| * updates to workflow and requirements * Update requirements.txt removed pip flags causing build to fail Co-authored-by: rejbasket <rejbasket@users.noreply.github.com> | |||
| 2022-09-13 | new translations from Crowdin | Ink/Stitch Crowdin integration | |
| 2022-09-12 | pin wxpython version | Kaalleen | |
