Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add set box borders example * #492 Fixed in docs-src ONLY - please regen docs * Add pyproject.toml #495 * Docs style update * Add `step` to Slider, + tests + docs (#511) * Remove deprecated PIL method * Update dev instructions and add requirements.txt * Add missing text properties to text derived widgets and containers (weight, slant, underline & overstrike) (#506) * feat: add weight to Text derived widgets * test: add tests for Texts * docs: update docs for Text * feat: add weight to Drawing.text * test: add weight and color tests for Drawing.text * docs: add weight to Drawing.text * test: move weight_text_test into text_test * feat: add slant to Text derived widgets * test: fix tests for weight and add slant * docs: update for weight and slant * feat: add underline and overstrike to Text derived widgets * test: add tests for underline and overstrike * refactor: cast font properties into a tuple when passing to _set_tk_config * docs: update docs for underline and overstrike * fix: change weight to bold booleans and slant to italic booleans --------- Co-authored-by: Laura Sach <[email protected]> * Bump version * Generate docs via mkdocs gh-deploy instead * Change docs and add changelog * remove DS_Store files * Change version to 1.6.0 * Change version no in pyproject.toml too * Edit changelog * Move mkdocs.yml into main folder so it can be deployed * Fix broken image * Make even with master (#519) * Add slider increment, add bold etc text, change deployment method and move docs to gh-deploy (#514) * add set box borders example * #492 Fixed in docs-src ONLY - please regen docs * Add pyproject.toml #495 * Docs style update * Add `step` to Slider, + tests + docs (#511) * Remove deprecated PIL method * Update dev instructions and add requirements.txt * Add missing text properties to text derived widgets and containers (weight, slant, underline & overstrike) (#506) * feat: add weight to Text derived widgets * test: add tests for Texts * docs: update docs for Text * feat: add weight to Drawing.text * test: add weight and color tests for Drawing.text * docs: add weight to Drawing.text * test: move weight_text_test into text_test * feat: add slant to Text derived widgets * test: fix tests for weight and add slant * docs: update for weight and slant * feat: add underline and overstrike to Text derived widgets * test: add tests for underline and overstrike * refactor: cast font properties into a tuple when passing to _set_tk_config * docs: update docs for underline and overstrike * fix: change weight to bold booleans and slant to italic booleans --------- Co-authored-by: Laura Sach <[email protected]> * Bump version * Generate docs via mkdocs gh-deploy instead * Change docs and add changelog * remove DS_Store files * Change version to 1.6.0 * Change version no in pyproject.toml too * Edit changelog --------- Co-authored-by: Martin O'Hanlon <[email protected]> Co-authored-by: james-pcdr <[email protected]> Co-authored-by: Blindstars <[email protected]> * Fix broken image (#516) --------- Co-authored-by: Martin O'Hanlon <[email protected]> Co-authored-by: james-pcdr <[email protected]> Co-authored-by: Blindstars <[email protected]> * Fix broken docs --------- Co-authored-by: Martin O'Hanlon <[email protected]> Co-authored-by: james-pcdr <[email protected]> Co-authored-by: Blindstars <[email protected]>
- Loading branch information