summaryrefslogtreecommitdiff
path: root/lib/extensions/params.py
AgeCommit message (Collapse)Author
2024-05-07remove special treatment for polylines (#2866)Kaalleen
2024-05-02cancel simulator extensions without applying changes (#2876)Kaalleen
2024-04-30simulator fixes (#2844)Lex Neva
* fix slide and control panel rendering bugs * clear marker lists when clearing stitch plan * switch simulator back to wx * remove unused function * fix off-by-one error in color bar * avoid overlapping command symbols of different types * don't maximize simulator * adjust alignment * remove unused API server * bugfix * focus entire simulator panel * rename simulator/realistic preview -> simulator * experimental: background color picker * set pagecolor to background color by default * satisfy macos * toggle jumps on drawing canvas * clear frog family --------- Co-authored-by: Kaalleen
2024-03-30avoid RuntimeError by closing params with CallAfter (#2809)Kaalleen
2023-10-21attach params/lettering simulator window and allow detach (#2557)Lex Neva
2023-10-18Fix new param simulator for macOS and Windows (#2546)Kaalleen
* fix tooltip * combine play and pause button --------- Co-authored-by: Lex Neva
2023-09-07improve params errors (#2437)Lex Neva
2023-06-12wxpython version (#2360)Kaalleen
update windows and linux wxpython version to 4.2.1
2023-04-25params: load presets: fix combo box (#2234)Kaalleen
2023-04-08param simulator: stitch plan metadata (#2200)Kaalleen
2023-04-01Params: select satin (#2185)Kaalleen
* check satin subpath length in params * style corrections
2023-03-25Stitch selection methods (#2114)Kaalleen
2023-03-07meander: pick ending point far from starting point (#2095)Lex Neva
2023-03-07add meander preview images (#2113)Kaalleen
2023-02-27Circular fill (#2053)Kaalleen
2023-02-20cherry-pick @kaalleen's combo box param typeLex Neva
2023-02-20undo my changes to params extensionLex Neva
2023-02-20let user finish typing before simulatingLex Neva
2023-02-20meander fill: more workLex Neva
2023-02-16make simulator threads pre-emptibleLex Neva
2022-12-26fix seed param and error messagesGeorge Steel
2022-12-11refine GUI for text-based random_seed parameter and add global param.George Steel
2022-11-06add random parameters to satin columnsClaudine
2022-10-23Lettering: add font size filter (#1854)Kaalleen
* auto-update scale on font selection with an active filter
2022-05-24Add ripple stitch feature (#1667)Kaalleen
2022-05-04adjusting namingsAndreas
2022-05-04* autofill to fillstitchKaalleen
* remove too complex warning for fillstitch * some marker adjustments
2022-05-04remove some pattern and marker mixups and some style issuesKaalleen
2022-05-04Applied style guideAndreas
2022-05-04added tangential and guided fillAndreas
2021-08-07Merge remote-tracking branch 'origin/main' into kaalleen/satin-patternsLex Neva
2021-07-26mark custom fonts (#1159)Kaalleen
2021-06-24add start markers, add troubleshoot pattern warning and fix wxpython ↵Kaalleen
language issue
2021-06-01fix windows wxpython locale error (#1187)Kaalleen
2021-04-16params error message callafter (#1153)Kaalleen
2021-04-10output a warning in params if simulation cannot load (#1143)Kaalleen
2021-03-28Merge pull request #1083 from inkstitch/lexelby/license-headersLex Neva
add license headers
2021-03-28Merge pull request #1082 from inkstitch/lexelby/params-fixesLex Neva
params fixes
2021-03-28set min size for params dialog (#1107)Kaalleen
2021-03-22update font tools etc (#1086)Kaalleen
* update font tools * fix tie error * ignore duplicated commands
2021-03-14add lock stitches select box (#1076)Kaalleen
Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-03-11add copyright headersLex Neva
2021-03-11fix two issues with node classificationLex Neva
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
* update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name>
2020-05-16support svg objects (#643)Kaalleen
2019-06-22update embroider_satin_column in all cases (fixes #466)Lex Neva
2018-12-19fix fill == none detectionLex Neva
2018-12-18fix styleLex Neva
2018-12-18Merge branch 'master' into lexelby/bugsLex Neva
2018-12-15basic lettering GUI (#351)Lex Neva