Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalize cmd arg paths | catboxanon | 2024-02-15 | 1 | -0/+4 |
| | | | | | | In particular, this fixes an issue on Windows where some functions will misbehave if forward slashes are provided rather than double backslashes. | ||||
* | base default image output on data_path | w-e-w | 2023-12-27 | 1 | -0/+1 |
| | | | | Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com> | ||||
* | correct webpath when webui_dir is not work_dir | w-e-w | 2023-09-13 | 1 | -0/+1 |
| | |||||
* | fix --data-dir for COMMANDLINE_ARGS | w-e-w | 2023-05-12 | 1 | -0/+5 |
| | | | | move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read | ||||
* | Drop fonts + font-roboto deps since we only use the single regular cut of Roboto | Aarni Koskela | 2023-05-11 | 1 | -0/+2 |
| | |||||
* | paths_internal: deduplicate modules_path | Aarni Koskela | 2023-05-11 | 1 | -2/+3 |
| | |||||
* | Save/restore working webui/extension configs | space-nuko | 2023-03-29 | 1 | -0/+1 |
| | |||||
* | split commandline args into its own file | AUTOMATIC | 2023-03-25 | 1 | -0/+22 |
make launch.py use the same command line argument parser as the main program |