Wykres commitów

2252 Commity (claudine/random_fill)

Autor SHA1 Wiadomość Data
Kaalleen 3f346ea5ff
fix untranslatable trim selection in lettering (#1923) 2022-11-27 08:54:10 +01:00
Kaalleen e9278c55c3
This and that (#1727)
* 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-27 08:37:59 +01:00
Ink/Stitch Crowdin integration 9c0b64560c new translations from Crowdin 2022-11-26 01:25:36 +00:00
George Steel ac655910eb
Merge pull request #1897 from inkstitch/george-steel/pull-comp-percent
Add proportional and asymmetric pull compensation and underlay inset options to satin columns, plus a param to swap the 2 rails.
2022-11-24 21:14:26 -05:00
George Steel 81168fd299 typo fixes 2022-11-24 21:10:14 -05:00
George Steel 739e2b9670 add option to swap rails 2022-11-23 23:09:57 -05:00
George Steel 74f0943cc8 Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/pull-comp-percent 2022-11-23 21:59:37 -05:00
George Steel 7cef2c9a09 typo fixes 2022-11-23 21:58:39 -05:00
Ink/Stitch Crowdin integration df4c5cd59b new translations from Crowdin 2022-11-23 01:30:06 +00:00
Claudine Peyrat 43a31ba80e
Claudine/lettering with trims (#1866)
* 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 10:46:44 +01:00
Kaalleen e761d8b42c
Convert to gradient blocks extension (#1844) 2022-11-22 10:21:45 +01:00
Kaalleen 4c845df846
small zigzag warning (#1891) 2022-11-22 09:50:21 +01:00
Kaalleen 8d0e80e5f1
fix clone positioning and angles (#1837) 2022-11-22 09:49:08 +01:00
George Steel 08581d7eae Make pull-compensation and insets per-side 2022-11-17 01:51:33 -05:00
George Steel e2ab19d92f fix shadowing bug leading to division by zero 2022-11-11 00:26:59 -05:00
George Steel 9237d19f0c fix code formatting 2022-11-11 00:20:59 -05:00
Kaalleen 7445b91851
lettering: ignore invalid glyph layers (#1892) 2022-11-10 14:03:32 +01:00
George Steel e1d9677ea0 fix typos 2022-11-08 22:53:55 -05:00
George Steel 8728e8d7b2 Add proportional inset and balance properties to underlay. 2022-11-06 22:23:25 -05:00
George Steel 3aa92ba7b7 change pull_compensation_rails to a continuous balance and fix some edge cases. 2022-11-06 20:23:21 -05:00
Claudine 4285a6fb7f add pull_compensation_percent 2022-11-06 10:49:25 -05:00
Ink/Stitch Crowdin integration ea13c42997 new translations from Crowdin 2022-11-06 01:55:03 +00:00
Kaalleen badc7a115b
Update workflows (#1890)
* update github action versions
* add libsdl for translations
* remove deprecated set-output (where we can - some actions are still using it)
2022-11-05 09:18:04 +01:00
Kaalleen fbe8d13f03 update versions of github actions 2022-11-05 08:37:36 +01:00
George Steel 0032e5cdd0
Merge pull request #1874 from inkstitch/george-steel/fractional-stagger
Add support for fractional-length stagger cycles in fills
2022-10-27 23:01:05 -04:00
Kaalleen 27d2fcecaa
Lettering: add font size filter (#1854)
* auto-update scale on font selection with an active filter
2022-10-23 09:17:17 +02:00
George Steel 1cc0eab911 Add support for fractional-length stagger cycles in fills. 2022-10-23 00:54:35 -04:00
Kaalleen 11cde9062e
translations: wxpython version (#1863) 2022-10-16 17:24:11 +02:00
Cole Vick b5b931240c
Merge pull request #1838 from inkstitch/cvick32/pdf-pattern-only
cvick32/pdf pattern only
2022-10-16 09:27:49 -05:00
Kaalleen 318069d194 fix custom information sheet print out 2022-10-15 17:23:47 +02:00
cole d4720ceb9b add footer toggle 2022-10-15 16:54:53 +02:00
cole ff05e24696 change to full-page-patternview 2022-10-15 16:54:53 +02:00
Kaalleen a059cda563
scale markers as well (#1839) 2022-10-15 16:41:06 +02:00
Kaalleen 19f973a44a
Fix stop command (#1841) 2022-10-15 16:40:10 +02:00
George Steel 10a800531a
Merge pull request #1848 from inkstitch/george-steel/fix-requirements
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-09 11:50:10 -04:00
George Steel 45136fba8a add scipy version pin for windows 2022-10-08 22:41:02 -04:00
George Steel f7748f0f46 fix closed-loop problem in wx simulator 2022-10-08 20:06:38 -04:00
George Steel b2bde4f959 fix requirements.txt, move CI version pins to CI file 2022-10-04 22:47:48 -04:00
rejbasket 9dfc0a2f5c
Rejbasket/scipy fix (#1842)
* 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-10-02 14:45:57 +02:00
Ink/Stitch Crowdin integration 78769cda50 new translations from Crowdin 2022-09-13 02:50:50 +00:00
Kaalleen 8010a0f089
pin wxpython version 2022-09-12 21:29:43 +02:00
Ink/Stitch Crowdin integration 298bf19c29 new translations from Crowdin 2022-07-25 02:42:28 +00:00
Kaalleen 4f7cd2885f
Some updates for small issues in v2.2.0 (#1721)
* * autorun - underpath tolerance
* save pdf file format
* fill no geoms error for linestring
* to satin: do not fail on mixed element list
2022-07-14 16:23:46 +02:00
Ink/Stitch Crowdin integration e23997ed1c new translations from Crowdin 2022-07-11 02:39:30 +00:00
Ink/Stitch Crowdin integration 5c926ca0ca new translations from Crowdin 2022-07-10 02:53:19 +00:00
Ink/Stitch Crowdin integration ef5daab363 new translations from Crowdin 2022-07-09 02:22:42 +00:00
Ink/Stitch Crowdin integration 33c1491414 new translations from Crowdin 2022-07-08 19:00:05 +00:00
Ink/Stitch Crowdin integration 2667aa5b94 new translations from Crowdin 2022-07-08 15:04:17 +00:00
Kaalleen 28534cf1a8
linux scipy/linalg libraries: ELF (#1714)
* do not strip any scipy library for linux

* apply settings to debug formats

* use fixed pyembroidery

Co-authored-by: Lex Neva
2022-07-08 07:33:45 +02:00
Kaalleen 8d9a469ae2
Ignore invalid palettes (#1718) 2022-07-04 13:13:05 +02:00