Wykres commitów

876 Commity (0c6288f7693a6aeb2d3dd15ad727d868de183b6a)

Autor SHA1 Wiadomość Data
Lex Neva 18a9c8594c New translations messages.po (Arabic) 2018-06-07 20:21:43 -04:00
Lex Neva 42a216a19f New translations messages.po (Italian) 2018-06-07 20:21:42 -04:00
Lex Neva 490468f3c5 New translations messages.po (Korean) 2018-06-07 20:21:41 -04:00
Lex Neva 122721ca8b New translations messages.po (Norwegian) 2018-06-07 20:21:40 -04:00
Lex Neva 5503298354 New translations messages.po (Polish) 2018-06-07 20:21:39 -04:00
Lex Neva 446eb99acd New translations messages.po (Portuguese) 2018-06-07 20:21:37 -04:00
Lex Neva 1b67e459a6 New translations messages.po (Portuguese, Brazilian) 2018-06-07 20:21:36 -04:00
Lex Neva 58234880ad New translations messages.po (Romanian) 2018-06-07 20:21:34 -04:00
Lex Neva f2cf3ea3c0 New translations messages.po (Russian) 2018-06-07 20:21:33 -04:00
Lex Neva 84b3f90e1f New translations messages.po (Serbian (Cyrillic)) 2018-06-07 20:21:31 -04:00
Lex Neva ddfce9afb2 New translations messages.po (Spanish) 2018-06-07 20:21:30 -04:00
Lex Neva 19565d0324 New translations messages.po (Swedish) 2018-06-07 20:21:29 -04:00
Lex Neva a89d0ff1b9 New translations messages.po (Turkish) 2018-06-07 20:21:28 -04:00
Lex Neva 43350b260e New translations messages.po (Ukrainian) 2018-06-07 20:21:27 -04:00
Lex Neva aa3e5fb431 New translations messages.po (Japanese) 2018-06-07 20:21:26 -04:00
Lex Neva 35cde6e7a3 New translations messages.po (Afrikaans) 2018-06-07 20:21:25 -04:00
Lex Neva 1c595c9003 v1.8.2: a few little things
* add "expand" option for fills to complement "inset" for fill underlay
  * don't crash on empty subpaths
    * some paths from AI would trigger this crash
  * add examples:
    * monogram
    * free-standing lace
2018-06-07 20:18:28 -04:00
Lex Neva 1d73c040d8
Merge pull request #180 from lexelby/lexelby-outset
add Expand param for fills
2018-06-07 20:16:45 -04:00
Lex Neva dbaf923efd
Merge pull request #188 from lexelby/lexelby-fix-empty-subpath
fix empty subpath
2018-06-07 20:15:19 -04:00
Lex Neva 0ff4f2a61b convert Stroke to use stitches.running_stitch 2018-06-04 20:43:56 -04:00
Lex Neva 692e033e71 don't crash on empty subpaths 2018-06-04 20:19:37 -04:00
Lex Neva d53f2ecaf9
Merge pull request #177 from lexelby/wwderw-Examples
Monogram example with "knockdown" stitches
2018-06-04 19:53:00 -04:00
wwderw bef1090e85
Add a simple monogram frame example. 2018-06-04 08:10:32 -05:00
Lex Neva f10393989b realistic rendering checkboxes 2018-06-03 23:24:26 -04:00
Lex Neva ea6b89581e fix latent bug preventing saving checkbox values 2018-06-03 15:57:25 -04:00
Lex Neva 2a4f3e8cdf add Expand param for fills 2018-06-01 20:34:27 -04:00
wwderw aa3b93a5af
Add files via upload 2018-05-31 12:02:36 -05:00
wwderw 4b21735804
Delete Bfly FSL.svg 2018-05-31 12:01:37 -05:00
wwderw a426bd3966
Free Standing Lace Example 2018-05-31 08:47:29 -05:00
wwderw 786a49ec7e
Monogram example with "knockdown" stitches 2018-05-31 08:46:02 -05:00
Lex Neva ae286b17ad refactor print_pdf and generate realistic previews 2018-05-30 22:25:43 -04:00
Lex Neva 0348b03b91 add realistic boolean param to render_stitch_plan() 2018-05-30 22:25:05 -04:00
Lex Neva a9b834878b optimize path 2018-05-29 20:55:46 -04:00
Lex Neva d7d2328b59 tinker with rendering 2018-05-29 20:04:30 -04:00
Lex Neva 4c986117bf first attempt at realistic rendering 2018-05-29 20:04:30 -04:00
Lex Neva d50c7e1b99 v1.8.1: several bugfixes
* add STOP commands as stand-alone stitches rather than attaching to an existing stitch
  * PES requires this, along with possibly other formats
  * fixes #170
* ignore "TRIM after" at the end of a color block
  * the machine will trim the thread anyway
* fixed two bugs in running stitch
  * the bugs:
    * the first stitch was duplicated
    * the last stitch was omitted
  * these bugs totally screwed up tie-in/tie-off stitches!
* don't do ties around the fake color change of a "STOP after"
* add a JUMP at the start of each color block
2018-05-29 19:59:07 -04:00
Lex Neva d3d5e45fa5
Merge pull request #171 from lexelby/lexelby-fix-grandma
fix grandma
2018-05-29 19:58:27 -04:00
Lex Neva b32a37178a add a JUMP at the start of each color block
This seems to be the way other digitizing software does it, so it's probably
required.
2018-05-28 22:39:59 -04:00
Lex Neva f0c8c6a27b don't do ties around the fake color change of a "STOP after" 2018-05-28 22:39:59 -04:00
Lex Neva 49b8c9f00b fix two bugs in running stitch
* the first stitch was duplicated
  * the last stitch was omitted
2018-05-28 21:34:58 -04:00
Lex Neva 9c2350eff7 don't bother trimming before a color change 2018-05-28 21:34:33 -04:00
Lex Neva 77d6b78f92 fix STOP handling
Apparently STOP codes (a.k.a. color changes) should be by themselves, not
attached to another stitch.  To add a STOP code at a given stitch, we should
clone the stitch and then set the STOP command on the new stitch.
2018-05-28 20:06:26 -04:00
Lex Neva bf86eace9a
Merge pull request #165 from lexelby/wwderw-Hat-Digitizing-Example
Hat Digitizing Example
2018-05-19 22:01:39 -04:00
Lex Neva 789bfa56fb New translations messages.po (Vietnamese) 2018-05-19 14:51:24 -04:00
Lex Neva 0bfed4b7d6 New translations messages.po (Catalan) 2018-05-19 14:51:22 -04:00
Lex Neva 2c5ecf18bf New translations messages.po (Chinese Simplified) 2018-05-19 14:51:21 -04:00
Lex Neva acccb4c8e6 New translations messages.po (Chinese Traditional) 2018-05-19 14:51:19 -04:00
Lex Neva c237c4cc5e New translations messages.po (Czech) 2018-05-19 14:51:18 -04:00
Lex Neva e46f3714eb New translations messages.po (Danish) 2018-05-19 14:51:17 -04:00
Lex Neva 9d70160ccb New translations messages.po (Dutch) 2018-05-19 14:51:16 -04:00