aboutsummaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Expand)Author
2022-04-29remove extra window properties from window objectstassaron
2022-04-27add logging to Color component. remove unused importstassaron
2022-04-22make pip-installable as a packagetassaron
2017-08-28ctrl-c ends commandline mode properlytassaron
2017-08-27undoable Life component grid actionstassaron
2017-08-27file logging can be turned completely offtassaron
2017-08-26fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron
2017-08-20don't merge undos when setting text with a buttontassaron
2017-08-20relative widgets scale properly when undoing at different resolutionstassaron
2017-08-19fixed issues with undoing relative widgetstassaron
2017-08-15undoable edits for normal component settings; TODO: merge small editstassaron
2017-08-14better aevalsrc inputs for spectrum previewstassaron
2017-08-14faster Spectrum preview & custom VERBOSE loglvltassaron
2017-08-13graceful renderNode crash, code clean-uptassaron
2017-08-11why did I use a dict here?tassaron
2017-08-10Life comp shift buttons and Show Grid optiontassaron
2017-08-10fixed relative image scale bug & Life preset bugtassaron
2017-08-10using the builtin logging moduletassaron
2017-08-10added connected path shape to Lifetassaron
2017-08-10more shapes and custom image option for Lifetassaron
2017-08-09Conway's Game of Life componenttassaron
2017-08-08fixed incorrect outline for small-capstassaron
2017-08-08relative dropshadowtassaron
2017-08-08relative stroke px size & no Qt pen on stroketassaron
2017-08-07dropshadow option for Text componenttassaron
2017-08-06added stroke and font style options to Text componenttassaron
2017-08-03image scale needs to be relativetassaron
2017-08-03save presets as floats so project resolution is not relevanttassaron
2017-08-03max spinbox vals scale relatively & less errors when spamming res changetassaron
2017-08-03relativeWidgets might as well be a listtassaron
2017-08-03relative gradients & last good frame used for preview errorstassaron
2017-08-01fontsize is also relativetassaron
2017-08-01width/height fields should be relative tootassaron
2017-08-01x/y pixel values update to match output resolutiontassaron
2017-08-01component class now tracks colorwidgetstassaron
2017-07-30crop aphasermeter so it scales to look biggertassaron
2017-07-30more options for the Spectrum componenttassaron
2017-07-30added Spectrum component with many optionstassaron
2017-07-29generic preview sound for waveform componenttassaron
2017-07-29waveform component is working, preview is glitchytassaron
2017-07-29starting work on Waveform componenttassaron
2017-07-27some minor bugfixestassaron
2017-07-27fixed video component eating stdouttassaron
2017-07-25error can be locked within properties()tassaron
2017-07-25repeated errors don't cause repeated windowstassaron
2017-07-24preset manager uses mainwindow row for every buttontassaron
2017-07-23ComponentError exception wraps previewRendertassaron
2017-07-23better component error messagestassaron
2017-07-23components auto-connect & track widgets, less autosave spamtassaron
2017-07-20add component in context menu, del/ins hotkeystassaron