aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-26fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron1-2/+6
2017-08-21potential dataDir paths in comments for future referencetassaron1-1/+4
2017-08-20added undo button to GUItassaron4-8/+51
2017-08-20don't merge undos when setting text with a buttontassaron6-21/+37
2017-08-20relative widgets scale properly when undoing at different resolutionstassaron5-29/+68
2017-08-19remove % from log callstassaron8-41/+66
2017-08-19fixed issues with undoing relative widgetstassaron17-81/+215
2017-08-17undoable preset open, rename, and delete'tassaron3-25/+107
2017-08-17component updateWrapper and more obvious method namestassaron2-93/+122
2017-08-17undoable add-comp & clear-preset actionstassaron4-22/+94
2017-08-16undoable component movementtassaron3-13/+45
2017-08-16undo merge IDs given per attr instead of widget typetassaron1-6/+1
2017-08-16merge consecutive actions on the same widget typetassaron1-10/+44
2017-08-15undoable edits for normal component settings; TODO: merge small editstassaron10-34/+130
2017-08-14undoable removeComponent actiontassaron7-35/+81
2017-08-14organizing GUImode-specific codetassaron7-0/+0
2017-08-14rm test.wavtassaron2-1/+5
2017-08-14better aevalsrc inputs for spectrum previewstassaron4-21/+55
2017-08-14faster Spectrum preview & custom VERBOSE loglvltassaron7-36/+67
2017-08-13made an authors filetassaron2-1/+14
2017-08-13graceful renderNode crash, code clean-uptassaron2-38/+54
2017-08-12fixtassaron1-11/+5
2017-08-12rv pointless optimization & remove circular imports (again...)tassaron3-22/+16
2017-08-12move previewWindow class into new filetassaron3-72/+88
2017-08-11why did I use a dict here?tassaron1-18/+17