Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colorchooser improvements #78

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2021

  1. Create NumberEntry widget

    An entry that takes only numbers or calculations and calculates the result of the calculation
    rdbende committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    551a19c View commit details
    Browse the repository at this point in the history
  2. Change the default hover-cursor to hand2

    Change the default hover-cursor from hand1 to hand2
    rdbende committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a6db0b3 View commit details
    Browse the repository at this point in the history
  3. Change the movement cursor to fleur

    Change the movement cursor from exchange to fleur
    rdbende committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7611f2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61a46c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Fixed portability issues

    Change the default cursor to use the native link pointer on Mac and Windows
    rdbende committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    8941ab3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Restore cursor

    rdbende committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8488995 View commit details
    Browse the repository at this point in the history
  2. Restore linklabel

    rdbende committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8b614d2 View commit details
    Browse the repository at this point in the history
  3. Add __getitem__, __setitem__ and configure

    Add __getitem__, __setitem__, config and configure, docstring formatting
    rdbende committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    9584d3f View commit details
    Browse the repository at this point in the history
  4. Update AUTHORS.md

    rdbende committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    af42360 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4af566 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    439323e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19f361e View commit details
    Browse the repository at this point in the history
  8. Update AUTHORS.md

    rdbende committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    acdbec5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Fixed fatal config bug

    rdbende committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    fb2dd12 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Update __init__.py

    rdbende committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    e5d60f3 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    rdbende committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    de2d5c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Update ttkwidgets.rst

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d2fa5e6 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    28d339c View commit details
    Browse the repository at this point in the history
  3. Update AUTHORS.md

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d7891cb View commit details
    Browse the repository at this point in the history
  4. Delete test_numberentry.py

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e98f416 View commit details
    Browse the repository at this point in the history
  5. Delete example_numberentry.py

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a386adf View commit details
    Browse the repository at this point in the history
  6. Delete numberentry.py

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7806fee View commit details
    Browse the repository at this point in the history
  7. Update functions.py

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    84bcf10 View commit details
    Browse the repository at this point in the history
  8. Update colorpicker.py

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    af45532 View commit details
    Browse the repository at this point in the history
  9. Update gradientbar.py

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    133ed18 View commit details
    Browse the repository at this point in the history
  10. Update alphabar.py

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    049a9c6 View commit details
    Browse the repository at this point in the history
  11. Update colorsquare.py

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    66650b4 View commit details
    Browse the repository at this point in the history
  12. Update spinbox.py

    I would consider replacing this entire widget with a ttk.Spinbox.
    Unfortunately, it doesn't change much on Linux, but it would look better on Windows and Mac anyway.
    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    3e883ba View commit details
    Browse the repository at this point in the history
  13. Update colorpicker.py

    rdbende committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d44c3be View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    ef832b2 View commit details
    Browse the repository at this point in the history