| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Suggest pipx for installation. Fix `avp` command. | tassaron | 2022-05-03 | 1 | -2/+2 |
| | | | | | Allegedly the gui_scripts is only different from console_scripts on Windows, and it has the effect of hiding the console window. This seemed to make the `avp` entrypoint crash, possibly because the app already contains its own logic for hiding the console window(?). I've tested this on Windows 11 and it seems to work better using console_scripts. | ||||
| * | switch Pillow-SIMD for Pillow | tassaron | 2022-04-29 | 1 | -2/+2 |
| | | | | | It is easier for people to install with pip. We can always go back to SIMD in the future when we have a better install script. Packaged versions can still use Pillow-SIMD | ||||
| * | make pip-installable as a package | tassaron | 2022-04-22 | 1 | -26/+35 |
| | | |||||
| * | ctrl-c ends commandline mode properly | tassaron | 2017-08-28 | 1 | -1/+1 |
| | | |||||
| * | fixed relative image scale bug & Life preset bug | tassaron | 2017-08-10 | 1 | -1/+1 |
| | | | | | dicts must be alphabetized in AV files | ||||
| * | component class now tracks colorwidgets | tassaron | 2017-08-01 | 1 | -1/+1 |
| | | | | | so adding new color-selection widgets is now simple | ||||
| * | components auto-connect & track widgets, less autosave spam | tassaron | 2017-07-23 | 1 | -1/+1 |
| | | | | | importing toolkit from live interpreter now works | ||||
| * | add component in context menu, del/ins hotkeys | tassaron | 2017-07-20 | 1 | -2/+2 |
| | | | | | + preset manager uses mainwindow component list | ||||
| * | ffmpeg functions moved to toolkit, component format simplified | tassaron | 2017-07-20 | 1 | -5/+10 |
| | | | | | component methods are auto-decorated & settings are now class variables | ||||
| * | new hotkey to preview the ffmpeg command | tassaron | 2017-07-16 | 1 | -1/+1 |
| | | |||||
| * | apply complex filters to audio streams from components | tassaron | 2017-07-16 | 1 | -5/+19 |
| | | | | | tons of sound options could be given now, + installation using setup.py | ||||
| * | trying to make setup.py work | tassaron | 2017-07-15 | 1 | -19/+34 |
| | | |||||
| * | QT5 Conversion + Directory Structure | DH4 | 2017-06-23 | 1 | -51/+19 |
| | | |||||
| * | cx_freeze Path Updates | DH4 | 2017-06-23 | 1 | -21/+42 |
| | | |||||
| * | add setup.py, automatic discovery for avconv/ffmpeg, add installation help ↵ | Martin Kaistra | 2015-03-05 | 1 | -0/+30 |
| to readme | |||||
