Wykres commitów

3008 Commity (main)

Autor SHA1 Wiadomość Data
Lex Neva bb9f7b7d82 avoid travel stitches outside shape 2023-07-01 08:23:46 +02:00
Kaalleen f8df02ff9e v3.0.1 2023-06-29 18:38:28 +02:00
Ink/Stitch Crowdin integration fa012d16d5 new translations from Crowdin 2023-06-29 16:29:09 +00:00
Kaalleen d46a9cc5b3
fill to stroke: fix remove elements with fill and stroke (#2392) 2023-06-28 06:41:09 +02:00
Lex Neva a046c256ae
upgrade crowdin (#2374) 2023-06-28 06:40:36 +02:00
Lex Neva d836245e1f
avoid divide by zero (#2382) 2023-06-27 07:45:08 +02:00
Kaalleen 52ba1afb75
filter satins for auto route satin (#2389) 2023-06-27 07:44:34 +02:00
Kaalleen 4c562a7127
linux: remove hidden import of gio and wx (#2386) 2023-06-24 10:38:58 +02:00
Kaalleen a68f6037a9
command recognition (#2384) 2023-06-23 06:34:30 +02:00
Ink/Stitch Crowdin integration 53c7bdfb19 new translations from Crowdin 2023-06-23 01:45:15 +00:00
rejbasket 27d40d19b9
Windows numpy fix (#2377)
* added Gio and wx to hidden imports
changed numpy and scipy version for compatibility

* update versions numpy and scipy

---------

Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2023-06-20 17:07:15 +02:00
George Steel 7dcb253d9b Add panelization options to zip export 2023-06-15 12:25:15 -04:00
Ink/Stitch Crowdin integration 92623d460d new translations from Crowdin 2023-06-13 01:29:57 +00:00
Kaalleen 6c1a7d2ec9
wxpython version (#2360)
update windows and linux wxpython version to 4.2.1
2023-06-12 18:23:51 +02:00
Kaalleen aee7e2f626
ignore broken commmands (#2365) 2023-06-12 18:21:03 +02:00
George Steel 7f7d66e51e
Merge pull request #2366 from inkstitch/george-steel/fix-guided-fill
fix crash in guided fill
2023-06-12 09:49:00 -04:00
George Steel c15d2b4653 fid guided fill 2023-06-11 21:36:44 -04:00
Kaalleen 10bfc3c0a8
remove jump stitches (o, u) (#2359) 2023-06-11 10:46:39 +02:00
Ink/Stitch Crowdin integration 09df107eae new translations from Crowdin 2023-06-11 01:48:51 +00:00
Ink/Stitch Crowdin integration 798db49b37 new translations from Crowdin 2023-06-10 01:27:30 +00:00
Lex Neva 186beabc7e
Merge pull request #2357 from bkmgit/spelling-fix
Correct spelling error
2023-06-09 08:23:10 -04:00
Benson Muite 860f4fb94d Correct spelling error
replace "an an unequal" with "an unequal"
2023-06-09 14:52:17 +03:00
Kaalleen 2d8c572432
fix windows no elements error (#2348) 2023-06-05 07:29:51 +02:00
Kaalleen dcb1b08597
fix circular fill (#2350) 2023-06-05 07:29:17 +02:00
Ink/Stitch Crowdin integration ca220c6868 new translations from Crowdin 2023-06-05 01:35:44 +00:00
Kaalleen 8bf60a8779
lettering: clear selection without lettering (#2334) 2023-06-04 13:39:38 +02:00
Kaalleen c192d77afb
fix #2335 (#2336) 2023-06-04 13:38:49 +02:00
Kaalleen f68b099dbf
fix needle points for windows (#2337) 2023-06-04 13:38:21 +02:00
Kaalleen a2c5922327
specify pdf output format (#2341) 2023-06-04 13:38:03 +02:00
Kaalleen 564944effc
update select elements template (#2343) 2023-06-04 13:37:38 +02:00
Lex Neva 9d17fddacd
Merge pull request #2332 from inkstitch/lexelby/fix-skip-last
fix "skip last stitch in each row"
2023-06-03 20:19:42 -04:00
Ink/Stitch Crowdin integration 2f6ac67e20 new translations from Crowdin 2023-06-01 01:57:44 +00:00
Lex Neva 920701c424 suppress annoying shapely warning 2023-05-28 22:11:47 -04:00
Lex Neva 2307fcd190 fix "skip last stitch in each row" 2023-05-28 22:00:43 -04:00
Ink/Stitch Crowdin integration ed58036cc0 new translations from Crowdin 2023-05-29 01:23:19 +00:00
Kaalleen 6dfb545286
macOS build: do not strip (#2320) 2023-05-28 20:54:42 +02:00
Kaalleen c95a28270d
import gi (#2330) 2023-05-28 20:53:42 +02:00
Kaalleen 784996a62b v3.0.0 2023-05-26 10:25:58 +02:00
Kaalleen 3f7485c62e
Possible fix for parallel offset in guided fill for macOS (#2321)
* fix parallel offset in guided fill for macOS

* ripple grid start position

* circular ripple grid
2023-05-26 10:18:27 +02:00
Kaalleen 07571bdeda
handle groups with no id better (#2318) 2023-05-25 16:43:57 +02:00
Kaalleen 395d1f20c7
enable electron builder signing again (#2317) 2023-05-24 21:36:21 +02:00
Ink/Stitch Crowdin integration bd67ccdefe new translations from Crowdin 2023-05-24 17:39:42 +00:00
Kaalleen 83a1705e2d
fix electron and translations (#2316) 2023-05-24 19:30:54 +02:00
Kaalleen 8b20e518b5
Fix some transforms ... (#2314)
* fix fill to stroke transform
* remove empty leftover groups
* gradient blocks transforms
* gradient: do not ignore holes
2023-05-23 22:54:46 +02:00
rejbasket ef6f6580df
Update electron version to v14.2.9 (#2214)
Authored-by: rejbasket
Co-authored-by: Kaalleen
Co-authored-by: Lex Neva
2023-05-22 22:33:19 +02:00
Ink/Stitch Crowdin integration da54f104e6 new translations from Crowdin 2023-05-22 01:23:23 +00:00
Kaalleen c56800e40b
Merge pull request #2297 from inkstitch/kaalleen/various-fixes 2023-05-21 22:57:02 +02:00
Kaalleen cc7dfcf3e4 fix error in make translatable commit 2023-05-21 18:31:54 +02:00
Kaalleen 724db616db change back to 0.3 2023-05-21 17:57:36 +02:00
Kaalleen 8004ce623e make each side units translatable 2023-05-21 17:53:04 +02:00