| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-08-03 | image scale needs to be relative | tassaron | 1 | -1/+1 | |
| 2017-08-03 | save presets as floats so project resolution is not relevant | tassaron | 4 | -63/+127 | |
| unfortunately this breaks old projects and presets | |||||
| 2017-08-03 | max spinbox vals scale relatively & less errors when spamming res change | tassaron | 5 | -28/+77 | |
| w/h attrs are locked during render so preview thread always get correctly-sized frame | |||||
| 2017-08-03 | relativeWidgets might as well be a list | tassaron | 8 | -131/+106 | |
| 2017-08-03 | relative gradients & last good frame used for preview errors | tassaron | 5 | -23/+29 | |
| 2017-08-01 | fontsize is also relative | tassaron | 1 | -0/+1 | |
| 2017-08-01 | width/height fields should be relative too | tassaron | 1 | -0/+2 | |
| 2017-08-01 | x/y pixel values update to match output resolution | tassaron | 9 | -12/+68 | |
| 2017-08-01 | component class now tracks colorwidgets | tassaron | 8 | -170/+90 | |
| so adding new color-selection widgets is now simple | |||||
| 2017-07-30 | crop aphasermeter so it scales to look bigger | tassaron | 1 | -1/+2 | |
| 2017-07-30 | more options for the Spectrum component | tassaron | 3 | -34/+437 | |
| 2017-07-30 | added Spectrum component with many options | tassaron | 8 | -71/+959 | |
| tweaked Waveform, added some ffmpeg logging, made generic widget functions | |||||
| 2017-07-29 | generic preview sound for waveform component | tassaron | 5 | -18/+39 | |
| with secret preference to use the audio file again | |||||
| 2017-07-29 | waveform component is working, preview is glitchy | tassaron | 8 | -87/+256 | |
| 2017-07-29 | starting work on Waveform component | tassaron | 8 | -160/+607 | |
| split Video class out of Video component for reuse in Waveform | |||||
| 2017-07-28 | move code into a new function for future expansion | tassaron | 1 | -87/+97 | |
| 2017-07-27 | some minor bugfixes | tassaron | 5 | -12/+14 | |
| 2017-07-27 | quit if project doesn't exist when exporting from commandline | tassaron | 2 | -3/+7 | |
| 2017-07-27 | fixed video component eating stdout | tassaron | 10 | -155/+141 | |
| + made height/width into properties to simplify render methods | |||||
| 2017-07-25 | don't]] always trigger error() | tassaron | 1 | -1/+1 | |
| 2017-07-25 | removed pyc | tassaron | 2 | -1/+1 | |
| 2017-07-25 | error can be locked within properties() | tassaron | 6 | -66/+46 | |
| and simplified the componenterrors again | |||||
| 2017-07-25 | repeated errors don't cause repeated windows | tassaron | 7 | -45/+63 | |
| 2017-07-24 | preset manager uses mainwindow row for every button | tassaron | 3 | -34/+67 | |
| and minor changes to componenterrors | |||||
| 2017-07-23 | Fixes opening behind other windows on OS X | rikai | 1 | -0/+1 | |
| Just a quick fix, this will raise the window to the front after it's created. | |||||
