aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* component updateWrapper and more obvious method namestassaron2017-08-172-93/+122
|
* undoable add-comp & clear-preset actionstassaron2017-08-174-22/+94
|
* undoable component movementtassaron2017-08-163-13/+45
|
* undo merge IDs given per attr instead of widget typetassaron2017-08-161-6/+1
|
* merge consecutive actions on the same widget typetassaron2017-08-161-10/+44
|
* undoable edits for normal component settings; TODO: merge small editstassaron2017-08-1510-34/+130
|
* undoable removeComponent actiontassaron2017-08-147-35/+81
|
* organizing GUImode-specific codetassaron2017-08-147-0/+0
|
* rm test.wavtassaron2017-08-142-1/+5
|
* better aevalsrc inputs for spectrum previewstassaron2017-08-144-21/+55
|
* faster Spectrum preview & custom VERBOSE loglvltassaron2017-08-147-36/+67
|
* made an authors filetassaron2017-08-132-1/+14
|
* graceful renderNode crash, code clean-uptassaron2017-08-132-38/+54
|
* fixtassaron2017-08-121-11/+5
|
* rv pointless optimization & remove circular imports (again...)tassaron2017-08-123-22/+16
| | | | the last commit does showcase an enlightening bug however
* move previewWindow class into new filetassaron2017-08-123-72/+88
| | | | and cache frequently-created blank frames
* why did I use a dict here?tassaron2017-08-111-18/+17
|
* Life comp shift buttons and Show Grid optiontassaron2017-08-103-2/+105
|
* fixed relative image scale bug & Life preset bugtassaron2017-08-104-8/+49
| | | | dicts must be alphabetized in AV files
* Merge pull request #55 from djfun/loggingBrianna2017-08-1011-55/+206
|\ | | | | using the builtin logging module
| * using the builtin logging moduletassaron2017-08-1011-55/+206
| |
* | Conway's Game of Life componentBrianna2017-08-105-0/+842
|\| | | | | cellular automata
| * added connected path shape to Lifetassaron2017-08-102-29/+82
| |
| * rm garbage filetassaron2017-08-102-976/+1
| |
| * more shapes and custom image option for Lifetassaron2017-08-103-14/+1186
| |