aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/text.ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use pyproject.toml + uv_buildAeliton G. Silva2026-01-131-671/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This replaces setup.py by a modern pyproject.toml using uv_build backend. Dependencies are being also managed by uv, so to install dependencies and run the project one can execute: ``` uv sync uv run pytest # optional python -m avp ``` To build the both source and binary (wheel) distribution package run: ``` uv build ``` Uv can be installed with `pip install uv`. The directory structure has been changed to reflect best practices. - src/* -> src/avp/ - src/tests -> ../tests
* undoable edits for normal component settings; TODO: merge small editstassaron2017-08-151-0/+6
|
* dropshadow option for Text componenttassaron2017-08-071-0/+27
|
* added stroke and font style options to Text componenttassaron2017-08-061-72/+367
|
* save presets as floats so project resolution is not relevanttassaron2017-08-031-45/+69
| | | | unfortunately this breaks old projects and presets
* max spinbox vals scale relatively & less errors when spamming res changetassaron2017-08-031-0/+3
| | | | w/h attrs are locked during render so preview thread always get correctly-sized frame
* QT5 Conversion + Directory StructureDH42017-06-231-0/+316