Skip to content

Releases: Saadmairaj/tkmacosx

tkmacosx-0.1.2

02 Jan 12:51
062d45f
Compare
Choose a tag to compare

New feature

  • Add python 2.x support.

Bug

  • Fix half HEX issues(#6).

tkmacosx-0.1.1

02 Jan 12:48
Compare
Choose a tag to compare

New feature

  • Add Marquee widget.
  • ColorVar now works with Canvas items as well.

Bug

  • Fix ColorVar not working with the foreground of tkmacosx.Button.
  • Fix unnecessary focus_set() by tkmacosx.Button.
  • Fix issues with __main__.py file.
  • Fix issues with SaveVar().

tkmacosx-0.1.0

02 Jan 12:36
Compare
Choose a tag to compare

New feature

  • Add SaveVar() function to save and load tkinter variable.

Bug

  • Fix colors import issue.

tkmacosx-0.0.9

02 Jan 12:34
Compare
Choose a tag to compare

Fix installation issues.

tkmacosx-0.0.7

02 Jan 12:32
d1ac48e
Compare
Choose a tag to compare

Enhancement

  • Change eval() with ast.literal_eval() in DictVar Variable

Bug

  • Fix colorscale issues.

(Not available on PyPi.)

tkmacosx-0.0.6

02 Jan 12:31
ed5061f
Compare
Choose a tag to compare

New Feature

Add new style tkinter colorscale.

tkmacosx-0.0.5

02 Jan 12:19
bd586d1
Compare
Choose a tag to compare

Enhancement

  • Improve the __init__.py file.

Bug

  • Fix a bug where borderless for multiple buttons does not work properly.

tkmacosx-0.0.4

02 Jan 12:16
12f09bc
Compare
Choose a tag to compare

Fix an import errors.

tkmacosx-0.0.3

02 Jan 12:14
12f09bc
Compare
Choose a tag to compare

Add docstrings.

tkmacosx-0.0.2

02 Jan 12:14
12f09bc
Compare
Choose a tag to compare

Fix an error running command python -m tkmacosx.