| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cast int to str all over the place. | tassaron | 2022-05-03 | 2 | -6/+6 |
| | | | | | This Qt settings object needs to be treated like dynamite, apparently :) | ||||
| * | remove extra window properties from window objects | tassaron | 2022-04-29 | 3 | -8/+8 |
| | | | | | | instead of windows with properties which are windows, windows now have the UI added directly to them using an argument of `uic.loadUi` Also, DPI scaling moved to MainWindow __init__ | ||||
| * | add logging to Color component. remove unused imports | tassaron | 2022-04-27 | 1 | -5/+6 |
| | | |||||
| * | make pip-installable as a package | tassaron | 2022-04-22 | 9 | -24/+24 |
| | | |||||
| * | ctrl-c ends commandline mode properly | tassaron | 2017-08-28 | 1 | -1/+2 |
| | | |||||
| * | undoable Life component grid actions | tassaron | 2017-08-27 | 1 | -33/+99 |
| | | |||||
| * | file logging can be turned completely off | tassaron | 2017-08-27 | 3 | -21/+41 |
| | | | | | and various changes to log levels and messages everywhere | ||||
| * | fixed too-large Color sizes, fixed a redoing bug, rm pointless things | tassaron | 2017-08-26 | 3 | -8/+11 |
| | | | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info | ||||
| * | don't merge undos when setting text with a button | tassaron | 2017-08-20 | 4 | -19/+33 |
| | | | | | plus changes to life.py for pep8 compliance | ||||
| * | relative widgets scale properly when undoing at different resolutions | tassaron | 2017-08-20 | 1 | -1/+1 |
| | | |||||
| * | fixed issues with undoing relative widgets | tassaron | 2017-08-19 | 8 | -13/+2 |
| | | |||||
| * | undoable edits for normal component settings; TODO: merge small edits | tassaron | 2017-08-15 | 4 | -7/+12 |
| | | |||||
| * | better aevalsrc inputs for spectrum previews | tassaron | 2017-08-14 | 2 | -16/+41 |
| | | |||||
| * | faster Spectrum preview & custom VERBOSE loglvl | tassaron | 2017-08-14 | 1 | -26/+26 |
| | | |||||
| * | graceful renderNode crash, code clean-up | tassaron | 2017-08-13 | 1 | -2/+2 |
| | | |||||
| * | why did I use a dict here? | tassaron | 2017-08-11 | 1 | -18/+17 |
| | | |||||
| * | Life comp shift buttons and Show Grid option | tassaron | 2017-08-10 | 2 | -2/+103 |
| | | |||||
| * | fixed relative image scale bug & Life preset bug | tassaron | 2017-08-10 | 3 | -7/+48 |
| | | | | | dicts must be alphabetized in AV files | ||||
| * | using the builtin logging module | tassaron | 2017-08-10 | 3 | -13/+40 |
| | | |||||
| * | added connected path shape to Life | tassaron | 2017-08-10 | 2 | -29/+82 |
| | | |||||
| * | more shapes and custom image option for Life | tassaron | 2017-08-10 | 2 | -14/+210 |
| | | |||||
| * | Conway's Game of Life component | tassaron | 2017-08-09 | 3 | -0/+576 |
| | | |||||
| * | fixed incorrect outline for small-caps | tassaron | 2017-08-08 | 1 | -3/+12 |
| | | |||||
| * | relative dropshadow | tassaron | 2017-08-08 | 1 | -1/+2 |
| | | |||||
| * | relative stroke px size & no Qt pen on stroke | tassaron | 2017-08-08 | 1 | -1/+2 |
| | | |||||
