summaryrefslogtreecommitdiff
path: root/helper.py
AgeCommit message (Expand)Author
2022-12-16Add *.dylib/dll/so to gitignore generated by helper.py.Andrew Belt
2022-05-22Update tag reference URL in helper.py.Andrew Belt
2021-11-17Fix test for mm SVG in helper.py.Andrew Belt
2021-10-25Change default manifest version in helper.py to 2.0.0.Andrew Belt
2021-10-22Allow optional sourceFilename in helper.py createmodule command.Andrew Belt
2021-10-19helper.py: Assume unitless SVG dimensions are in px instead of mm.Andrew Belt
2021-10-18Make style regex match only hex colors in helper.py.Andrew Belt
2021-10-18Add support to helper.py for Illustrator's Unique object ID mode for SVG expo...Andrew Belt
2021-09-23Use Makefile wildcard for presets/ dir in helper.py, since the dir is optiona...Andrew Belt
2021-09-18Use rsync for copying dist files. Add presets/ dir to generated Makefile in h...Andrew Belt
2021-07-31helper.py: scale coordinates to mm if SVG document is in px.Andrew Belt
2021-07-31Clean up helper.py SVG parser. Allow SVG ellipses to be used as circles.Andrew Belt
2021-07-29Make helper script handle `fill` attributes for component color.Andrew Belt
2021-07-11Use singular "Id" for component enums in helper script.Andrew Belt
2020-04-08Clean up helper.py messages.Andrew Belt
2020-04-01Switch back to enum suffixes (*_PARAM) from prefixes (PARAM_*).Andrew Belt
2020-04-01Fix sorting components that are not *quite* aligned in helper.py.Andrew Belt
2020-04-01Use createPanel() in helper.py.Andrew Belt
2020-04-01Use prefixes for enum names instead of suffixes in helper script.Andrew Belt
2020-04-01Add configInpug/Output to helper.py.Andrew Belt
2019-12-25Convert special characters and spaces to underscore in helper script.Andrew Belt
2019-09-20Add changelogUrl to helper script.Andrew Belt
2019-09-12Update formatting of code generated by helper script.Andrew Belt
2019-08-15Update tag list URL.Andrew Belt
2019-07-23Add "pragma once" to plugin.hpp generated by helper.py.Andrew Belt
2019-07-09Fix indentationAndrew Belt
2019-07-09Adjust helper.py to better parse illustrator-generated svg files (#1465)Drew Heles
2019-07-01Fix Inkscape labels not being read from helper.py.Andrew Belt
2019-06-06Add brand to helper.py createmanifest.Andrew Belt
2019-05-24Use <> instead of "" for include directive.Andrew Belt
2019-05-19Make maximum zoom level 400%. Store zoom in settings logarithmically instead ...Andrew Belt
2019-05-18Fix return values of deprecated random*() functions in rack0.hpp.Andrew Belt
2019-05-16Add Widget::addChildBottom(). Change ModuleWidget::setPanel behavior. Improve...Andrew Belt
2019-05-14Fix serialization for unbounded Params.Andrew Belt
2019-05-09Overhaul helper.py script. Change command arguments.Andrew Belt
2019-05-06Add -p for creating screenshots of every module.Andrew Belt
2019-04-11Change helper and rack0.hpp to use new configParam method. Add dsp::Counter::...Andrew Belt
2019-03-15Use larger canvas for RackScrollWidget.Andrew Belt
2019-03-06Fix helper.py syntax errorAndrew Belt
2019-03-01Make helper.py sort components by position. Rename Inkscape "widgets" layer t...Andrew Belt
2019-02-28Tweak helper.py. Add "Expander" to plugin tags. Turn on all ModuleLightWidget...Andrew Belt
2019-02-24Add string::trim. Add string::fuzzyScore. Add fuzzy scoring to Module Browser.Andrew Belt
2019-02-24Add helper script for creating pluginsAndrew Belt