aboutsummaryrefslogtreecommitdiffstats
path: root/src/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* dropshadow option for Text componenttassaron2017-08-072-2/+41
* added stroke and font style options to Text componenttassaron2017-08-064-251/+591
* image scale needs to be relativetassaron2017-08-031-1/+1
* save presets as floats so project resolution is not relevanttassaron2017-08-032-53/+79
* max spinbox vals scale relatively & less errors when spamming res changetassaron2017-08-032-1/+4
* relativeWidgets might as well be a listtassaron2017-08-037-127/+105
* relative gradients & last good frame used for preview errorstassaron2017-08-035-23/+29
* fontsize is also relativetassaron2017-08-011-0/+1
* width/height fields should be relative tootassaron2017-08-011-0/+2
* x/y pixel values update to match output resolutiontassaron2017-08-017-8/+28
* component class now tracks colorwidgetstassaron2017-08-014-140/+20
* crop aphasermeter so it scales to look biggertassaron2017-07-301-1/+2
* more options for the Spectrum componenttassaron2017-07-302-33/+436
* added Spectrum component with many optionstassaron2017-07-304-21/+869
* generic preview sound for waveform componenttassaron2017-07-291-13/+25
* waveform component is working, preview is glitchytassaron2017-07-294-49/+193
* starting work on Waveform componenttassaron2017-07-293-147/+473
* some minor bugfixestassaron2017-07-272-8/+9
* fixed video component eating stdouttassaron2017-07-276-78/+46
* error can be locked within properties()tassaron2017-07-251-20/+15
* repeated errors don't cause repeated windowstassaron2017-07-252-3/+2
* preset manager uses mainwindow row for every buttontassaron2017-07-241-10/+7
* ComponentError exception wraps previewRendertassaron2017-07-231-3/+3
* better component error messagestassaron2017-07-233-13/+15
* components auto-connect & track widgets, less autosave spamtassaron2017-07-236-337/+165