summaryrefslogtreecommitdiff
path: root/lib/gui
AgeCommit message (Collapse)Author
2023-02-16make simulator threads pre-emptibleLex Neva
2022-10-08fix closed-loop problem in wx simulatorGeorge Steel
2021-12-08add macOS and windows installer (#1352)rejbasket
2021-08-07rename more patch referencesLex Neva
2021-08-07rename Patch to StitchGroupLex Neva
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-11add copyright headersLex Neva
2021-03-11remove unused local variableLex 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>
2021-02-04Update font.py (#848)LaureFR38
* Add new fonts * Update old fonts * Update lettering gui Co-authored-by: Lex Neva Co-authored-by: kalleen
2020-05-20fix corrupted presets error (#715)Kaalleen
2020-01-29mac: wait for electron window to closeLex Neva
2019-08-03Fix simulator scale in macOS (#504)Kaalleen
2019-07-04lettering features (#399)Lex Neva
lettering features
2019-04-30Merge branch 'master' into lexelby/lettering-featuresLex Neva
2019-04-22Refactor electron to always pipe stdout to /dev/nullkatee
2019-04-17Fix crashed caused by Inkscape reading message from stdoutKate Murphy
2019-04-16add scale bar to simulator for comparisonLex Neva
2019-04-12enable print buttonLex Neva
2019-04-12fix dev pathLex Neva
2019-04-12use docker for windowsLex Neva
2019-04-11launch electron properly on macosLex Neva
2019-04-11fix electron pathLex Neva
2019-04-10switch print pdf gui to electronLex Neva
2019-04-10Merge branch 'master' into lexelby/revamp-fillLex Neva
2019-04-07simulate needle penetration pointsKaalleen
2019-04-02implement lettering presetsLex Neva
2019-04-02add font description to font selector dropdownLex Neva
2019-04-02simulator stitch box improvement (#402)Kaalleen
2019-03-24'fix' styleLex Neva
2019-03-21don't let simulator preview thread crashLex Neva
2019-02-16Remove extra self param from store_preset call. (#381)redhat421
It looks like an extra "self" parameter was added to the store_preset call in the add_preset function. This prevents add_preset from working.
2018-12-30don't crash on a design with no stitchesLex Neva
2018-12-15basic lettering GUI (#351)Lex Neva