| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-08-12 | fix | tassaron | 1 | -11/+5 | |
| 2017-08-12 | rv pointless optimization & remove circular imports (again...) | tassaron | 3 | -22/+16 | |
| the last commit does showcase an enlightening bug however | |||||
| 2017-08-12 | move previewWindow class into new file | tassaron | 3 | -72/+88 | |
| and cache frequently-created blank frames | |||||
| 2017-08-11 | why did I use a dict here? | tassaron | 1 | -18/+17 | |
| 2017-08-10 | Life comp shift buttons and Show Grid option | tassaron | 3 | -2/+105 | |
| 2017-08-10 | fixed relative image scale bug & Life preset bug | tassaron | 4 | -8/+49 | |
| dicts must be alphabetized in AV files | |||||
| 2017-08-10 | using the builtin logging module | tassaron | 11 | -55/+206 | |
| 2017-08-10 | added connected path shape to Life | tassaron | 2 | -29/+82 | |
| 2017-08-10 | rm garbage file | tassaron | 2 | -976/+1 | |
| 2017-08-10 | more shapes and custom image option for Life | tassaron | 3 | -14/+1186 | |
| 2017-08-09 | Conway's Game of Life component | tassaron | 4 | -0/+592 | |
| 2017-08-08 | fixed incorrect outline for small-caps | tassaron | 1 | -3/+12 | |
| 2017-08-08 | relative dropshadow | tassaron | 1 | -1/+2 | |
| 2017-08-08 | relative stroke px size & no Qt pen on stroke | tassaron | 2 | -3/+7 | |
| 2017-08-07 | dropshadow option for Text component | tassaron | 2 | -2/+41 | |
| 2017-08-06 | added stroke and font style options to Text component | tassaron | 5 | -253/+593 | |
| 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 | |||||
